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/logwindow.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/logwindow.xml')
-rw-r--r-- | res/layout/logwindow.xml | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/res/layout/logwindow.xml b/res/layout/logwindow.xml deleted file mode 100644 index d1e467b1..00000000 --- a/res/layout/logwindow.xml +++ /dev/null @@ -1,23 +0,0 @@ -<?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:layout_width="match_parent" - android:layout_height="match_parent" - android:orientation="vertical"> - - <include layout="@layout/log_silders"/> - - <TextView - android:text="@string/speed_waiting" - android:singleLine="true" - android:id="@+id/speed" - android:layout_width="match_parent" - android:layout_height="wrap_content"/> - - <ListView - android:id="@android:id/list" - android:transcriptMode="normal" - android:layout_width="fill_parent" - android:layout_height="fill_parent"/> - -</LinearLayout>
\ No newline at end of file |