mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-29 13:16:01 +01:00
17 lines
545 B
XML
17 lines
545 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
<string-array name="pref_theme_entries" tools:ignore="InconsistentArrays">
|
|
<item>@string/preferences__system_default</item>
|
|
<item>@string/preferences__light_theme</item>
|
|
<item>@string/preferences__dark_theme</item>
|
|
</string-array>
|
|
|
|
<string-array name="pref_theme_values" translatable="false" tools:ignore="InconsistentArrays">
|
|
<item>system</item>
|
|
<item>light</item>
|
|
<item>dark</item>
|
|
</string-array>
|
|
|
|
</resources>
|