From 1295b8f844f914feeeef245229ca166b93ca37cd Mon Sep 17 00:00:00 2001 From: Arne Schwabe Date: Sun, 13 Oct 2013 17:53:59 +0200 Subject: 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 --- res/layout-w720dp/log_fragment.xml | 73 ++++++++++++++++++++++++++++++++++++++ res/layout-w720dp/logwindow.xml | 73 -------------------------------------- 2 files changed, 73 insertions(+), 73 deletions(-) create mode 100644 res/layout-w720dp/log_fragment.xml delete mode 100644 res/layout-w720dp/logwindow.xml (limited to 'res/layout-w720dp') diff --git a/res/layout-w720dp/log_fragment.xml b/res/layout-w720dp/log_fragment.xml new file mode 100644 index 00000000..07502e15 --- /dev/null +++ b/res/layout-w720dp/log_fragment.xml @@ -0,0 +1,73 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + / + + + + + + + + \ No newline at end of file diff --git a/res/layout-w720dp/logwindow.xml b/res/layout-w720dp/logwindow.xml deleted file mode 100644 index 07502e15..00000000 --- a/res/layout-w720dp/logwindow.xml +++ /dev/null @@ -1,73 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - / - - - - - - - - \ No newline at end of file -- cgit v1.2.3