diff options
author | arne@gaia.fritz.box <arne@gaia.fritz.box> | 2012-12-25 23:22:13 +0100 |
---|---|---|
committer | arne@gaia.fritz.box <arne@gaia.fritz.box> | 2012-12-25 23:22:13 +0100 |
commit | 3018f292ff635d7ec61b3cd02a1e13659819683f (patch) | |
tree | 32de630e310e6055124ee92a0d5788a76f6cd94d /res/layout/faq.xml | |
parent | 83dfeaa842bd42840698bdce9a91207a75395b3e (diff) | |
parent | 80d073d5fd79e0c57e33e708e6917e9f36c9bebc (diff) |
Merge local changes with repository
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index c4fd57f0..959e82a5 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -37,7 +37,7 @@ android:text="@string/battery_consumption_title" /> <TextView - android:id="@+id/faq_battery" + android:id="@+id/baterry_consumption" style="@style/faqitem" /> <TextView @@ -50,6 +50,14 @@ <TextView style="@style/faqhead" + android:text="@string/vpn_tethering_title" /> + + <TextView + style="@style/faqitem" + android:id="@+id/faq_tethering" /> + + <TextView + style="@style/faqhead" android:text="@string/faq_security_title" /> <TextView @@ -61,7 +69,7 @@ android:text="@string/broken_images" /> <TextView - android:id="@+id/brokenimages" + android:id="@+id/broken_images_faq" style="@style/faqitem" /> <TextView |