mirror of https://github.com/tuskyapp/Tusky.git
Browse Source
* Add black theme On amoled screens a completely black theme helps save battery, besides looking awesome! * Fix first set of merge request issues except the dialog. * Black theme inherits from dark and only the different values are declared * Make nav bar translucent (for some reason content does not go behind it in main activity. Need to investigate) * Remove nav bar line * Fix toolbar color * Fix dialog issue with black theme. Revert translucent navigation. * Translations updated, as well as possible from online sources. * Make login screen respect black themepull/741/head
29 changed files with 94 additions and 10 deletions
@ -0,0 +1,5 @@ |
|||||||
|
<?xml version="1.0" encoding="utf-8"?> |
||||||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"> |
||||||
|
<corners android:radius="5dp" /> |
||||||
|
<solid android:color="@color/dialog_background_black" /> |
||||||
|
</shape> |
||||||
Loading…
Reference in new issue