diff options
author | cyBerta <cyberta@riseup.net> | 2024-12-10 00:03:28 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2024-12-10 00:03:28 +0100 |
commit | b1c21e7e1fbc0d09e3d121b89651482a0bb02efd (patch) | |
tree | 33efa5d28e396dbfceff9d5086db476ecb1f2eed /main/src/ui/res/layout/log_window.xml | |
parent | 14d655f2936be93b15c09278e91367f4e43890c8 (diff) | |
parent | 2af49fc272d8108b9557735bf843465e52559917 (diff) |
Merge branch 'schwabe_master' into ssh_new_masternew_master
Diffstat (limited to 'main/src/ui/res/layout/log_window.xml')
-rw-r--r-- | main/src/ui/res/layout/log_window.xml | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/main/src/ui/res/layout/log_window.xml b/main/src/ui/res/layout/log_window.xml index 7c25dcfa..ffebc474 100644 --- a/main/src/ui/res/layout/log_window.xml +++ b/main/src/ui/res/layout/log_window.xml @@ -4,9 +4,18 @@ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:tools="http://schemas.android.com/tools" - android:id="@+id/container" - android:layout_width="match_parent" - android:layout_height="match_parent" - tools:context=".LogWindow" - tools:ignore="MergeRootFrame" />
\ No newline at end of file + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + tools:ignore="MergeRootFrame"> + + + <FrameLayout + android:id="@+id/container" + tools:context=".LogWindow" + android:layout_width="match_parent" + android:layout_height="match_parent" /> + + + <include layout="@layout/status_bg" /> +</FrameLayout>
\ No newline at end of file |