From b1cddf6feb397c495546c153987a1a337fb01409 Mon Sep 17 00:00:00 2001 From: chenke <chenke@454eff88-639b-444f-9e54-f578c98de674> Date: 星期五, 04 八月 2017 10:31:43 +0800 Subject: [PATCH] 远程通信原型 --- VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v22/values-v22.xml | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v22/values-v22.xml b/VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v22/values-v22.xml new file mode 100644 index 0000000..9cd7185 --- /dev/null +++ b/VisitFace/DemoForBsk/app/build/intermediates/exploded-aar/com.android.support/appcompat-v7/23.1.0/res/values-v22/values-v22.xml @@ -0,0 +1,13 @@ +<?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-v22/themes_base.xml --> + <eat-comment/> + <style name="Base.Theme.AppCompat" parent="Base.V22.Theme.AppCompat"/> + <style name="Base.Theme.AppCompat.Light" parent="Base.V22.Theme.AppCompat.Light"/> + <style name="Base.V22.Theme.AppCompat" parent="Base.V21.Theme.AppCompat"> + <item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable</item> + </style> + <style name="Base.V22.Theme.AppCompat.Light" parent="Base.V21.Theme.AppCompat.Light"> + <item name="actionModeShareDrawable">?android:attr/actionModeShareDrawable</item> + </style> +</resources> \ No newline at end of file -- Gitblit v1.8.0