Dark and light themes now exist and can be switched in preferences.
This commit is contained in:
parent
79b3d83368
commit
96a5692717
30 changed files with 408 additions and 252 deletions
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
|
||||
<solid android:color="@color/media_preview_unloaded_background" />
|
||||
<solid android:color="?attr/media_preview_unloaded_background_color" />
|
||||
|
||||
<stroke
|
||||
android:dashWidth="4dp"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#ffafafaf" />
|
||||
<solid android:color="#ff4f575f" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
6
app/src/main/res/drawable/toggle_small_light.xml
Normal file
6
app/src/main/res/drawable/toggle_small_light.xml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<solid android:color="#ffefefef" />
|
||||
<corners android:radius="2dp" />
|
||||
</shape>
|
||||
Loading…
Add table
Add a link
Reference in a new issue