summaryrefslogtreecommitdiff
path: root/main/src/ui/res/layout/log_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/ui/res/layout/log_fragment.xml')
-rw-r--r--main/src/ui/res/layout/log_fragment.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/main/src/ui/res/layout/log_fragment.xml b/main/src/ui/res/layout/log_fragment.xml
index abfe7894..df87d1c1 100644
--- a/main/src/ui/res/layout/log_fragment.xml
+++ b/main/src/ui/res/layout/log_fragment.xml
@@ -25,6 +25,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
</LinearLayout>
+ <TextView
+ android:id="@+id/trigger_pending_action"
+ android:textAppearance="@android:style/TextAppearance.Large"
+ android:visibility="gone"
+ android:text="@string/trigger_pending_auth_dialog"
+ android:layout_height="wrap_content"
+ android:layout_width="match_parent"
+ />
<ListView
android:id="@android:id/list"