From f5948ed9f21e65288f8772a3a9df0ab68bf4f727 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 27 七月 2017 12:51:44 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/src/main/res/layout/fragment_left_right_frame_layout.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 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..bdf3c6b 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 @@ -13,8 +13,8 @@ android:orientation="horizontal"> <FrameLayout android:id="@+id/fragment_left_right_frame_layout_left" - android:layout_width="318dp" - android:layout_height="match_parent"></FrameLayout> + android:layout_width="@dimen/w318dp" + 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