From 0489bd8f4540c7617082056defa9e3a7fd5273cb Mon Sep 17 00:00:00 2001 From: dupengyue <dupengyue@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 06 三月 2017 11:12:02 +0800 Subject: [PATCH] 更新SpringMVC配置 --- VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml index 2783187..0592fd4 100644 --- a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml +++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_screen_simple.xml @@ -14,7 +14,7 @@ limitations under the License. --> -<android.support.v7.widget.FitWindowsLinearLayout +<android.support.v7.internal.widget.FitWindowsLinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/action_bar_root" android:layout_width="match_parent" @@ -22,7 +22,7 @@ android:orientation="vertical" android:fitsSystemWindows="true"> - <android.support.v7.widget.ViewStubCompat + <android.support.v7.internal.widget.ViewStubCompat android:id="@+id/action_mode_bar_stub" android:inflatedId="@+id/action_mode_bar" android:layout="@layout/abc_action_mode_bar" @@ -31,4 +31,5 @@ <include layout="@layout/abc_screen_content_include" /> -</android.support.v7.widget.FitWindowsLinearLayout> +</android.support.v7.internal.widget.FitWindowsLinearLayout> +<!-- From: file:/usr/local/google/buildbot/repo_clients/https___googleplex-android.googlesource.com_a_platform_manifest.git/mnc-supportlib-release/frameworks/support/v7/appcompat/res/layout/abc_screen_simple.xml --> \ No newline at end of file -- Gitblit v1.8.0