diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 09:10:05 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-11-21 09:10:05 +0100 |
commit | d526f083ea9c9ebc08c7d6ca54ab7e69841eeb31 (patch) | |
tree | 3596f528d58acc678585b9fbe56d813fe507acf0 /res | |
parent | d93401d0c6d694cff4ef5ab1e020ed44a62b43bf (diff) |
Fix log window in landscape
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/log_window.xml | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/res/layout/log_window.xml b/res/layout/log_window.xml index c814e729..56c3e349 100644 --- a/res/layout/log_window.xml +++ b/res/layout/log_window.xml @@ -1,15 +1,7 @@ -<?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 +<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 |