File was renamed from VisitFace/DemoForBsk/app/src/main/res/layout/fragment_main_ui_base.xml |
| | |
| | | android:layout_height="match_parent"
|
| | | android:orientation="horizontal">
|
| | | <FrameLayout
|
| | | android:id="@+id/main_ui_base_left"
|
| | | android:id="@+id/fragment_left_right_frame_layout_left"
|
| | | android:layout_width="318dp"
|
| | | android:layout_height="match_parent"></FrameLayout>
|
| | | <View
|
| | |
| | | android:layout_height="match_parent"
|
| | | android:background="@color/colorText_b"/>
|
| | | <FrameLayout
|
| | | android:id="@+id/main_ui_base_right"
|
| | | android:id="@+id/fragment_left_right_frame_layout_right"
|
| | | android:layout_width="match_parent"
|
| | | android:layout_height="match_parent"></FrameLayout>
|
| | | </LinearLayout>
|