diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-w720dp/log_fragment.xml (renamed from res/layout-w720dp/logwindow.xml) | 0 | ||||
-rw-r--r-- | res/layout/log_fragment.xml (renamed from res/layout/logwindow.xml) | 0 | ||||
-rw-r--r-- | res/layout/log_window.xml | 15 |
3 files changed, 15 insertions, 0 deletions
diff --git a/res/layout-w720dp/logwindow.xml b/res/layout-w720dp/log_fragment.xml index 07502e15..07502e15 100644 --- a/res/layout-w720dp/logwindow.xml +++ b/res/layout-w720dp/log_fragment.xml diff --git a/res/layout/logwindow.xml b/res/layout/log_fragment.xml index d1e467b1..d1e467b1 100644 --- a/res/layout/logwindow.xml +++ b/res/layout/log_fragment.xml diff --git a/res/layout/log_window.xml b/res/layout/log_window.xml new file mode 100644 index 00000000..c814e729 --- /dev/null +++ b/res/layout/log_window.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> + +<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + android:orientation="vertical" + android:layout_width="match_parent" + android:layout_height="match_parent"> + + <fragment + android:layout_width="fill_parent" + android:layout_height="wrap_content" + android:name="de.blinkt.openvpn.fragments.LogFragment" + android:id="@+id/fragment" + tools:layout="@layout/log_fragment"/> +</LinearLayout>
\ No newline at end of file |