Improved AMOLED theme. Added Button style for borderless buttons. (#1009)
* Improved AMOLED theme. Added Button style for borderless buttons. Some UI improvements. * Deleted unused drawables from app.
This commit is contained in:
committed by
GitHub
parent
f2a06eab37
commit
9b40d10352
@@ -26,7 +26,7 @@
|
||||
<style name="Theme.Tachiyomi.Amoled" parent="Theme.Base.Amoled">
|
||||
<!-- Attributes specific for SDK 21 and up -->
|
||||
<item name="android:windowDrawsSystemBarBackgrounds">true</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
<item name="android:statusBarColor">@color/md_black_1000</item>
|
||||
</style>
|
||||
|
||||
<!--==============-->
|
||||
|
||||
Reference in New Issue
Block a user