mirror of
https://github.com/MinimalBible/MinimalBible-Legacy
synced 2024-11-14 12:08:51 -05:00
32 lines
1.0 KiB
XML
32 lines
1.0 KiB
XML
<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="Theme.AppCompat.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>
|
|
|
|
<!-- Almost re-use style from Widget.Holo.Button.Borderless -->
|
|
<style name="AppBaseTheme.Borderless">
|
|
<item name="android:background">?android:attr/selectableItemBackground</item>
|
|
<!-- Requires API 17
|
|
<item name="android:paddingStart">4dip</item>
|
|
<item name="android:paddingEnd">4dip</item>
|
|
-->
|
|
</style>
|
|
|
|
</resources>
|