diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-09-07 12:22:56 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-09-07 12:22:56 +0200 |
commit | 926bf1850ece42cf8b89098c2d5da74f934929ea (patch) | |
tree | 234f856905065984bc23b78efcd99c4618248728 /res/layout/faq.xml | |
parent | 165f27d1c926cf6ad349199aa20f8a456f535ec4 (diff) |
Add FAQ entry for the network configuration
Diffstat (limited to 'res/layout/faq.xml')
-rw-r--r-- | res/layout/faq.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index ec12ffda..dc591318 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -87,6 +87,15 @@ <TextView style="@style/faqitem" android:text="@string/tap_faq3" /> + + <TextView + style="@style/faqhead" + android:text="@string/faq_routing_title" /> + + <TextView + style="@style/faqitem" + android:text="@string/faq_routing" > + </TextView> </LinearLayout> </ScrollView>
\ No newline at end of file |