From edd6597ee775032cba556d34669edfd696c9f97b Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期三, 19 七月 2017 16:52:29 +0800 Subject: [PATCH] code review --- VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v23/values-v23.xml | 25 +++++++++++++++++++++++++ 1 files changed, 25 insertions(+), 0 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v23/values-v23.xml b/VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v23/values-v23.xml new file mode 100644 index 0000000..4099fed --- /dev/null +++ b/VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v23/values-v23.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <!-- 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/values-v23/styles_base_text.xml --> + <eat-comment/> + <style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="android:TextAppearance.Material.Widget.Button.Inverse"/> + <!-- 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/values-v23/themes_base.xml --> + <eat-comment/> + <style name="Base.Theme.AppCompat" parent="Base.V23.Theme.AppCompat"/> + <style name="Base.Theme.AppCompat.Light" parent="Base.V23.Theme.AppCompat.Light"/> + <style name="Base.V23.Theme.AppCompat" parent="Base.V22.Theme.AppCompat"> + <!-- We can use the platform drawable on v23+ --> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + + <item name="controlBackground">@drawable/abc_control_background_material</item> + </style> + <style name="Base.V23.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light"> + <!-- We can use the platform drawable on v23+ --> + <item name="actionBarItemBackground">?android:attr/actionBarItemBackground</item> + + <item name="controlBackground">@drawable/abc_control_background_material</item> + </style> + <!-- 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/values-v23/styles_base.xml --> + <eat-comment/> + <style name="Base.Widget.AppCompat.Button.Colored" parent="android:Widget.Material.Button.Colored"/> +</resources> \ No newline at end of file -- Gitblit v1.8.0