From 7d99c9d1c045f31d27676f8907c3b779039d41a2 Mon Sep 17 00:00:00 2001 From: xuxiuxi <xuxiuxi@454eff88-639b-444f-9e54-f578c98de674> Date: 星期四, 23 三月 2017 12:31:04 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml index b3babb2..12abe44 100644 --- a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml +++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/layout/abc_action_mode_close_item_material.xml @@ -16,12 +16,11 @@ <ImageView xmlns:android="http://schemas.android.com/apk/res/android" - xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/action_mode_close_button" android:contentDescription="@string/abc_action_mode_done" android:focusable="true" android:clickable="true" - app:srcCompat="?attr/actionModeCloseDrawable" + android:src="?attr/actionModeCloseDrawable" style="?attr/actionModeCloseButtonStyle" android:layout_width="wrap_content" - android:layout_height="match_parent"/> \ No newline at end of file + android:layout_height="match_parent"/><!-- 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_action_mode_close_item_material.xml --> \ No newline at end of file -- Gitblit v1.8.0