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 | 977b584773898d4564256c70a203e76a4f24dc22 (patch) | |
tree | 2f6351db767cee1983e084ef4e1428daf8debdb2 /res/layout | |
parent | c28401f29b2ddcfb56840527d7f13fb38a3b82be (diff) |
Add FAQ entry for the network configuration
Diffstat (limited to 'res/layout')
-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 |