diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-11-20 22:18:08 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-11-20 22:18:08 +0100 |
commit | 5185087bfc481f45e4dda8a0f23e701bb1e9add7 (patch) | |
tree | ac8da329a247a0c6f887daa943df45900b6f6b46 /res/layout | |
parent | 25e680bf2d4391709cd45bc0b55f3a220885357f (diff) |
Add script to generate FAQ in the google CODE project.
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/faq.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 8e0f561f..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 @@ -54,7 +54,7 @@ <TextView style="@style/faqitem" - android:id="@+id/vpn_tethering" /> + android:id="@+id/faq_tethering" /> <TextView style="@style/faqhead" @@ -69,7 +69,7 @@ android:text="@string/broken_images" /> <TextView - android:id="@+id/brokenimages" + android:id="@+id/broken_images_faq" style="@style/faqitem" /> <TextView |