summaryrefslogtreecommitdiff
path: root/res/layout
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-10-13 17:53:59 +0200
committerArne Schwabe <arne@rfc2549.org>2013-10-13 17:53:59 +0200
commit1295b8f844f914feeeef245229ca166b93ca37cd (patch)
tree508dfed686b140da66893b509a94615b53bd150f /res/layout
parentd2dc6fa6fc12ca876bb3dcf099ec6694dc7ef061 (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')
-rw-r--r--res/layout/log_fragment.xml (renamed from res/layout/logwindow.xml)0
-rw-r--r--res/layout/log_window.xml15
2 files changed, 15 insertions, 0 deletions
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