xuxiuxi
2017-03-30 9bd8cf1be455e546f0e5e6818b4f357c176f9ba9
VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml
File was renamed from VisitFace/DemoForBsk/app/src/main/res/layout/fragment_main_ui_base.xml
@@ -12,7 +12,7 @@
        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
@@ -20,7 +20,7 @@
            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>