From 411b26d7bf8baf11809f42fa69a156c54ffbbbbd Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期二, 25 四月 2017 14:15:57 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml index 9cf4aff..e9296f4 100644 --- a/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml +++ b/VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml @@ -14,7 +14,7 @@ <FrameLayout android:id="@+id/fragment_left_right_frame_layout_left" android:layout_width="318dp" - android:layout_height="match_parent"></FrameLayout> + android:layout_height="match_parent"/> <View android:layout_width="@dimen/view_size_1" android:layout_height="match_parent" @@ -22,6 +22,6 @@ <FrameLayout android:id="@+id/fragment_left_right_frame_layout_right" android:layout_width="match_parent" - android:layout_height="match_parent"></FrameLayout> + android:layout_height="match_parent"/> </LinearLayout> </LinearLayout> \ No newline at end of file -- Gitblit v1.8.0