diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-12-17 13:48:54 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-12-17 13:48:54 +0100 |
commit | c986dc374b1c6579918d976701c000178a6ea281 (patch) | |
tree | 0a3913eba1618cb83ae26ce9a99bb7bfb02e60b9 /res/layout | |
parent | eef58658e519097d53af33ced636246c669f9a80 (diff) |
Add a note for the xposed module to the FAQ
--HG--
extra : source : a853fe367b5b31c1c315bbd4501ad07870bfa385
Diffstat (limited to 'res/layout')
-rw-r--r-- | res/layout/faq.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/res/layout/faq.xml b/res/layout/faq.xml index 9d11e786..8983e203 100644 --- a/res/layout/faq.xml +++ b/res/layout/faq.xml @@ -39,6 +39,11 @@ android:text="@string/faq_system_dialogs" /> <TextView + style="@style/faqitem" + tools:text="@string/faq_system_dialog_xposed" + android:id="@+id/faq_system_dialog_xposed"/> + + <TextView style="@style/faqhead" android:text="@string/faq_duplicate_notification_title" /> |