From 364c97e3a055201af18e70f951dd0f0de26044af Mon Sep 17 00:00:00 2001 From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674> Date: 星期一, 24 七月 2017 10:26:36 +0800 Subject: [PATCH] update native --- 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