mirror of
https://github.com/MinimalBible/MinimalBible
synced 2025-12-19 11:36:30 -05:00
Initial DownloadActivity import
I wish all new activities were this easy... Needs significant refactoring/testing attention, coming shortly.
This commit is contained in:
@ -1,8 +1,22 @@
|
||||
<resources>
|
||||
|
||||
<!-- Base application theme. -->
|
||||
<style name="AppTheme" parent="Theme.AppCompat.Light">
|
||||
<style name="AppTheme" parent="AppBaseTheme">
|
||||
<!-- Customize your theme here. -->
|
||||
</style>
|
||||
|
||||
<!-- We have a base theme so that KitKat can go translucent here. -->
|
||||
<style name="AppBaseTheme" parent="Theme.AppCompat.Light" />
|
||||
|
||||
<!-- Almost re-use style from Widget.Holo.Button.Borderless -->
|
||||
<style name="AppBaseTheme.Borderless">
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
<item name="android:paddingLeft">4dip</item>
|
||||
<item name="android:paddingRight">4dip</item>
|
||||
<!-- Requires API 17
|
||||
<item name="android:paddingStart">4dip</item>
|
||||
<item name="android:paddingEnd">4dip</item>
|
||||
-->
|
||||
</style>
|
||||
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user