styles.xml revision b76e85d5549ba6fc5535ec2a590bad9443bb14d8
<resources>
<!--
Base application theme, dependent on API level. This theme is replaced
by AppBaseTheme from res/values-vXX/styles.xml on newer devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Light">
<!--
Theme customizations available in newer API levels can go in
res/values-vXX/styles.xml, while customizations related to
backward-compatibility can go here.
-->
</style>
<!-- Application theme. -->
<style name="AppTheme" parent="AppBaseTheme">
<!-- All customizations that are NOT specific to a particular API-level can go here. -->
</style>
<style name="Divider">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">1dp</item>
<item name="android:layout_weight">0</item>
<item name="android:background">?android:dividerHorizontal</item>
</style>
<style name="Dialog.Button.Layout">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">wrap_content</item>
<item name="android:layout_weight">0</item>
<item name="android:orientation">horizontal</item>
<item name="android:divider">?android:dividerHorizontal</item>
<item name="android:showDividers">middle</item>
</style>
<style name="Dialog.Button" parent="android:Widget.Holo.Light.Button.Borderless.Small">
<item name="android:layout_width">match_parent</item>
<item name="android:layout_height">48dp</item>
<item name="android:paddingLeft">16dp</item>
<item name="android:paddingRight">16dp</item>
<item name="android:layout_weight">1</item>
</style>
</resources>