aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-large-land/abstract_fragment_container.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout-large-land/abstract_fragment_container.xml')
-rw-r--r--app/src/main/res/layout-large-land/abstract_fragment_container.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/app/src/main/res/layout-large-land/abstract_fragment_container.xml b/app/src/main/res/layout-large-land/abstract_fragment_container.xml
new file mode 100644
index 00000000..5e3b1561
--- /dev/null
+++ b/app/src/main/res/layout-large-land/abstract_fragment_container.xml
@@ -0,0 +1,21 @@
+<?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