blob: caeae302949779afa3e4c1eccf40e69c2554672d [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2018 The Feed Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Buttons -->
<style name="FeedButtonCompatBase">
<item name="android:minWidth">88dp</item>
<item name="android:minHeight">36dp</item>
<item name="android:paddingStart">20dp</item>
<item name="android:paddingEnd">20dp</item>
<item name="android:paddingTop">5dp</item>
<item name="android:paddingBottom">5dp</item>
<item name="android:focusable">true</item>
<item name="android:clickable">true</item>
<item name="android:textAllCaps">false</item>
<item name="android:gravity">center_vertical|center_horizontal</item>
</style>
<style name="FeedTextButton" parent="FeedButtonCompatBase">
<item name="android:paddingStart">8dp</item>
<item name="android:paddingEnd">8dp</item>
<item name="android:textAppearance">@style/FeedBlueButtonText2</item>
<item name="android:background">?feedTextRippleDrawable</item>
</style>
<style name="FeedMoreButtonContainer">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:paddingStart">@dimen/more_button_padding</item>
<item name="android:paddingEnd">@dimen/more_button_padding</item>
<item name="android:paddingBottom">@dimen/more_button_padding</item>
</style>
<!-- Menu Text Padding Styles -->
<style name="FeedMenuTextPaddingStyle">
<item name="android:paddingStart">?android:attr/listPreferredItemPaddingStart</item>
<item name="android:paddingEnd">?android:attr/listPreferredItemPaddingEnd</item>
</style>
</resources>