From 9f86ecd1435f386b778538df5eb0d769c3171db0 Mon Sep 17 00:00:00 2001 From: sujinwen <sujinwen@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 21 七月 2017 15:12:13 +0800 Subject: [PATCH] --- VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml new file mode 100644 index 0000000..5a45578 --- /dev/null +++ b/VisitFace/DemoForBsk/app/build/intermediates/res/merged/debug/values-v23/values-v23.xml @@ -0,0 +1,19 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <style name="Base.TextAppearance.AppCompat.Widget.Button.Inverse" parent="android:TextAppearance.Material.Widget.Button.Inverse"/> + <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> + <style name="Base.Widget.AppCompat.Button.Colored" parent="android:Widget.Material.Button.Colored"/> +</resources> \ No newline at end of file -- Gitblit v1.8.0