diff options
author | Arne Schwabe <arne@rfc2549.org> | 2013-10-13 17:53:59 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2013-10-13 17:53:59 +0200 |
commit | 1295b8f844f914feeeef245229ca166b93ca37cd (patch) | |
tree | 508dfed686b140da66893b509a94615b53bd150f /res/layout/log_window.xml | |
parent | d2dc6fa6fc12ca876bb3dcf099ec6694dc7ef061 (diff) |
Working LogFragment
--HG--
rename : res/layout-w720dp/logwindow.xml => res/layout-w720dp/log_fragment.xml
rename : res/layout/logwindow.xml => res/layout/log_fragment.xml
rename : src/de/blinkt/openvpn/LogWindow.java => src/de/blinkt/openvpn/fragments/LogFragment.java
Diffstat (limited to 'res/layout/log_window.xml')
-rw-r--r-- | res/layout/log_window.xml | 15 |
1 files changed, 15 insertions, 0 deletions
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 |