diff options
author | Arne Schwabe <arne@rfc2549.org> | 2021-08-13 16:53:55 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2021-08-13 16:53:55 +0200 |
commit | 2bd5c430d01bcbc2087d630d431a793a4c0a497d (patch) | |
tree | b66a27cd59556c4e12ebe0ff18144beb1dcc19c6 /main/src/ui/res | |
parent | 2765afc92e13d9e751a036d53736bf42978e5b87 (diff) |
Add a dialog in Log Window allowing to start pending auth
Diffstat (limited to 'main/src/ui/res')
-rw-r--r-- | main/src/ui/res/layout/log_fragment.xml | 8 | ||||
-rw-r--r-- | main/src/ui/res/layout/vpnstatus.xml | 7 |
2 files changed, 15 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" diff --git a/main/src/ui/res/layout/vpnstatus.xml b/main/src/ui/res/layout/vpnstatus.xml index 3b464b62..a16eea39 100644 --- a/main/src/ui/res/layout/vpnstatus.xml +++ b/main/src/ui/res/layout/vpnstatus.xml @@ -48,5 +48,12 @@ tools:text="Connected to a very long ipv4 and 3483489348238824829482384928" style="@style/logWindowStatusText"/> + <TextView + android:id="@+id/trigger_pending_action" + android:layout_height="wrap_content" + android:layout_width="match_parent" + android:textAppearance="@android:style/TextAppearance.Large" + android:visibility="gone" + android:text="@string/trigger_pending_auth_dialog"/> </merge>
\ No newline at end of file |