aboutsummaryrefslogtreecommitdiffstats
path: root/app/res/xml/settings_headers.xml
diff options
context:
space:
mode:
authorFil <fil.bergamo@riseup.net>2017-08-25 17:24:07 +0200
committerFil <fil.bergamo@riseup.net>2017-08-25 17:24:07 +0200
commit9775f8d93d2c49a9844ca4dcbf11433e09419df1 (patch)
tree586461727ae778de6d97bd911b7c9f33bd9a9f82 /app/res/xml/settings_headers.xml
parent5b71fe514e7650b392a01cc2c4398a68062b32cb (diff)
downloadRepWifiApp-9775f8d93d2c49a9844ca4dcbf11433e09419df1.tar.gz
RepWifiApp-9775f8d93d2c49a9844ca4dcbf11433e09419df1.tar.bz2
RepWifiApp-9775f8d93d2c49a9844ca4dcbf11433e09419df1.zip
new version 0.5 - add various features
This commit introduces a whole new version, v0.5. Various new features were added, along with a massive graphical restyling.
Diffstat (limited to 'app/res/xml/settings_headers.xml')
-rw-r--r--app/res/xml/settings_headers.xml17
1 files changed, 10 insertions, 7 deletions
diff --git a/app/res/xml/settings_headers.xml b/app/res/xml/settings_headers.xml
index d2212da..50f7436 100644
--- a/app/res/xml/settings_headers.xml
+++ b/app/res/xml/settings_headers.xml
@@ -1,11 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
+<preference-headers xmlns:android="http://schemas.android.com/apk/res/android" >
-<preference-headers
- xmlns:android="http://schemas.android.com/apk/res/android">
-
- <header
- android:fragment="fil.libre.repwifiapp.activities.SettingsActivity$RepWifiFragment"
- android:title="Debug"
- android:summary="set debugging variables" />
+ <header
+ android:fragment="fil.libre.repwifiapp.activities.SettingsActivity$GeneralSettingFragment"
+ android:summary="set general options"
+ android:title="Options" />
+
+ <header
+ android:fragment="fil.libre.repwifiapp.activities.SettingsActivity$DebugSettingFragment"
+ android:summary="set advanced options and debug variables"
+ android:title="Advanced &amp; Debug" />
</preference-headers> \ No newline at end of file