diff options
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" /> |