|
|
|
@ -2,6 +2,8 @@
|
|
|
|
|
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:descendantFocusability="beforeDescendants"
|
|
|
|
|
android:focusableInTouchMode="true"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
|
|
|
|
|
|
|
|
|
<LinearLayout android:layout_width="match_parent"
|
|
|
|
@ -9,7 +11,6 @@
|
|
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
|
android:id="@+id/viewA"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="0.66"
|
|
|
|
@ -26,7 +27,6 @@
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
|
|
|
|
<TableLayout
|
|
|
|
|
android:id="@+id/viewB"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_weight="0.33"
|
|
|
|
|