mirror of https://github.com/beemdevelopment/Aegis
Started working on themes
parent
1182df481b
commit
fe44bdbb65
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<attr name="primaryText" format="color" />
|
||||
<attr name="secondaryText" format="color" />
|
||||
<attr name="backgroundColor" format="color" />
|
||||
</resources>
|
||||
@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:title="@string/settings">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="pref_night_mode"
|
||||
android:title="@string/pref_night_mode" />
|
||||
</PreferenceScreen>
|
||||
Loading…
Reference in New Issue