Split preferences into different screens to make them simpler, and enable and disable screens depending on options selected.
This commit is contained in:
12
app/src/main/res/values/datasource_list.xml
Normal file
12
app/src/main/res/values/datasource_list.xml
Normal file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string-array name="datasource_list">
|
||||
<item>"Pebble Watch"</item>
|
||||
<item>"Network"</item>
|
||||
</string-array>
|
||||
<string-array name="datasource_list_values">
|
||||
<item>"pebble"</item>
|
||||
<item>"network"</item>
|
||||
</string-array>
|
||||
|
||||
</resources>
|
||||
Reference in New Issue
Block a user