aboutsummaryrefslogtreecommitdiff
path: root/res/layout-large-land/abstract_fragment_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout-large-land/abstract_fragment_container.xml')
-rw-r--r--res/layout-large-land/abstract_fragment_container.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/res/layout-large-land/abstract_fragment_container.xml b/res/layout-large-land/abstract_fragment_container.xml
deleted file mode 100644
index 511d63aa..00000000
--- a/res/layout-large-land/abstract_fragment_container.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal"
- android:layout_width="match_parent"
- android:layout_height="0px"
- android:layout_weight="1">
-
- <FrameLayout
- android:id="@+id/fragment_container"
- android:layout_width="0px"
- android:layout_height="match_parent"
- android:layout_weight="4"/>
-
- <FrameLayout
- android:id="@+id/fragment_second_container"
- android:layout_width="0px"
- android:layout_height="match_parent"
- android:layout_weight="6"
- android:visibility="gone"/>
-
-</LinearLayout> \ No newline at end of file