From: tobiasKaminsky Date: Wed, 2 Dec 2015 19:29:03 +0000 (+0100) Subject: Merge remote-tracking branch 'remotes/upstream/video_thumbnail' into beta X-Git-Tag: beta-20151202~1 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/4246701891d4f6e412e98bbba25be1c50b4e3e23?hp=e9bf119fa40ab59e44e712fc4e0bf49478683fb8 Merge remote-tracking branch 'remotes/upstream/video_thumbnail' into beta --- diff --git a/.gitignore b/.gitignore index 8346dbfc..009ead45 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,4 @@ # built application files -*.apk *.ap_ # files for the dex VM @@ -14,6 +13,7 @@ build/ *.iml gen/ target/ +build/ # Local configuration files (sdk path, etc) local.properties @@ -39,4 +39,4 @@ tests/proguard-project.txt build # Actionbarsherlock is now ignored since scripts takes care of init the sub-modules. -actionbarsherlock \ No newline at end of file +actionbarsherlock diff --git a/.gitmodules b/.gitmodules index 7ccbef03..882f3c27 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,3 @@ - [submodule "owncloud-android-library"] path = owncloud-android-library url = git://github.com/owncloud/android-library.git diff --git a/.travis.yml b/.travis.yml index b72625c4..11e5f40f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,15 @@ +sudo: false language: android android: components: - - build-tools-22.0.1 + - build-tools-23.0.2 + - android-23 + - android-22 - android-19 - - android-16 before_install: - rm pom.xml script: - ./setup_env.sh ant - - ant clean - - ant debug + - ant clean -Djava.source=7 -Djava.target=7 + - ant debug -Djava.source=7 -Djava.target=7 diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 5b9fc717..c2fa0fba 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1,5 +1,5 @@ - + android:versionCode="20151130" + android:versionName="20151130" + xmlns:android="http://schemas.android.com/apk/res/android"> + + @@ -32,74 +37,64 @@ - - - - + + + - - + + + android:theme="@style/Theme.ownCloud" > + android:label="@string/app_name" > + - - - + + + + - - + - - + - - + - - - - - + - - + - + + - - - + - + android:label="@string/app_name" + android:theme="@style/Theme.ownCloud.Fullscreen" /> - + android:exported="true" > + @@ -109,8 +104,7 @@ + android:exported="true" > @@ -124,24 +118,39 @@ android:name=".providers.FileContentProvider" android:authorities="@string/authority" android:enabled="true" - android:exported="false" + android:exported="true" android:label="@string/sync_string_files" - android:syncable="true" > + android:syncable="true" /> + + + + + android:launchMode="singleTask" + android:theme="@style/Theme.ownCloud.noActionBar" > + + + @@ -150,50 +159,68 @@ - + - + + + - + + + - + + + + + - + - + - - - - - - - - + + + + + + + + + + + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 6934155f..739f0575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,42 +1,66 @@ -## 1.7.2 (July 2015) -- New navigation drawer -- Improved Passcode -- Automatic grid view just for folders full of images -- More characters allowed in file names -- Support for servers in same domain, different path -- Bugs fixed: - + Frequent crashes in folder with several images - + Sync error in servers with huge quota and external storage enable - + Share by link error - + Some other crashes and minor bugs - -## 1.7.1 (April 2015) - -- Share link even with password enforced by server -- Get the app ready for oc 8.1 servers -- Added option to create new folder in uploads from external apps -- Improved management of deleted users -- Bugs fixed - + Fixed crash on Android 2.x devices - + Improvements on uploads - -## 1.7.0 (February 2015) - -- Download full folders -- Grid view for images -- Remote thumbnails (OC Server 8.0+) -- Added number of files and folders at the end of the list -- "Open with" in contextual menu -- Downloads added to Media Provider -- Uploads: - + Local thumbnails in section "Files" - + Multiple selection in "Content from other apps" (Android 4.3+) -- Gallery: - + proper handling of EXIF - + obey sorting in the list of files -- Settings view updated -- Improved subjects in e-mails -- Bugs fixed +# 2015-11-28 +- update all PR +- PR [#1191] (https://github.com/owncloud/android/pull/1191) "Cancel upload on wlan exit" merged +- PR [#1220] (https://github.com/owncloud/android/pull/1220) "Move to compile target Marshmallow (Android 6 - v23)" merged +# 2015-11-21 +- fix #1297 +- update all PR +- try for #1278 +# 2015-11-20 +- PR [#1293] (https://github.com/owncloud/android/pull/1293) "External SD by przybylski" merged +- PR [#1296] (https://github.com/owncloud/android/pull/1296) "Don't allow to remove passcode without entering it. Don't allow to set incomplete passcode by przybylski" merged + +# 2015-11-18 +- update all PR +- fix #1259 + +# 2015-11-13 +- update all PR + +# 2015-11-10 +- update master +- PR [#1277] (https://github.com/owncloud/android/pull/1277) "Optimized uploader layout and user configured sorting" merged + +# 2015-11-05 +- update master +- fix #1244 +- add changelog +- add check for update of beta version + +# 2015-11-02 +- PR [#1240](https://github.com/owncloud/android/pull/1240) "Set as wallpaper" merged +- updated other PRs + +# 2015-11-01 +- PR [#1236](https://github.com/owncloud/android/pull/1236) "Streaming video/audio" merged +- PR [#1035](https://github.com/owncloud/android/pull/1035) "Enable video thumbnail" merged + +# 2015-10-31 +- updated all PR +- bugfix: #1234, #1230 +- implement Crash Handler +- implement direct download of latest apk in settings -> last item on bottom + +# 2015-10-30 +- fixed problem with Authority + +# 2015-10-29 +- PR [#1099](https://github.com/owncloud/android/pull/1099) "Switch list vs grid" merged +- PR [#1100](https://github.com/owncloud/android/pull/1100) "Material FAB with speed dial implementation" merged +- PR [#1209](https://github.com/owncloud/android/pull/1209) "Material buttons - before in #1090" merged +- PR [#1205](https://github.com/owncloud/android/pull/1205) "Switch between online and offline files" merged +- PR [#1195](https://github.com/owncloud/android/pull/1195) "Resize Cache" merged +- PR [#1187](https://github.com/owncloud/android/pull/1187) "Video: Big thumbnails" merged +- PR [#1058](https://github.com/owncloud/android/pull/1058) "add sort to UploadFileActiviy" merged +- PR [#1168](https://github.com/owncloud/android/pull/1168) "Avoid duplicate files" merged +- PR [#1176](https://github.com/owncloud/android/pull/1176) "Multi select" merged + + +# 2015-10-26 +- start of branch +- PR [#745](https://github.com/owncloud/android/pull/745) merged +- PR [#1044](https://github.com/owncloud/android/pull/1044) merged: < 8.1: GalleryPlus app needed, >= 8.2 Gallery app needed +- PR [#1111](https://github.com/owncloud/android/pull/1111) merged \ No newline at end of file diff --git a/README.md b/README.md index e3ff5353..a2391447 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ -#This is the Android client for [ownCloud][0] +#This is the BETA Android client for [ownCloud][0] + +The BETA app is only intended to be used by experienced users that want to use and test the latest features. +All pull requests labeled "3 - to review" or higher will be included into the branch. + +If you find a bug please verify first if it is *really* a bug in beta, then comment in the corresponding pull request or create a new issue with the prefix "Beta YYYY-MM-DD:". + +The compiled APKs can be found [here][2] + +The changelog is found [here][3] The app performs file synchronization with an ownCloud server. Other ownCloud features may be added in the future, but they are not a priority right now. ## Build Status on -Git master: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=master) - -Git stable: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=stable) +Git beta: ![Build Status](https://api.travis-ci.org/owncloud/android.svg?branch=beta) ## Development @@ -14,6 +21,8 @@ Make sure you read [SETUP.md][1] when you start working on this project. [0]: https://github.com/owncloud/core [1]: https://github.com/owncloud/android/blob/master/SETUP.md +[2]: https://github.com/owncloud/android/tree/beta/apks/ +[3]: https://github.com/owncloud/android/blob/beta/CHANGELOG.md ### Contributing Please see [Contribution Guidelines](https://owncloud.org/contribute/). Fork this repository and contribute back using diff --git a/SETUP.md b/SETUP.md index 4f9cef9d..64c04c97 100644 --- a/SETUP.md +++ b/SETUP.md @@ -18,8 +18,8 @@ Open a terminal and type 'android' to start the Android SDK Manager. To build th * Android SDK Tools and Android SDK Platform-tools (already installed); upgrade to their last versions is usually a good idea. * Android SDK Build-Tools; any version from 20 or later should work fine; avoid preview versions, if any available. -* Android 4.4.2 (API 19), SDK Platform; needed to build the ownCloud app. -* Android 4.1.2 (API 16), SDK Platform; needed to build the Android Support Library (not neeeded if working with Android Studio or gradle). +* Android 4.4.2 (API 19), SDK Platform; needed for build/test ownCloud app. +* Android 5.1.1 (API 22), SDK Platform; needed to build the Android Support Library (not neeeded if working with Android Studio or gradle) and build the owncloud app. Install any other package you consider interesting, such as emulators. @@ -36,7 +36,7 @@ Next steps will assume you have a Github account and that you will get the code * Open a terminal and go on with the next steps in it. * Clone your forked repository: ```git clone git@github.com:YOURGITHUBNAME/android.git```. * Move to the project folder with ```cd android```. -* Checkout the remote branch 'master' in your own local branch 'master': ```git checkout -b master remotes/origin/master```. +* Checkout the remote branch 'master' in your own local branch 'master': ```git checkout master remotes/origin/master```. * Pull any changes from your remote branch 'master': ```git pull origin master``` * Make official ownCloud repo known as upstream: ```git remote add upstream git@github.com:owncloud/android.git``` * Make sure to get the latest changes from official android/master branch: ```git pull upstream master``` @@ -90,6 +90,7 @@ The generated APK file is saved in android/build/outputs/apk as android-debug.ap * Choose the projects with the next names under the 'New Project Name' column: ** owncloud-android ** android-support-appcompat-v7-exploded-aar +** com-getbase-floatingactionbutton-1-10-0-exploded-aar ** owncloud-android-workaround-accounts (optional) ** ownCloud Android Library ** ownCloud Sample Client (optional) @@ -102,11 +103,12 @@ The generated APK file is saved in android/build/outputs/apk as android-debug.ap * If any error persists, clean and build manually the next projects in order: ** ownCloud Android Library ** android-support-appcompat-v7-exploded-aar +** com-getbase-floatingactionbutton-1-10-0-exploded-aar ** owncloud-android * If any error on those projects persists, check the project properties. In the 'Android' section, API Level should be ** ownCloud Android Library -> API level 19 -** android-support-appcompat-v7-exploded-aa -> API level 16 -** owncloud-android -> API level 19 ; in this project, two library projects should appear referred in the bottom of the dialog: libs\android-support-appcompat-v7-exploded-aar and owncloud-android-library. Add them if needed. +** android-support-appcompat-v7-exploded-aa -> API level 22 +** owncloud-android -> API level 22 ; in this project, three library projects should appear referred in the bottom of the dialog: libs\android-support-appcompat-v7-exploded-aar, ** com-getbase-floatingactionbutton-1-10-0-exploded-aar and owncloud-android-library. Add them if needed. * After those actions you should be good to go. HAVE FUN! @@ -139,7 +141,7 @@ Download/install Android plugin for Maven, then build ownCloud with mvn: * cd .. * git clone https://github.com/mosabua/maven-android-sdk-deployer.git * cd maven-android-sdk-deployer -* mvn -pl com.simpligility.android.sdk-deployer:android-19 -am install +* mvn -pl com.simpligility.android.sdk-deployer:android-22 -am install * cd ../android/owncloud-android-library * mvn install * cd .. diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 6fd3e5b3..7b21bfc3 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -59,4 +59,8 @@ The third party software included and used by this project is: modifications com.ortiz.touch.ExtendedViewPager and com.ortiz.touch.TouchImageView classes. See https://github.com/MikeOrtiz/TouchImageView - \ No newline at end of file + * floatingactionbutton 1.10.1. + Copyright (c) 2014 Jerzy Chalupski + Licensed under Apache License, Version 2.0. + placed at libs/com-getbase-floatingactionbutton-1-10-0-exploded-aar has been exploded by ownCloud Inc. + See https://github.com/futuresimple/android-floating-action-button \ No newline at end of file diff --git a/android-release.apk b/android-release.apk new file mode 100644 index 00000000..ad744719 Binary files /dev/null and b/android-release.apk differ diff --git a/apks/latest b/apks/latest new file mode 100644 index 00000000..fc7c290e --- /dev/null +++ b/apks/latest @@ -0,0 +1 @@ +20151130 diff --git a/apks/owncloud-beta-20151124.apk b/apks/owncloud-beta-20151124.apk new file mode 100644 index 00000000..26535e0e Binary files /dev/null and b/apks/owncloud-beta-20151124.apk differ diff --git a/apks/owncloud-beta-20151125.apk b/apks/owncloud-beta-20151125.apk new file mode 100644 index 00000000..5eb3ff18 Binary files /dev/null and b/apks/owncloud-beta-20151125.apk differ diff --git a/apks/owncloud-beta-20151128.apk b/apks/owncloud-beta-20151128.apk new file mode 100644 index 00000000..3b81dd3c Binary files /dev/null and b/apks/owncloud-beta-20151128.apk differ diff --git a/apks/owncloud-beta-20151129.apk b/apks/owncloud-beta-20151129.apk new file mode 100644 index 00000000..9c03cf4d Binary files /dev/null and b/apks/owncloud-beta-20151129.apk differ diff --git a/apks/owncloud-beta-20151130.apk b/apks/owncloud-beta-20151130.apk new file mode 100644 index 00000000..ec3d7f17 Binary files /dev/null and b/apks/owncloud-beta-20151130.apk differ diff --git a/build.gradle b/build.gradle index a5c0431f..da6b273a 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.android.tools.build:gradle:1.2.3' + classpath 'com.android.tools.build:gradle:1.5.0' } } @@ -20,15 +20,26 @@ repositories { dependencies { compile name: 'touch-image-view' - compile 'com.android.support:support-v4:19.1.0' compile project(':owncloud-android-library') + compile 'com.android.support:support-v4:23.1.1' compile 'com.jakewharton:disklrucache:2.0.2' - compile 'com.android.support:appcompat-v7:19.1.0' + compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.getbase:floatingactionbutton:1.10.1' } android { - compileSdkVersion 19 - buildToolsVersion "22.0.1" + compileSdkVersion 23 + buildToolsVersion "23.0.2" + // as long as ownCloud uses Apache HTTP + // http://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-apache-http-client + useLibrary 'org.apache.http.legacy' + + defaultConfig { + applicationId "com.owncloud.android.beta" + versionCode 20151130 + versionName "20151130" + } + sourceSets { main { manifest.srcFile 'AndroidManifest.xml' @@ -59,18 +70,26 @@ android { } } - - compileOptions { - sourceCompatibility JavaVersion.VERSION_1_7 - targetCompatibility JavaVersion.VERSION_1_7 - } - productFlavors { } packagingOptions { exclude 'META-INF/LICENSE.txt' } -} + signingConfigs { + release { + storeFile file(RELEASE_STORE_FILE) + storePassword RELEASE_STORE_PASSWORD + keyAlias RELEASE_KEY_ALIAS + keyPassword RELEASE_KEY_PASSWORD + } + } + + buildTypes { + release { + signingConfig signingConfigs.release + } + } +} diff --git a/doc/oCC2015_Android_workshop.odp b/doc/oCC2015_Android_workshop.odp new file mode 100644 index 00000000..29ed242a Binary files /dev/null and b/doc/oCC2015_Android_workshop.odp differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/.classpath b/libs/android-support-appcompat-v7-exploded-aar/.classpath index 5cc5eb90..a4763d1e 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/.classpath +++ b/libs/android-support-appcompat-v7-exploded-aar/.classpath @@ -1,9 +1,8 @@ - - - + + diff --git a/libs/android-support-appcompat-v7-exploded-aar/.project b/libs/android-support-appcompat-v7-exploded-aar/.project index 7e756016..957d33da 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/.project +++ b/libs/android-support-appcompat-v7-exploded-aar/.project @@ -1,6 +1,6 @@ - android-support-appcompat-v7-exploded-aar + android-support-v7-appcompat diff --git a/libs/android-support-appcompat-v7-exploded-aar/AndroidManifest.xml b/libs/android-support-appcompat-v7-exploded-aar/AndroidManifest.xml index 6939d32c..dac4cb27 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/AndroidManifest.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/AndroidManifest.xml @@ -18,4 +18,3 @@ - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/R.txt b/libs/android-support-appcompat-v7-exploded-aar/R.txt index ff1eab06..dc520625 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/R.txt +++ b/libs/android-support-appcompat-v7-exploded-aar/R.txt @@ -1,489 +1,926 @@ int anim abc_fade_in 0x7f040000 int anim abc_fade_out 0x7f040001 -int anim abc_slide_in_bottom 0x7f040002 -int anim abc_slide_in_top 0x7f040003 -int anim abc_slide_out_bottom 0x7f040004 -int anim abc_slide_out_top 0x7f040005 -int attr actionBarDivider 0x7f010000 -int attr actionBarItemBackground 0x7f010001 -int attr actionBarSize 0x7f010002 -int attr actionBarSplitStyle 0x7f010003 -int attr actionBarStyle 0x7f010004 -int attr actionBarTabBarStyle 0x7f010005 -int attr actionBarTabStyle 0x7f010006 -int attr actionBarTabTextStyle 0x7f010007 -int attr actionBarWidgetTheme 0x7f010008 -int attr actionButtonStyle 0x7f010009 -int attr actionDropDownStyle 0x7f010066 -int attr actionLayout 0x7f01005d -int attr actionMenuTextAppearance 0x7f01000a -int attr actionMenuTextColor 0x7f01000b -int attr actionModeBackground 0x7f01000c -int attr actionModeCloseButtonStyle 0x7f01000d -int attr actionModeCloseDrawable 0x7f01000e -int attr actionModeCopyDrawable 0x7f01000f -int attr actionModeCutDrawable 0x7f010010 -int attr actionModeFindDrawable 0x7f010011 -int attr actionModePasteDrawable 0x7f010012 -int attr actionModePopupWindowStyle 0x7f010013 -int attr actionModeSelectAllDrawable 0x7f010014 -int attr actionModeShareDrawable 0x7f010015 -int attr actionModeSplitBackground 0x7f010016 -int attr actionModeStyle 0x7f010017 -int attr actionModeWebSearchDrawable 0x7f010018 -int attr actionOverflowButtonStyle 0x7f010019 -int attr actionProviderClass 0x7f01005f -int attr actionViewClass 0x7f01005e -int attr activityChooserViewStyle 0x7f01001a -int attr background 0x7f010047 -int attr backgroundSplit 0x7f010049 -int attr backgroundStacked 0x7f010048 -int attr buttonBarButtonStyle 0x7f01001b -int attr buttonBarStyle 0x7f01001c -int attr customNavigationLayout 0x7f01004a -int attr disableChildrenWhenDisabled 0x7f010065 -int attr displayOptions 0x7f010040 -int attr divider 0x7f010046 -int attr dividerHorizontal 0x7f01001d -int attr dividerPadding 0x7f01005b -int attr dividerVertical 0x7f01001e -int attr dropDownListViewStyle 0x7f01001f -int attr dropdownListPreferredItemHeight 0x7f010067 -int attr expandActivityOverflowButtonDrawable 0x7f010058 -int attr height 0x7f010020 -int attr homeAsUpIndicator 0x7f010021 -int attr homeLayout 0x7f01004b -int attr icon 0x7f010044 -int attr iconifiedByDefault 0x7f010060 -int attr indeterminateProgressStyle 0x7f01004d -int attr initialActivityCount 0x7f010057 -int attr isLightTheme 0x7f010022 -int attr itemPadding 0x7f01004f -int attr listChoiceBackgroundIndicator 0x7f01006b -int attr listPopupWindowStyle 0x7f010023 -int attr listPreferredItemHeight 0x7f010024 -int attr listPreferredItemHeightLarge 0x7f010025 -int attr listPreferredItemHeightSmall 0x7f010026 -int attr listPreferredItemPaddingLeft 0x7f010027 -int attr listPreferredItemPaddingRight 0x7f010028 -int attr logo 0x7f010045 -int attr navigationMode 0x7f01003f -int attr paddingEnd 0x7f01006d -int attr paddingStart 0x7f01006c -int attr panelMenuListTheme 0x7f01006a -int attr panelMenuListWidth 0x7f010069 -int attr popupMenuStyle 0x7f010068 -int attr popupPromptView 0x7f010064 -int attr progressBarPadding 0x7f01004e -int attr progressBarStyle 0x7f01004c -int attr prompt 0x7f010062 -int attr queryHint 0x7f010061 -int attr searchDropdownBackground 0x7f010029 -int attr searchResultListItemHeight 0x7f01002a -int attr searchViewAutoCompleteTextView 0x7f01002b -int attr searchViewCloseIcon 0x7f01002c -int attr searchViewEditQuery 0x7f01002d -int attr searchViewEditQueryBackground 0x7f01002e -int attr searchViewGoIcon 0x7f01002f -int attr searchViewSearchIcon 0x7f010030 -int attr searchViewTextField 0x7f010031 -int attr searchViewTextFieldRight 0x7f010032 -int attr searchViewVoiceIcon 0x7f010033 -int attr selectableItemBackground 0x7f010034 -int attr showAsAction 0x7f01005c -int attr showDividers 0x7f01005a -int attr spinnerDropDownItemStyle 0x7f010035 -int attr spinnerMode 0x7f010063 -int attr spinnerStyle 0x7f010036 -int attr subtitle 0x7f010041 -int attr subtitleTextStyle 0x7f010043 -int attr textAllCaps 0x7f010059 -int attr textAppearanceLargePopupMenu 0x7f010037 -int attr textAppearanceListItem 0x7f010038 -int attr textAppearanceListItemSmall 0x7f010039 -int attr textAppearanceSearchResultSubtitle 0x7f01003a -int attr textAppearanceSearchResultTitle 0x7f01003b -int attr textAppearanceSmallPopupMenu 0x7f01003c -int attr textColorSearchUrl 0x7f01003d -int attr title 0x7f01003e -int attr titleTextStyle 0x7f010042 -int attr windowActionBar 0x7f010050 -int attr windowActionBarOverlay 0x7f010051 -int attr windowFixedHeightMajor 0x7f010056 -int attr windowFixedHeightMinor 0x7f010054 -int attr windowFixedWidthMajor 0x7f010053 -int attr windowFixedWidthMinor 0x7f010055 -int attr windowSplitActionBar 0x7f010052 -int bool abc_action_bar_embed_tabs_pre_jb 0x7f050000 -int bool abc_action_bar_expanded_action_views_exclusive 0x7f050001 -int bool abc_config_actionMenuItemAllCaps 0x7f050002 -int bool abc_config_allowActionMenuItemTextWithIcon 0x7f050003 -int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f050004 -int bool abc_split_action_bar_is_narrow 0x7f050005 -int color abc_search_url_text_holo 0x7f060003 -int color abc_search_url_text_normal 0x7f060000 -int color abc_search_url_text_pressed 0x7f060001 -int color abc_search_url_text_selected 0x7f060002 -int dimen abc_action_bar_default_height 0x7f080000 -int dimen abc_action_bar_icon_vertical_padding 0x7f080001 -int dimen abc_action_bar_progress_bar_size 0x7f080002 -int dimen abc_action_bar_stacked_max_height 0x7f080003 -int dimen abc_action_bar_stacked_tab_max_width 0x7f080004 -int dimen abc_action_bar_subtitle_bottom_margin 0x7f080005 -int dimen abc_action_bar_subtitle_text_size 0x7f080006 -int dimen abc_action_bar_subtitle_top_margin 0x7f080007 -int dimen abc_action_bar_title_text_size 0x7f080008 -int dimen abc_action_button_min_width 0x7f080009 -int dimen abc_config_prefDialogWidth 0x7f08000a -int dimen abc_dropdownitem_icon_width 0x7f08000b -int dimen abc_dropdownitem_text_padding_left 0x7f08000c -int dimen abc_dropdownitem_text_padding_right 0x7f08000d -int dimen abc_panel_menu_list_width 0x7f08000e -int dimen abc_search_view_preferred_width 0x7f08000f -int dimen abc_search_view_text_min_width 0x7f080010 -int dimen dialog_fixed_height_major 0x7f080011 -int dimen dialog_fixed_height_minor 0x7f080012 -int dimen dialog_fixed_width_major 0x7f080013 -int dimen dialog_fixed_width_minor 0x7f080014 -int drawable abc_ab_bottom_solid_dark_holo 0x7f020000 -int drawable abc_ab_bottom_solid_light_holo 0x7f020001 -int drawable abc_ab_bottom_transparent_dark_holo 0x7f020002 -int drawable abc_ab_bottom_transparent_light_holo 0x7f020003 -int drawable abc_ab_share_pack_holo_dark 0x7f020004 -int drawable abc_ab_share_pack_holo_light 0x7f020005 -int drawable abc_ab_solid_dark_holo 0x7f020006 -int drawable abc_ab_solid_light_holo 0x7f020007 -int drawable abc_ab_stacked_solid_dark_holo 0x7f020008 -int drawable abc_ab_stacked_solid_light_holo 0x7f020009 -int drawable abc_ab_stacked_transparent_dark_holo 0x7f02000a -int drawable abc_ab_stacked_transparent_light_holo 0x7f02000b -int drawable abc_ab_transparent_dark_holo 0x7f02000c -int drawable abc_ab_transparent_light_holo 0x7f02000d -int drawable abc_cab_background_bottom_holo_dark 0x7f02000e -int drawable abc_cab_background_bottom_holo_light 0x7f02000f -int drawable abc_cab_background_top_holo_dark 0x7f020010 -int drawable abc_cab_background_top_holo_light 0x7f020011 -int drawable abc_ic_ab_back_holo_dark 0x7f020012 -int drawable abc_ic_ab_back_holo_light 0x7f020013 -int drawable abc_ic_cab_done_holo_dark 0x7f020014 -int drawable abc_ic_cab_done_holo_light 0x7f020015 -int drawable abc_ic_clear 0x7f020016 -int drawable abc_ic_clear_disabled 0x7f020017 -int drawable abc_ic_clear_holo_light 0x7f020018 -int drawable abc_ic_clear_normal 0x7f020019 -int drawable abc_ic_clear_search_api_disabled_holo_light 0x7f02001a -int drawable abc_ic_clear_search_api_holo_light 0x7f02001b -int drawable abc_ic_commit_search_api_holo_dark 0x7f02001c -int drawable abc_ic_commit_search_api_holo_light 0x7f02001d -int drawable abc_ic_go 0x7f02001e -int drawable abc_ic_go_search_api_holo_light 0x7f02001f -int drawable abc_ic_menu_moreoverflow_normal_holo_dark 0x7f020020 -int drawable abc_ic_menu_moreoverflow_normal_holo_light 0x7f020021 -int drawable abc_ic_menu_share_holo_dark 0x7f020022 -int drawable abc_ic_menu_share_holo_light 0x7f020023 -int drawable abc_ic_search 0x7f020024 -int drawable abc_ic_search_api_holo_light 0x7f020025 -int drawable abc_ic_voice_search 0x7f020026 -int drawable abc_ic_voice_search_api_holo_light 0x7f020027 -int drawable abc_item_background_holo_dark 0x7f020028 -int drawable abc_item_background_holo_light 0x7f020029 -int drawable abc_list_divider_holo_dark 0x7f02002a -int drawable abc_list_divider_holo_light 0x7f02002b -int drawable abc_list_focused_holo 0x7f02002c -int drawable abc_list_longpressed_holo 0x7f02002d -int drawable abc_list_pressed_holo_dark 0x7f02002e -int drawable abc_list_pressed_holo_light 0x7f02002f -int drawable abc_list_selector_background_transition_holo_dark 0x7f020030 -int drawable abc_list_selector_background_transition_holo_light 0x7f020031 -int drawable abc_list_selector_disabled_holo_dark 0x7f020032 -int drawable abc_list_selector_disabled_holo_light 0x7f020033 -int drawable abc_list_selector_holo_dark 0x7f020034 -int drawable abc_list_selector_holo_light 0x7f020035 -int drawable abc_menu_dropdown_panel_holo_dark 0x7f020036 -int drawable abc_menu_dropdown_panel_holo_light 0x7f020037 -int drawable abc_menu_hardkey_panel_holo_dark 0x7f020038 -int drawable abc_menu_hardkey_panel_holo_light 0x7f020039 -int drawable abc_search_dropdown_dark 0x7f02003a -int drawable abc_search_dropdown_light 0x7f02003b -int drawable abc_spinner_ab_default_holo_dark 0x7f02003c -int drawable abc_spinner_ab_default_holo_light 0x7f02003d -int drawable abc_spinner_ab_disabled_holo_dark 0x7f02003e -int drawable abc_spinner_ab_disabled_holo_light 0x7f02003f -int drawable abc_spinner_ab_focused_holo_dark 0x7f020040 -int drawable abc_spinner_ab_focused_holo_light 0x7f020041 -int drawable abc_spinner_ab_holo_dark 0x7f020042 -int drawable abc_spinner_ab_holo_light 0x7f020043 -int drawable abc_spinner_ab_pressed_holo_dark 0x7f020044 -int drawable abc_spinner_ab_pressed_holo_light 0x7f020045 -int drawable abc_tab_indicator_ab_holo 0x7f020046 -int drawable abc_tab_selected_focused_holo 0x7f020047 -int drawable abc_tab_selected_holo 0x7f020048 -int drawable abc_tab_selected_pressed_holo 0x7f020049 -int drawable abc_tab_unselected_pressed_holo 0x7f02004a -int drawable abc_textfield_search_default_holo_dark 0x7f02004b -int drawable abc_textfield_search_default_holo_light 0x7f02004c -int drawable abc_textfield_search_right_default_holo_dark 0x7f02004d -int drawable abc_textfield_search_right_default_holo_light 0x7f02004e -int drawable abc_textfield_search_right_selected_holo_dark 0x7f02004f -int drawable abc_textfield_search_right_selected_holo_light 0x7f020050 -int drawable abc_textfield_search_selected_holo_dark 0x7f020051 -int drawable abc_textfield_search_selected_holo_light 0x7f020052 -int drawable abc_textfield_searchview_holo_dark 0x7f020053 -int drawable abc_textfield_searchview_holo_light 0x7f020054 -int drawable abc_textfield_searchview_right_holo_dark 0x7f020055 -int drawable abc_textfield_searchview_right_holo_light 0x7f020056 -int id action_bar 0x7f07001c -int id action_bar_activity_content 0x7f070014 -int id action_bar_container 0x7f07001b -int id action_bar_overlay_layout 0x7f07001f -int id action_bar_root 0x7f07001a -int id action_bar_subtitle 0x7f070023 -int id action_bar_title 0x7f070022 -int id action_context_bar 0x7f07001d -int id action_menu_divider 0x7f070015 -int id action_menu_presenter 0x7f070016 -int id action_mode_close_button 0x7f070024 -int id activity_chooser_view_content 0x7f070025 -int id always 0x7f07000f -int id beginning 0x7f07000a -int id checkbox 0x7f07002d -int id collapseActionView 0x7f070011 -int id default_activity_button 0x7f070028 -int id dialog 0x7f070012 -int id disableHome 0x7f070008 -int id dropdown 0x7f070013 -int id edit_query 0x7f070030 -int id end 0x7f07000c -int id expand_activities_button 0x7f070026 -int id expanded_menu 0x7f07002c -int id home 0x7f070017 -int id homeAsUp 0x7f070005 -int id icon 0x7f07002a -int id ifRoom 0x7f07000e -int id image 0x7f070027 -int id listMode 0x7f070001 -int id list_item 0x7f070029 -int id middle 0x7f07000b -int id never 0x7f07000d -int id none 0x7f070009 -int id normal 0x7f070000 -int id progress_circular 0x7f070018 -int id progress_horizontal 0x7f070019 -int id radio 0x7f07002f -int id search_badge 0x7f070032 -int id search_bar 0x7f070031 -int id search_button 0x7f070033 -int id search_close_btn 0x7f070038 -int id search_edit_frame 0x7f070034 -int id search_go_btn 0x7f07003a -int id search_mag_icon 0x7f070035 -int id search_plate 0x7f070036 -int id search_src_text 0x7f070037 -int id search_voice_btn 0x7f07003b -int id shortcut 0x7f07002e -int id showCustom 0x7f070007 -int id showHome 0x7f070004 -int id showTitle 0x7f070006 -int id split_action_bar 0x7f07001e -int id submit_area 0x7f070039 -int id tabMode 0x7f070002 -int id title 0x7f07002b -int id top_action_bar 0x7f070020 -int id up 0x7f070021 -int id useLogo 0x7f070003 -int id withText 0x7f070010 +int anim abc_grow_fade_in_from_bottom 0x7f040002 +int anim abc_popup_enter 0x7f040003 +int anim abc_popup_exit 0x7f040004 +int anim abc_shrink_fade_out_from_bottom 0x7f040005 +int anim abc_slide_in_bottom 0x7f040006 +int anim abc_slide_in_top 0x7f040007 +int anim abc_slide_out_bottom 0x7f040008 +int anim abc_slide_out_top 0x7f040009 +int attr actionBarDivider 0x7f010063 +int attr actionBarItemBackground 0x7f010064 +int attr actionBarPopupTheme 0x7f01005d +int attr actionBarSize 0x7f010062 +int attr actionBarSplitStyle 0x7f01005f +int attr actionBarStyle 0x7f01005e +int attr actionBarTabBarStyle 0x7f010059 +int attr actionBarTabStyle 0x7f010058 +int attr actionBarTabTextStyle 0x7f01005a +int attr actionBarTheme 0x7f010060 +int attr actionBarWidgetTheme 0x7f010061 +int attr actionButtonStyle 0x7f01007d +int attr actionDropDownStyle 0x7f010079 +int attr actionLayout 0x7f010034 +int attr actionMenuTextAppearance 0x7f010065 +int attr actionMenuTextColor 0x7f010066 +int attr actionModeBackground 0x7f010069 +int attr actionModeCloseButtonStyle 0x7f010068 +int attr actionModeCloseDrawable 0x7f01006b +int attr actionModeCopyDrawable 0x7f01006d +int attr actionModeCutDrawable 0x7f01006c +int attr actionModeFindDrawable 0x7f010071 +int attr actionModePasteDrawable 0x7f01006e +int attr actionModePopupWindowStyle 0x7f010073 +int attr actionModeSelectAllDrawable 0x7f01006f +int attr actionModeShareDrawable 0x7f010070 +int attr actionModeSplitBackground 0x7f01006a +int attr actionModeStyle 0x7f010067 +int attr actionModeWebSearchDrawable 0x7f010072 +int attr actionOverflowButtonStyle 0x7f01005b +int attr actionOverflowMenuStyle 0x7f01005c +int attr actionProviderClass 0x7f010036 +int attr actionViewClass 0x7f010035 +int attr activityChooserViewStyle 0x7f010085 +int attr alertDialogButtonGroupStyle 0x7f0100a8 +int attr alertDialogCenterButtons 0x7f0100a9 +int attr alertDialogStyle 0x7f0100a7 +int attr alertDialogTheme 0x7f0100aa +int attr allowStacking 0x7f010025 +int attr arrowHeadLength 0x7f01002c +int attr arrowShaftLength 0x7f01002d +int attr autoCompleteTextViewStyle 0x7f0100af +int attr background 0x7f01000c +int attr backgroundSplit 0x7f01000e +int attr backgroundStacked 0x7f01000d +int attr backgroundTint 0x7f0100cc +int attr backgroundTintMode 0x7f0100cd +int attr barLength 0x7f01002e +int attr borderlessButtonStyle 0x7f010082 +int attr buttonBarButtonStyle 0x7f01007f +int attr buttonBarNegativeButtonStyle 0x7f0100ad +int attr buttonBarNeutralButtonStyle 0x7f0100ae +int attr buttonBarPositiveButtonStyle 0x7f0100ac +int attr buttonBarStyle 0x7f01007e +int attr buttonPanelSideLayout 0x7f01001f +int attr buttonStyle 0x7f0100b0 +int attr buttonStyleSmall 0x7f0100b1 +int attr buttonTint 0x7f010026 +int attr buttonTintMode 0x7f010027 +int attr checkboxStyle 0x7f0100b2 +int attr checkedTextViewStyle 0x7f0100b3 +int attr closeIcon 0x7f01003e +int attr closeItemLayout 0x7f01001c +int attr collapseContentDescription 0x7f0100c3 +int attr collapseIcon 0x7f0100c2 +int attr color 0x7f010028 +int attr colorAccent 0x7f0100a0 +int attr colorButtonNormal 0x7f0100a4 +int attr colorControlActivated 0x7f0100a2 +int attr colorControlHighlight 0x7f0100a3 +int attr colorControlNormal 0x7f0100a1 +int attr colorPrimary 0x7f01009e +int attr colorPrimaryDark 0x7f01009f +int attr colorSwitchThumbNormal 0x7f0100a5 +int attr commitIcon 0x7f010043 +int attr contentInsetEnd 0x7f010017 +int attr contentInsetLeft 0x7f010018 +int attr contentInsetRight 0x7f010019 +int attr contentInsetStart 0x7f010016 +int attr controlBackground 0x7f0100a6 +int attr customNavigationLayout 0x7f01000f +int attr defaultQueryHint 0x7f01003d +int attr dialogPreferredPadding 0x7f010077 +int attr dialogTheme 0x7f010076 +int attr displayOptions 0x7f010005 +int attr divider 0x7f01000b +int attr dividerHorizontal 0x7f010084 +int attr dividerPadding 0x7f010032 +int attr dividerVertical 0x7f010083 +int attr drawableSize 0x7f01002a +int attr drawerArrowStyle 0x7f010000 +int attr dropDownListViewStyle 0x7f010096 +int attr dropdownListPreferredItemHeight 0x7f01007a +int attr editTextBackground 0x7f01008b +int attr editTextColor 0x7f01008a +int attr editTextStyle 0x7f0100b4 +int attr elevation 0x7f01001a +int attr expandActivityOverflowButtonDrawable 0x7f01001e +int attr gapBetweenBars 0x7f01002b +int attr goIcon 0x7f01003f +int attr height 0x7f010001 +int attr hideOnContentScroll 0x7f010015 +int attr homeAsUpIndicator 0x7f01007c +int attr homeLayout 0x7f010010 +int attr icon 0x7f010009 +int attr iconifiedByDefault 0x7f01003b +int attr imageButtonStyle 0x7f01008c +int attr indeterminateProgressStyle 0x7f010012 +int attr initialActivityCount 0x7f01001d +int attr isLightTheme 0x7f010002 +int attr itemPadding 0x7f010014 +int attr layout 0x7f01003a +int attr listChoiceBackgroundIndicator 0x7f01009d +int attr listDividerAlertDialog 0x7f010078 +int attr listItemLayout 0x7f010023 +int attr listLayout 0x7f010020 +int attr listPopupWindowStyle 0x7f010097 +int attr listPreferredItemHeight 0x7f010091 +int attr listPreferredItemHeightLarge 0x7f010093 +int attr listPreferredItemHeightSmall 0x7f010092 +int attr listPreferredItemPaddingLeft 0x7f010094 +int attr listPreferredItemPaddingRight 0x7f010095 +int attr logo 0x7f01000a +int attr logoDescription 0x7f0100c6 +int attr maxButtonHeight 0x7f0100c1 +int attr measureWithLargestChild 0x7f010030 +int attr multiChoiceItemLayout 0x7f010021 +int attr navigationContentDescription 0x7f0100c5 +int attr navigationIcon 0x7f0100c4 +int attr navigationMode 0x7f010004 +int attr overlapAnchor 0x7f010038 +int attr paddingEnd 0x7f0100ca +int attr paddingStart 0x7f0100c9 +int attr panelBackground 0x7f01009a +int attr panelMenuListTheme 0x7f01009c +int attr panelMenuListWidth 0x7f01009b +int attr popupMenuStyle 0x7f010088 +int attr popupTheme 0x7f01001b +int attr popupWindowStyle 0x7f010089 +int attr preserveIconSpacing 0x7f010037 +int attr progressBarPadding 0x7f010013 +int attr progressBarStyle 0x7f010011 +int attr queryBackground 0x7f010045 +int attr queryHint 0x7f01003c +int attr radioButtonStyle 0x7f0100b5 +int attr ratingBarStyle 0x7f0100b6 +int attr searchHintIcon 0x7f010041 +int attr searchIcon 0x7f010040 +int attr searchViewStyle 0x7f010090 +int attr seekBarStyle 0x7f0100b7 +int attr selectableItemBackground 0x7f010080 +int attr selectableItemBackgroundBorderless 0x7f010081 +int attr showAsAction 0x7f010033 +int attr showDividers 0x7f010031 +int attr showText 0x7f01004d +int attr singleChoiceItemLayout 0x7f010022 +int attr spinBars 0x7f010029 +int attr spinnerDropDownItemStyle 0x7f01007b +int attr spinnerStyle 0x7f0100b8 +int attr splitTrack 0x7f01004c +int attr state_above_anchor 0x7f010039 +int attr submitBackground 0x7f010046 +int attr subtitle 0x7f010006 +int attr subtitleTextAppearance 0x7f0100bb +int attr subtitleTextColor 0x7f0100c8 +int attr subtitleTextStyle 0x7f010008 +int attr suggestionRowLayout 0x7f010044 +int attr switchMinWidth 0x7f01004a +int attr switchPadding 0x7f01004b +int attr switchStyle 0x7f0100b9 +int attr switchTextAppearance 0x7f010049 +int attr textAllCaps 0x7f010024 +int attr textAppearanceLargePopupMenu 0x7f010074 +int attr textAppearanceListItem 0x7f010098 +int attr textAppearanceListItemSmall 0x7f010099 +int attr textAppearanceSearchResultSubtitle 0x7f01008e +int attr textAppearanceSearchResultTitle 0x7f01008d +int attr textAppearanceSmallPopupMenu 0x7f010075 +int attr textColorAlertDialogListItem 0x7f0100ab +int attr textColorSearchUrl 0x7f01008f +int attr theme 0x7f0100cb +int attr thickness 0x7f01002f +int attr thumbTextPadding 0x7f010048 +int attr title 0x7f010003 +int attr titleMarginBottom 0x7f0100c0 +int attr titleMarginEnd 0x7f0100be +int attr titleMarginStart 0x7f0100bd +int attr titleMarginTop 0x7f0100bf +int attr titleMargins 0x7f0100bc +int attr titleTextAppearance 0x7f0100ba +int attr titleTextColor 0x7f0100c7 +int attr titleTextStyle 0x7f010007 +int attr toolbarNavigationButtonStyle 0x7f010087 +int attr toolbarStyle 0x7f010086 +int attr track 0x7f010047 +int attr voiceIcon 0x7f010042 +int attr windowActionBar 0x7f01004e +int attr windowActionBarOverlay 0x7f010050 +int attr windowActionModeOverlay 0x7f010051 +int attr windowFixedHeightMajor 0x7f010055 +int attr windowFixedHeightMinor 0x7f010053 +int attr windowFixedWidthMajor 0x7f010052 +int attr windowFixedWidthMinor 0x7f010054 +int attr windowMinWidthMajor 0x7f010056 +int attr windowMinWidthMinor 0x7f010057 +int attr windowNoTitle 0x7f01004f +int bool abc_action_bar_embed_tabs 0x7f060003 +int bool abc_action_bar_embed_tabs_pre_jb 0x7f060001 +int bool abc_action_bar_expanded_action_views_exclusive 0x7f060004 +int bool abc_allow_stacked_button_bar 0x7f060000 +int bool abc_config_actionMenuItemAllCaps 0x7f060005 +int bool abc_config_allowActionMenuItemTextWithIcon 0x7f060002 +int bool abc_config_closeDialogWhenTouchOutside 0x7f060006 +int bool abc_config_showMenuShortcutsWhenKeyboardPresent 0x7f060007 +int color abc_background_cache_hint_selector_material_dark 0x7f0a003a +int color abc_background_cache_hint_selector_material_light 0x7f0a003b +int color abc_color_highlight_material 0x7f0a003c +int color abc_input_method_navigation_guard 0x7f0a0000 +int color abc_primary_text_disable_only_material_dark 0x7f0a003d +int color abc_primary_text_disable_only_material_light 0x7f0a003e +int color abc_primary_text_material_dark 0x7f0a003f +int color abc_primary_text_material_light 0x7f0a0040 +int color abc_search_url_text 0x7f0a0041 +int color abc_search_url_text_normal 0x7f0a0001 +int color abc_search_url_text_pressed 0x7f0a0002 +int color abc_search_url_text_selected 0x7f0a0003 +int color abc_secondary_text_material_dark 0x7f0a0042 +int color abc_secondary_text_material_light 0x7f0a0043 +int color accent_material_dark 0x7f0a0004 +int color accent_material_light 0x7f0a0005 +int color background_floating_material_dark 0x7f0a0006 +int color background_floating_material_light 0x7f0a0007 +int color background_material_dark 0x7f0a0008 +int color background_material_light 0x7f0a0009 +int color bright_foreground_disabled_material_dark 0x7f0a000a +int color bright_foreground_disabled_material_light 0x7f0a000b +int color bright_foreground_inverse_material_dark 0x7f0a000c +int color bright_foreground_inverse_material_light 0x7f0a000d +int color bright_foreground_material_dark 0x7f0a000e +int color bright_foreground_material_light 0x7f0a000f +int color button_material_dark 0x7f0a0010 +int color button_material_light 0x7f0a0011 +int color dim_foreground_disabled_material_dark 0x7f0a0012 +int color dim_foreground_disabled_material_light 0x7f0a0013 +int color dim_foreground_material_dark 0x7f0a0014 +int color dim_foreground_material_light 0x7f0a0015 +int color foreground_material_dark 0x7f0a0016 +int color foreground_material_light 0x7f0a0017 +int color highlighted_text_material_dark 0x7f0a0018 +int color highlighted_text_material_light 0x7f0a0019 +int color hint_foreground_material_dark 0x7f0a001a +int color hint_foreground_material_light 0x7f0a001b +int color material_blue_grey_800 0x7f0a001c +int color material_blue_grey_900 0x7f0a001d +int color material_blue_grey_950 0x7f0a001e +int color material_deep_teal_200 0x7f0a001f +int color material_deep_teal_500 0x7f0a0020 +int color material_grey_100 0x7f0a0021 +int color material_grey_300 0x7f0a0022 +int color material_grey_50 0x7f0a0023 +int color material_grey_600 0x7f0a0024 +int color material_grey_800 0x7f0a0025 +int color material_grey_850 0x7f0a0026 +int color material_grey_900 0x7f0a0027 +int color primary_dark_material_dark 0x7f0a0028 +int color primary_dark_material_light 0x7f0a0029 +int color primary_material_dark 0x7f0a002a +int color primary_material_light 0x7f0a002b +int color primary_text_default_material_dark 0x7f0a002c +int color primary_text_default_material_light 0x7f0a002d +int color primary_text_disabled_material_dark 0x7f0a002e +int color primary_text_disabled_material_light 0x7f0a002f +int color ripple_material_dark 0x7f0a0030 +int color ripple_material_light 0x7f0a0031 +int color secondary_text_default_material_dark 0x7f0a0032 +int color secondary_text_default_material_light 0x7f0a0033 +int color secondary_text_disabled_material_dark 0x7f0a0034 +int color secondary_text_disabled_material_light 0x7f0a0035 +int color switch_thumb_disabled_material_dark 0x7f0a0036 +int color switch_thumb_disabled_material_light 0x7f0a0037 +int color switch_thumb_material_dark 0x7f0a0044 +int color switch_thumb_material_light 0x7f0a0045 +int color switch_thumb_normal_material_dark 0x7f0a0038 +int color switch_thumb_normal_material_light 0x7f0a0039 +int dimen abc_action_bar_content_inset_material 0x7f07000d +int dimen abc_action_bar_default_height_material 0x7f070001 +int dimen abc_action_bar_default_padding_end_material 0x7f07000e +int dimen abc_action_bar_default_padding_start_material 0x7f07000f +int dimen abc_action_bar_icon_vertical_padding_material 0x7f070011 +int dimen abc_action_bar_overflow_padding_end_material 0x7f070012 +int dimen abc_action_bar_overflow_padding_start_material 0x7f070013 +int dimen abc_action_bar_progress_bar_size 0x7f070002 +int dimen abc_action_bar_stacked_max_height 0x7f070014 +int dimen abc_action_bar_stacked_tab_max_width 0x7f070015 +int dimen abc_action_bar_subtitle_bottom_margin_material 0x7f070016 +int dimen abc_action_bar_subtitle_top_margin_material 0x7f070017 +int dimen abc_action_button_min_height_material 0x7f070018 +int dimen abc_action_button_min_width_material 0x7f070019 +int dimen abc_action_button_min_width_overflow_material 0x7f07001a +int dimen abc_alert_dialog_button_bar_height 0x7f070000 +int dimen abc_button_inset_horizontal_material 0x7f07001b +int dimen abc_button_inset_vertical_material 0x7f07001c +int dimen abc_button_padding_horizontal_material 0x7f07001d +int dimen abc_button_padding_vertical_material 0x7f07001e +int dimen abc_config_prefDialogWidth 0x7f070005 +int dimen abc_control_corner_material 0x7f07001f +int dimen abc_control_inset_material 0x7f070020 +int dimen abc_control_padding_material 0x7f070021 +int dimen abc_dialog_fixed_height_major 0x7f070006 +int dimen abc_dialog_fixed_height_minor 0x7f070007 +int dimen abc_dialog_fixed_width_major 0x7f070008 +int dimen abc_dialog_fixed_width_minor 0x7f070009 +int dimen abc_dialog_list_padding_vertical_material 0x7f070022 +int dimen abc_dialog_min_width_major 0x7f07000a +int dimen abc_dialog_min_width_minor 0x7f07000b +int dimen abc_dialog_padding_material 0x7f070023 +int dimen abc_dialog_padding_top_material 0x7f070024 +int dimen abc_disabled_alpha_material_dark 0x7f070025 +int dimen abc_disabled_alpha_material_light 0x7f070026 +int dimen abc_dropdownitem_icon_width 0x7f070027 +int dimen abc_dropdownitem_text_padding_left 0x7f070028 +int dimen abc_dropdownitem_text_padding_right 0x7f070029 +int dimen abc_edit_text_inset_bottom_material 0x7f07002a +int dimen abc_edit_text_inset_horizontal_material 0x7f07002b +int dimen abc_edit_text_inset_top_material 0x7f07002c +int dimen abc_floating_window_z 0x7f07002d +int dimen abc_list_item_padding_horizontal_material 0x7f07002e +int dimen abc_panel_menu_list_width 0x7f07002f +int dimen abc_search_view_preferred_width 0x7f070030 +int dimen abc_search_view_text_min_width 0x7f07000c +int dimen abc_seekbar_track_background_height_material 0x7f070031 +int dimen abc_seekbar_track_progress_height_material 0x7f070032 +int dimen abc_select_dialog_padding_start_material 0x7f070033 +int dimen abc_switch_padding 0x7f070010 +int dimen abc_text_size_body_1_material 0x7f070034 +int dimen abc_text_size_body_2_material 0x7f070035 +int dimen abc_text_size_button_material 0x7f070036 +int dimen abc_text_size_caption_material 0x7f070037 +int dimen abc_text_size_display_1_material 0x7f070038 +int dimen abc_text_size_display_2_material 0x7f070039 +int dimen abc_text_size_display_3_material 0x7f07003a +int dimen abc_text_size_display_4_material 0x7f07003b +int dimen abc_text_size_headline_material 0x7f07003c +int dimen abc_text_size_large_material 0x7f07003d +int dimen abc_text_size_medium_material 0x7f07003e +int dimen abc_text_size_menu_material 0x7f07003f +int dimen abc_text_size_small_material 0x7f070040 +int dimen abc_text_size_subhead_material 0x7f070041 +int dimen abc_text_size_subtitle_material_toolbar 0x7f070003 +int dimen abc_text_size_title_material 0x7f070042 +int dimen abc_text_size_title_material_toolbar 0x7f070004 +int dimen disabled_alpha_material_dark 0x7f070043 +int dimen disabled_alpha_material_light 0x7f070044 +int dimen highlight_alpha_material_colored 0x7f070045 +int dimen highlight_alpha_material_dark 0x7f070046 +int dimen highlight_alpha_material_light 0x7f070047 +int dimen notification_large_icon_height 0x7f070048 +int dimen notification_large_icon_width 0x7f070049 +int dimen notification_subtext_size 0x7f07004a +int drawable abc_ab_share_pack_mtrl_alpha 0x7f020000 +int drawable abc_action_bar_item_background_material 0x7f020001 +int drawable abc_btn_borderless_material 0x7f020002 +int drawable abc_btn_check_material 0x7f020003 +int drawable abc_btn_check_to_on_mtrl_000 0x7f020004 +int drawable abc_btn_check_to_on_mtrl_015 0x7f020005 +int drawable abc_btn_colored_material 0x7f020006 +int drawable abc_btn_default_mtrl_shape 0x7f020007 +int drawable abc_btn_radio_material 0x7f020008 +int drawable abc_btn_radio_to_on_mtrl_000 0x7f020009 +int drawable abc_btn_radio_to_on_mtrl_015 0x7f02000a +int drawable abc_btn_rating_star_off_mtrl_alpha 0x7f02000b +int drawable abc_btn_rating_star_on_mtrl_alpha 0x7f02000c +int drawable abc_btn_switch_to_on_mtrl_00001 0x7f02000d +int drawable abc_btn_switch_to_on_mtrl_00012 0x7f02000e +int drawable abc_cab_background_internal_bg 0x7f02000f +int drawable abc_cab_background_top_material 0x7f020010 +int drawable abc_cab_background_top_mtrl_alpha 0x7f020011 +int drawable abc_control_background_material 0x7f020012 +int drawable abc_dialog_material_background_dark 0x7f020013 +int drawable abc_dialog_material_background_light 0x7f020014 +int drawable abc_edit_text_material 0x7f020015 +int drawable abc_ic_ab_back_mtrl_am_alpha 0x7f020016 +int drawable abc_ic_clear_mtrl_alpha 0x7f020017 +int drawable abc_ic_commit_search_api_mtrl_alpha 0x7f020018 +int drawable abc_ic_go_search_api_mtrl_alpha 0x7f020019 +int drawable abc_ic_menu_copy_mtrl_am_alpha 0x7f02001a +int drawable abc_ic_menu_cut_mtrl_alpha 0x7f02001b +int drawable abc_ic_menu_moreoverflow_mtrl_alpha 0x7f02001c +int drawable abc_ic_menu_paste_mtrl_am_alpha 0x7f02001d +int drawable abc_ic_menu_selectall_mtrl_alpha 0x7f02001e +int drawable abc_ic_menu_share_mtrl_alpha 0x7f02001f +int drawable abc_ic_search_api_mtrl_alpha 0x7f020020 +int drawable abc_ic_voice_search_api_mtrl_alpha 0x7f020021 +int drawable abc_item_background_holo_dark 0x7f020022 +int drawable abc_item_background_holo_light 0x7f020023 +int drawable abc_list_divider_mtrl_alpha 0x7f020024 +int drawable abc_list_focused_holo 0x7f020025 +int drawable abc_list_longpressed_holo 0x7f020026 +int drawable abc_list_pressed_holo_dark 0x7f020027 +int drawable abc_list_pressed_holo_light 0x7f020028 +int drawable abc_list_selector_background_transition_holo_dark 0x7f020029 +int drawable abc_list_selector_background_transition_holo_light 0x7f02002a +int drawable abc_list_selector_disabled_holo_dark 0x7f02002b +int drawable abc_list_selector_disabled_holo_light 0x7f02002c +int drawable abc_list_selector_holo_dark 0x7f02002d +int drawable abc_list_selector_holo_light 0x7f02002e +int drawable abc_menu_hardkey_panel_mtrl_mult 0x7f02002f +int drawable abc_popup_background_mtrl_mult 0x7f020030 +int drawable abc_ratingbar_full_material 0x7f020031 +int drawable abc_scrubber_control_off_mtrl_alpha 0x7f020032 +int drawable abc_scrubber_control_to_pressed_mtrl_000 0x7f020033 +int drawable abc_scrubber_control_to_pressed_mtrl_005 0x7f020034 +int drawable abc_scrubber_primary_mtrl_alpha 0x7f020035 +int drawable abc_scrubber_track_mtrl_alpha 0x7f020036 +int drawable abc_seekbar_thumb_material 0x7f020037 +int drawable abc_seekbar_track_material 0x7f020038 +int drawable abc_spinner_mtrl_am_alpha 0x7f020039 +int drawable abc_spinner_textfield_background_material 0x7f02003a +int drawable abc_switch_thumb_material 0x7f02003b +int drawable abc_switch_track_mtrl_alpha 0x7f02003c +int drawable abc_tab_indicator_material 0x7f02003d +int drawable abc_tab_indicator_mtrl_alpha 0x7f02003e +int drawable abc_text_cursor_material 0x7f02003f +int drawable abc_textfield_activated_mtrl_alpha 0x7f020040 +int drawable abc_textfield_default_mtrl_alpha 0x7f020041 +int drawable abc_textfield_search_activated_mtrl_alpha 0x7f020042 +int drawable abc_textfield_search_default_mtrl_alpha 0x7f020043 +int drawable abc_textfield_search_material 0x7f020044 +int drawable notification_template_icon_bg 0x7f020045 +int id action0 0x7f0b0050 +int id action_bar 0x7f0b0041 +int id action_bar_activity_content 0x7f0b0000 +int id action_bar_container 0x7f0b0040 +int id action_bar_root 0x7f0b003c +int id action_bar_spinner 0x7f0b0001 +int id action_bar_subtitle 0x7f0b0022 +int id action_bar_title 0x7f0b0021 +int id action_context_bar 0x7f0b0042 +int id action_divider 0x7f0b0054 +int id action_menu_divider 0x7f0b0002 +int id action_menu_presenter 0x7f0b0003 +int id action_mode_bar 0x7f0b003e +int id action_mode_bar_stub 0x7f0b003d +int id action_mode_close_button 0x7f0b0023 +int id activity_chooser_view_content 0x7f0b0024 +int id alertTitle 0x7f0b0030 +int id always 0x7f0b001b +int id beginning 0x7f0b0018 +int id buttonPanel 0x7f0b002b +int id cancel_action 0x7f0b0051 +int id checkbox 0x7f0b0039 +int id chronometer 0x7f0b0057 +int id collapseActionView 0x7f0b001c +int id contentPanel 0x7f0b0031 +int id custom 0x7f0b0037 +int id customPanel 0x7f0b0036 +int id decor_content_parent 0x7f0b003f +int id default_activity_button 0x7f0b0027 +int id disableHome 0x7f0b000c +int id edit_query 0x7f0b0043 +int id end 0x7f0b0019 +int id end_padder 0x7f0b005c +int id expand_activities_button 0x7f0b0025 +int id expanded_menu 0x7f0b0038 +int id home 0x7f0b0004 +int id homeAsUp 0x7f0b000d +int id icon 0x7f0b0029 +int id ifRoom 0x7f0b001d +int id image 0x7f0b0026 +int id info 0x7f0b005b +int id line1 0x7f0b0055 +int id line3 0x7f0b0059 +int id listMode 0x7f0b0009 +int id list_item 0x7f0b0028 +int id media_actions 0x7f0b0053 +int id middle 0x7f0b001a +int id multiply 0x7f0b0013 +int id never 0x7f0b001e +int id none 0x7f0b000e +int id normal 0x7f0b000a +int id parentPanel 0x7f0b002d +int id progress_circular 0x7f0b0005 +int id progress_horizontal 0x7f0b0006 +int id radio 0x7f0b003b +int id screen 0x7f0b0014 +int id scrollIndicatorDown 0x7f0b0035 +int id scrollIndicatorUp 0x7f0b0032 +int id scrollView 0x7f0b0033 +int id search_badge 0x7f0b0045 +int id search_bar 0x7f0b0044 +int id search_button 0x7f0b0046 +int id search_close_btn 0x7f0b004b +int id search_edit_frame 0x7f0b0047 +int id search_go_btn 0x7f0b004d +int id search_mag_icon 0x7f0b0048 +int id search_plate 0x7f0b0049 +int id search_src_text 0x7f0b004a +int id search_voice_btn 0x7f0b004e +int id select_dialog_listview 0x7f0b004f +int id shortcut 0x7f0b003a +int id showCustom 0x7f0b000f +int id showHome 0x7f0b0010 +int id showTitle 0x7f0b0011 +int id spacer 0x7f0b002c +int id split_action_bar 0x7f0b0007 +int id src_atop 0x7f0b0015 +int id src_in 0x7f0b0016 +int id src_over 0x7f0b0017 +int id status_bar_latest_event_content 0x7f0b0052 +int id submit_area 0x7f0b004c +int id tabMode 0x7f0b000b +int id text 0x7f0b005a +int id text2 0x7f0b0058 +int id textSpacerNoButtons 0x7f0b0034 +int id time 0x7f0b0056 +int id title 0x7f0b002a +int id title_template 0x7f0b002f +int id topPanel 0x7f0b002e +int id up 0x7f0b0008 +int id useLogo 0x7f0b0012 +int id withText 0x7f0b001f +int id wrap_content 0x7f0b0020 +int integer abc_config_activityDefaultDur 0x7f090001 +int integer abc_config_activityShortDur 0x7f090002 int integer abc_max_action_buttons 0x7f090000 -int layout abc_action_bar_decor 0x7f030000 -int layout abc_action_bar_decor_include 0x7f030001 -int layout abc_action_bar_decor_overlay 0x7f030002 -int layout abc_action_bar_home 0x7f030003 -int layout abc_action_bar_tab 0x7f030004 -int layout abc_action_bar_tabbar 0x7f030005 -int layout abc_action_bar_title_item 0x7f030006 -int layout abc_action_bar_view_list_nav_layout 0x7f030007 -int layout abc_action_menu_item_layout 0x7f030008 -int layout abc_action_menu_layout 0x7f030009 -int layout abc_action_mode_bar 0x7f03000a -int layout abc_action_mode_close_item 0x7f03000b -int layout abc_activity_chooser_view 0x7f03000c -int layout abc_activity_chooser_view_include 0x7f03000d -int layout abc_activity_chooser_view_list_item 0x7f03000e -int layout abc_expanded_menu_layout 0x7f03000f -int layout abc_list_menu_item_checkbox 0x7f030010 -int layout abc_list_menu_item_icon 0x7f030011 -int layout abc_list_menu_item_layout 0x7f030012 -int layout abc_list_menu_item_radio 0x7f030013 -int layout abc_popup_menu_item_layout 0x7f030014 -int layout abc_search_dropdown_item_icons_2line 0x7f030015 -int layout abc_search_view 0x7f030016 -int layout abc_simple_decor 0x7f030017 -int layout support_simple_spinner_dropdown_item 0x7f030018 -int string abc_action_bar_home_description 0x7f0a0000 -int string abc_action_bar_up_description 0x7f0a0001 -int string abc_action_menu_overflow_description 0x7f0a0002 -int string abc_action_mode_done 0x7f0a0003 -int string abc_activity_chooser_view_see_all 0x7f0a0004 -int string abc_activitychooserview_choose_application 0x7f0a0005 -int string abc_searchview_description_clear 0x7f0a0006 -int string abc_searchview_description_query 0x7f0a0007 -int string abc_searchview_description_search 0x7f0a0008 -int string abc_searchview_description_submit 0x7f0a0009 -int string abc_searchview_description_voice 0x7f0a000a -int string abc_shareactionprovider_share_with 0x7f0a000b -int string abc_shareactionprovider_share_with_application 0x7f0a000c -int style TextAppearance_AppCompat_Base_CompactMenu_Dialog 0x7f0b0000 -int style TextAppearance_AppCompat_Base_SearchResult 0x7f0b0001 -int style TextAppearance_AppCompat_Base_SearchResult_Subtitle 0x7f0b0002 -int style TextAppearance_AppCompat_Base_SearchResult_Title 0x7f0b0003 -int style TextAppearance_AppCompat_Base_Widget_PopupMenu_Large 0x7f0b0004 -int style TextAppearance_AppCompat_Base_Widget_PopupMenu_Small 0x7f0b0005 -int style TextAppearance_AppCompat_Light_Base_SearchResult 0x7f0b0006 -int style TextAppearance_AppCompat_Light_Base_SearchResult_Subtitle 0x7f0b0007 -int style TextAppearance_AppCompat_Light_Base_SearchResult_Title 0x7f0b0008 -int style TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Large 0x7f0b0009 -int style TextAppearance_AppCompat_Light_Base_Widget_PopupMenu_Small 0x7f0b000a -int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0b000b -int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0b000c -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0b000d -int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0b000e -int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0b000f -int style TextAppearance_AppCompat_SearchResult_Title 0x7f0b0010 -int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0b0011 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0b0012 -int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0b0013 -int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0b0014 -int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0b0015 -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0b0016 -int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0b0017 -int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0b0018 -int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0b0019 -int style TextAppearance_AppCompat_Widget_Base_ActionBar_Menu 0x7f0b001a -int style TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle 0x7f0b001b -int style TextAppearance_AppCompat_Widget_Base_ActionBar_Subtitle_Inverse 0x7f0b001c -int style TextAppearance_AppCompat_Widget_Base_ActionBar_Title 0x7f0b001d -int style TextAppearance_AppCompat_Widget_Base_ActionBar_Title_Inverse 0x7f0b001e -int style TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle 0x7f0b001f -int style TextAppearance_AppCompat_Widget_Base_ActionMode_Subtitle_Inverse 0x7f0b0020 -int style TextAppearance_AppCompat_Widget_Base_ActionMode_Title 0x7f0b0021 -int style TextAppearance_AppCompat_Widget_Base_ActionMode_Title_Inverse 0x7f0b0022 -int style TextAppearance_AppCompat_Widget_Base_DropDownItem 0x7f0b0023 -int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0b0024 -int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0b0025 -int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0b0026 -int style TextAppearance_Widget_AppCompat_Base_ExpandedMenu_Item 0x7f0b0027 -int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0b0028 -int style Theme_AppCompat 0x7f0b0029 -int style Theme_AppCompat_Base_CompactMenu 0x7f0b002a -int style Theme_AppCompat_Base_CompactMenu_Dialog 0x7f0b002b -int style Theme_AppCompat_CompactMenu 0x7f0b002c -int style Theme_AppCompat_CompactMenu_Dialog 0x7f0b002d -int style Theme_AppCompat_DialogWhenLarge 0x7f0b002e -int style Theme_AppCompat_Light 0x7f0b002f -int style Theme_AppCompat_Light_DarkActionBar 0x7f0b0030 -int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0b0031 -int style Theme_Base 0x7f0b0032 -int style Theme_Base_AppCompat 0x7f0b0033 -int style Theme_Base_AppCompat_Dialog_FixedSize 0x7f0b0034 -int style Theme_Base_AppCompat_Dialog_Light_FixedSize 0x7f0b0035 -int style Theme_Base_AppCompat_DialogWhenLarge 0x7f0b0036 -int style Theme_Base_AppCompat_DialogWhenLarge_Base 0x7f0b0089 -int style Theme_Base_AppCompat_Light 0x7f0b0037 -int style Theme_Base_AppCompat_Light_DarkActionBar 0x7f0b0038 -int style Theme_Base_AppCompat_Light_DialogWhenLarge 0x7f0b0039 -int style Theme_Base_AppCompat_Light_DialogWhenLarge_Base 0x7f0b008a -int style Theme_Base_Light 0x7f0b003a -int style Widget_AppCompat_ActionBar 0x7f0b003b -int style Widget_AppCompat_ActionBar_Solid 0x7f0b003c -int style Widget_AppCompat_ActionBar_TabBar 0x7f0b003d -int style Widget_AppCompat_ActionBar_TabText 0x7f0b003e -int style Widget_AppCompat_ActionBar_TabView 0x7f0b003f -int style Widget_AppCompat_ActionButton 0x7f0b0040 -int style Widget_AppCompat_ActionButton_CloseMode 0x7f0b0041 -int style Widget_AppCompat_ActionButton_Overflow 0x7f0b0042 -int style Widget_AppCompat_ActionMode 0x7f0b0043 -int style Widget_AppCompat_ActivityChooserView 0x7f0b0044 -int style Widget_AppCompat_AutoCompleteTextView 0x7f0b0045 -int style Widget_AppCompat_Base_ActionBar 0x7f0b0046 -int style Widget_AppCompat_Base_ActionBar_Solid 0x7f0b0047 -int style Widget_AppCompat_Base_ActionBar_TabBar 0x7f0b0048 -int style Widget_AppCompat_Base_ActionBar_TabText 0x7f0b0049 -int style Widget_AppCompat_Base_ActionBar_TabView 0x7f0b004a -int style Widget_AppCompat_Base_ActionButton 0x7f0b004b -int style Widget_AppCompat_Base_ActionButton_CloseMode 0x7f0b004c -int style Widget_AppCompat_Base_ActionButton_Overflow 0x7f0b004d -int style Widget_AppCompat_Base_ActionMode 0x7f0b004e -int style Widget_AppCompat_Base_ActivityChooserView 0x7f0b004f -int style Widget_AppCompat_Base_AutoCompleteTextView 0x7f0b0050 -int style Widget_AppCompat_Base_DropDownItem_Spinner 0x7f0b0051 -int style Widget_AppCompat_Base_ListPopupWindow 0x7f0b0052 -int style Widget_AppCompat_Base_ListView_DropDown 0x7f0b0053 -int style Widget_AppCompat_Base_ListView_Menu 0x7f0b0054 -int style Widget_AppCompat_Base_PopupMenu 0x7f0b0055 -int style Widget_AppCompat_Base_ProgressBar 0x7f0b0056 -int style Widget_AppCompat_Base_ProgressBar_Horizontal 0x7f0b0057 -int style Widget_AppCompat_Base_Spinner 0x7f0b0058 -int style Widget_AppCompat_DropDownItem_Spinner 0x7f0b0059 -int style Widget_AppCompat_Light_ActionBar 0x7f0b005a -int style Widget_AppCompat_Light_ActionBar_Solid 0x7f0b005b -int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f0b005c -int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f0b005d -int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f0b005e -int style Widget_AppCompat_Light_ActionBar_TabText 0x7f0b005f -int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f0b0060 -int style Widget_AppCompat_Light_ActionBar_TabView 0x7f0b0061 -int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f0b0062 -int style Widget_AppCompat_Light_ActionButton 0x7f0b0063 -int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f0b0064 -int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f0b0065 -int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f0b0066 -int style Widget_AppCompat_Light_ActivityChooserView 0x7f0b0067 -int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f0b0068 -int style Widget_AppCompat_Light_Base_ActionBar 0x7f0b0069 -int style Widget_AppCompat_Light_Base_ActionBar_Solid 0x7f0b006a -int style Widget_AppCompat_Light_Base_ActionBar_Solid_Inverse 0x7f0b006b -int style Widget_AppCompat_Light_Base_ActionBar_TabBar 0x7f0b006c -int style Widget_AppCompat_Light_Base_ActionBar_TabBar_Inverse 0x7f0b006d -int style Widget_AppCompat_Light_Base_ActionBar_TabText 0x7f0b006e -int style Widget_AppCompat_Light_Base_ActionBar_TabText_Inverse 0x7f0b006f -int style Widget_AppCompat_Light_Base_ActionBar_TabView 0x7f0b0070 -int style Widget_AppCompat_Light_Base_ActionBar_TabView_Inverse 0x7f0b0071 -int style Widget_AppCompat_Light_Base_ActionButton 0x7f0b0072 -int style Widget_AppCompat_Light_Base_ActionButton_CloseMode 0x7f0b0073 -int style Widget_AppCompat_Light_Base_ActionButton_Overflow 0x7f0b0074 -int style Widget_AppCompat_Light_Base_ActionMode_Inverse 0x7f0b0075 -int style Widget_AppCompat_Light_Base_ActivityChooserView 0x7f0b0076 -int style Widget_AppCompat_Light_Base_AutoCompleteTextView 0x7f0b0077 -int style Widget_AppCompat_Light_Base_DropDownItem_Spinner 0x7f0b0078 -int style Widget_AppCompat_Light_Base_ListPopupWindow 0x7f0b0079 -int style Widget_AppCompat_Light_Base_ListView_DropDown 0x7f0b007a -int style Widget_AppCompat_Light_Base_PopupMenu 0x7f0b007b -int style Widget_AppCompat_Light_Base_Spinner 0x7f0b007c -int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f0b007d -int style Widget_AppCompat_Light_ListPopupWindow 0x7f0b007e -int style Widget_AppCompat_Light_ListView_DropDown 0x7f0b007f -int style Widget_AppCompat_Light_PopupMenu 0x7f0b0080 -int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f0b0081 -int style Widget_AppCompat_ListPopupWindow 0x7f0b0082 -int style Widget_AppCompat_ListView_DropDown 0x7f0b0083 -int style Widget_AppCompat_ListView_Menu 0x7f0b0084 -int style Widget_AppCompat_PopupMenu 0x7f0b0085 -int style Widget_AppCompat_ProgressBar 0x7f0b0086 -int style Widget_AppCompat_ProgressBar_Horizontal 0x7f0b0087 -int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f0b0088 -int[] styleable ActionBar { 0x7f010020, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d, 0x7f01004e, 0x7f01004f } +int integer cancel_button_image_alpha 0x7f090003 +int integer status_bar_notification_info_maxnum 0x7f090004 +int layout abc_action_bar_title_item 0x7f030000 +int layout abc_action_bar_up_container 0x7f030001 +int layout abc_action_bar_view_list_nav_layout 0x7f030002 +int layout abc_action_menu_item_layout 0x7f030003 +int layout abc_action_menu_layout 0x7f030004 +int layout abc_action_mode_bar 0x7f030005 +int layout abc_action_mode_close_item_material 0x7f030006 +int layout abc_activity_chooser_view 0x7f030007 +int layout abc_activity_chooser_view_list_item 0x7f030008 +int layout abc_alert_dialog_button_bar_material 0x7f030009 +int layout abc_alert_dialog_material 0x7f03000a +int layout abc_dialog_title_material 0x7f03000b +int layout abc_expanded_menu_layout 0x7f03000c +int layout abc_list_menu_item_checkbox 0x7f03000d +int layout abc_list_menu_item_icon 0x7f03000e +int layout abc_list_menu_item_layout 0x7f03000f +int layout abc_list_menu_item_radio 0x7f030010 +int layout abc_popup_menu_item_layout 0x7f030011 +int layout abc_screen_content_include 0x7f030012 +int layout abc_screen_simple 0x7f030013 +int layout abc_screen_simple_overlay_action_mode 0x7f030014 +int layout abc_screen_toolbar 0x7f030015 +int layout abc_search_dropdown_item_icons_2line 0x7f030016 +int layout abc_search_view 0x7f030017 +int layout abc_select_dialog_material 0x7f030018 +int layout notification_media_action 0x7f030019 +int layout notification_media_cancel_action 0x7f03001a +int layout notification_template_big_media 0x7f03001b +int layout notification_template_big_media_narrow 0x7f03001c +int layout notification_template_lines 0x7f03001d +int layout notification_template_media 0x7f03001e +int layout notification_template_part_chronometer 0x7f03001f +int layout notification_template_part_time 0x7f030020 +int layout select_dialog_item_material 0x7f030021 +int layout select_dialog_multichoice_material 0x7f030022 +int layout select_dialog_singlechoice_material 0x7f030023 +int layout support_simple_spinner_dropdown_item 0x7f030024 +int string abc_action_bar_home_description 0x7f050000 +int string abc_action_bar_home_description_format 0x7f050001 +int string abc_action_bar_home_subtitle_description_format 0x7f050002 +int string abc_action_bar_up_description 0x7f050003 +int string abc_action_menu_overflow_description 0x7f050004 +int string abc_action_mode_done 0x7f050005 +int string abc_activity_chooser_view_see_all 0x7f050006 +int string abc_activitychooserview_choose_application 0x7f050007 +int string abc_capital_off 0x7f050008 +int string abc_capital_on 0x7f050009 +int string abc_search_hint 0x7f05000a +int string abc_searchview_description_clear 0x7f05000b +int string abc_searchview_description_query 0x7f05000c +int string abc_searchview_description_search 0x7f05000d +int string abc_searchview_description_submit 0x7f05000e +int string abc_searchview_description_voice 0x7f05000f +int string abc_shareactionprovider_share_with 0x7f050010 +int string abc_shareactionprovider_share_with_application 0x7f050011 +int string abc_toolbar_collapse_description 0x7f050012 +int string status_bar_notification_info_overflow 0x7f050013 +int style AlertDialog_AppCompat 0x7f08007d +int style AlertDialog_AppCompat_Light 0x7f08007e +int style Animation_AppCompat_Dialog 0x7f08007f +int style Animation_AppCompat_DropDownUp 0x7f080080 +int style Base_AlertDialog_AppCompat 0x7f080081 +int style Base_AlertDialog_AppCompat_Light 0x7f080082 +int style Base_Animation_AppCompat_Dialog 0x7f080083 +int style Base_Animation_AppCompat_DropDownUp 0x7f080084 +int style Base_DialogWindowTitle_AppCompat 0x7f080085 +int style Base_DialogWindowTitleBackground_AppCompat 0x7f080086 +int style Base_TextAppearance_AppCompat 0x7f08002f +int style Base_TextAppearance_AppCompat_Body1 0x7f080030 +int style Base_TextAppearance_AppCompat_Body2 0x7f080031 +int style Base_TextAppearance_AppCompat_Button 0x7f080019 +int style Base_TextAppearance_AppCompat_Caption 0x7f080032 +int style Base_TextAppearance_AppCompat_Display1 0x7f080033 +int style Base_TextAppearance_AppCompat_Display2 0x7f080034 +int style Base_TextAppearance_AppCompat_Display3 0x7f080035 +int style Base_TextAppearance_AppCompat_Display4 0x7f080036 +int style Base_TextAppearance_AppCompat_Headline 0x7f080037 +int style Base_TextAppearance_AppCompat_Inverse 0x7f080004 +int style Base_TextAppearance_AppCompat_Large 0x7f080038 +int style Base_TextAppearance_AppCompat_Large_Inverse 0x7f080005 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f080039 +int style Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f08003a +int style Base_TextAppearance_AppCompat_Medium 0x7f08003b +int style Base_TextAppearance_AppCompat_Medium_Inverse 0x7f080006 +int style Base_TextAppearance_AppCompat_Menu 0x7f08003c +int style Base_TextAppearance_AppCompat_SearchResult 0x7f080087 +int style Base_TextAppearance_AppCompat_SearchResult_Subtitle 0x7f08003d +int style Base_TextAppearance_AppCompat_SearchResult_Title 0x7f08003e +int style Base_TextAppearance_AppCompat_Small 0x7f08003f +int style Base_TextAppearance_AppCompat_Small_Inverse 0x7f080007 +int style Base_TextAppearance_AppCompat_Subhead 0x7f080040 +int style Base_TextAppearance_AppCompat_Subhead_Inverse 0x7f080008 +int style Base_TextAppearance_AppCompat_Title 0x7f080041 +int style Base_TextAppearance_AppCompat_Title_Inverse 0x7f080009 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f080042 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f080043 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f080044 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f080045 +int style Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f080046 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f080047 +int style Base_TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f080048 +int style Base_TextAppearance_AppCompat_Widget_Button 0x7f080049 +int style Base_TextAppearance_AppCompat_Widget_Button_Inverse 0x7f080079 +int style Base_TextAppearance_AppCompat_Widget_DropDownItem 0x7f080088 +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f08004a +int style Base_TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f08004b +int style Base_TextAppearance_AppCompat_Widget_Switch 0x7f08004c +int style Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f08004d +int style Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f080089 +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f08004e +int style Base_TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f08004f +int style Base_Theme_AppCompat 0x7f080050 +int style Base_Theme_AppCompat_CompactMenu 0x7f08008a +int style Base_Theme_AppCompat_Dialog 0x7f08000a +int style Base_Theme_AppCompat_Dialog_Alert 0x7f08008b +int style Base_Theme_AppCompat_Dialog_FixedSize 0x7f08008c +int style Base_Theme_AppCompat_Dialog_MinWidth 0x7f08008d +int style Base_Theme_AppCompat_DialogWhenLarge 0x7f080001 +int style Base_Theme_AppCompat_Light 0x7f080051 +int style Base_Theme_AppCompat_Light_DarkActionBar 0x7f08008e +int style Base_Theme_AppCompat_Light_Dialog 0x7f08000b +int style Base_Theme_AppCompat_Light_Dialog_Alert 0x7f08008f +int style Base_Theme_AppCompat_Light_Dialog_FixedSize 0x7f080090 +int style Base_Theme_AppCompat_Light_Dialog_MinWidth 0x7f080091 +int style Base_Theme_AppCompat_Light_DialogWhenLarge 0x7f080002 +int style Base_ThemeOverlay_AppCompat 0x7f080092 +int style Base_ThemeOverlay_AppCompat_ActionBar 0x7f080093 +int style Base_ThemeOverlay_AppCompat_Dark 0x7f080094 +int style Base_ThemeOverlay_AppCompat_Dark_ActionBar 0x7f080095 +int style Base_ThemeOverlay_AppCompat_Light 0x7f080096 +int style Base_V11_Theme_AppCompat_Dialog 0x7f08000c +int style Base_V11_Theme_AppCompat_Light_Dialog 0x7f08000d +int style Base_V12_Widget_AppCompat_AutoCompleteTextView 0x7f080015 +int style Base_V12_Widget_AppCompat_EditText 0x7f080016 +int style Base_V21_Theme_AppCompat 0x7f080052 +int style Base_V21_Theme_AppCompat_Dialog 0x7f080053 +int style Base_V21_Theme_AppCompat_Light 0x7f080054 +int style Base_V21_Theme_AppCompat_Light_Dialog 0x7f080055 +int style Base_V22_Theme_AppCompat 0x7f080077 +int style Base_V22_Theme_AppCompat_Light 0x7f080078 +int style Base_V23_Theme_AppCompat 0x7f08007a +int style Base_V23_Theme_AppCompat_Light 0x7f08007b +int style Base_V7_Theme_AppCompat 0x7f080097 +int style Base_V7_Theme_AppCompat_Dialog 0x7f080098 +int style Base_V7_Theme_AppCompat_Light 0x7f080099 +int style Base_V7_Theme_AppCompat_Light_Dialog 0x7f08009a +int style Base_V7_Widget_AppCompat_AutoCompleteTextView 0x7f08009b +int style Base_V7_Widget_AppCompat_EditText 0x7f08009c +int style Base_Widget_AppCompat_ActionBar 0x7f08009d +int style Base_Widget_AppCompat_ActionBar_Solid 0x7f08009e +int style Base_Widget_AppCompat_ActionBar_TabBar 0x7f08009f +int style Base_Widget_AppCompat_ActionBar_TabText 0x7f080056 +int style Base_Widget_AppCompat_ActionBar_TabView 0x7f080057 +int style Base_Widget_AppCompat_ActionButton 0x7f080058 +int style Base_Widget_AppCompat_ActionButton_CloseMode 0x7f080059 +int style Base_Widget_AppCompat_ActionButton_Overflow 0x7f08005a +int style Base_Widget_AppCompat_ActionMode 0x7f0800a0 +int style Base_Widget_AppCompat_ActivityChooserView 0x7f0800a1 +int style Base_Widget_AppCompat_AutoCompleteTextView 0x7f080017 +int style Base_Widget_AppCompat_Button 0x7f08005b +int style Base_Widget_AppCompat_Button_Borderless 0x7f08005c +int style Base_Widget_AppCompat_Button_Borderless_Colored 0x7f08005d +int style Base_Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800a2 +int style Base_Widget_AppCompat_Button_Colored 0x7f08007c +int style Base_Widget_AppCompat_Button_Small 0x7f08005e +int style Base_Widget_AppCompat_ButtonBar 0x7f08005f +int style Base_Widget_AppCompat_ButtonBar_AlertDialog 0x7f0800a3 +int style Base_Widget_AppCompat_CompoundButton_CheckBox 0x7f080060 +int style Base_Widget_AppCompat_CompoundButton_RadioButton 0x7f080061 +int style Base_Widget_AppCompat_CompoundButton_Switch 0x7f0800a4 +int style Base_Widget_AppCompat_DrawerArrowToggle 0x7f080000 +int style Base_Widget_AppCompat_DrawerArrowToggle_Common 0x7f0800a5 +int style Base_Widget_AppCompat_DropDownItem_Spinner 0x7f080062 +int style Base_Widget_AppCompat_EditText 0x7f080018 +int style Base_Widget_AppCompat_ImageButton 0x7f080063 +int style Base_Widget_AppCompat_Light_ActionBar 0x7f0800a6 +int style Base_Widget_AppCompat_Light_ActionBar_Solid 0x7f0800a7 +int style Base_Widget_AppCompat_Light_ActionBar_TabBar 0x7f0800a8 +int style Base_Widget_AppCompat_Light_ActionBar_TabText 0x7f080064 +int style Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f080065 +int style Base_Widget_AppCompat_Light_ActionBar_TabView 0x7f080066 +int style Base_Widget_AppCompat_Light_PopupMenu 0x7f080067 +int style Base_Widget_AppCompat_Light_PopupMenu_Overflow 0x7f080068 +int style Base_Widget_AppCompat_ListPopupWindow 0x7f080069 +int style Base_Widget_AppCompat_ListView 0x7f08006a +int style Base_Widget_AppCompat_ListView_DropDown 0x7f08006b +int style Base_Widget_AppCompat_ListView_Menu 0x7f08006c +int style Base_Widget_AppCompat_PopupMenu 0x7f08006d +int style Base_Widget_AppCompat_PopupMenu_Overflow 0x7f08006e +int style Base_Widget_AppCompat_PopupWindow 0x7f0800a9 +int style Base_Widget_AppCompat_ProgressBar 0x7f08000e +int style Base_Widget_AppCompat_ProgressBar_Horizontal 0x7f08000f +int style Base_Widget_AppCompat_RatingBar 0x7f08006f +int style Base_Widget_AppCompat_SearchView 0x7f0800aa +int style Base_Widget_AppCompat_SearchView_ActionBar 0x7f0800ab +int style Base_Widget_AppCompat_SeekBar 0x7f080070 +int style Base_Widget_AppCompat_Spinner 0x7f080071 +int style Base_Widget_AppCompat_Spinner_Underlined 0x7f080003 +int style Base_Widget_AppCompat_TextView_SpinnerItem 0x7f080072 +int style Base_Widget_AppCompat_Toolbar 0x7f0800ac +int style Base_Widget_AppCompat_Toolbar_Button_Navigation 0x7f080073 +int style Platform_AppCompat 0x7f080010 +int style Platform_AppCompat_Light 0x7f080011 +int style Platform_ThemeOverlay_AppCompat 0x7f080074 +int style Platform_ThemeOverlay_AppCompat_Dark 0x7f080075 +int style Platform_ThemeOverlay_AppCompat_Light 0x7f080076 +int style Platform_V11_AppCompat 0x7f080012 +int style Platform_V11_AppCompat_Light 0x7f080013 +int style Platform_V14_AppCompat 0x7f08001a +int style Platform_V14_AppCompat_Light 0x7f08001b +int style Platform_Widget_AppCompat_Spinner 0x7f080014 +int style RtlOverlay_DialogWindowTitle_AppCompat 0x7f080021 +int style RtlOverlay_Widget_AppCompat_ActionBar_TitleItem 0x7f080022 +int style RtlOverlay_Widget_AppCompat_DialogTitle_Icon 0x7f080023 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem 0x7f080024 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup 0x7f080025 +int style RtlOverlay_Widget_AppCompat_PopupMenuItem_Text 0x7f080026 +int style RtlOverlay_Widget_AppCompat_Search_DropDown 0x7f080027 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 0x7f080028 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 0x7f080029 +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Query 0x7f08002a +int style RtlOverlay_Widget_AppCompat_Search_DropDown_Text 0x7f08002b +int style RtlOverlay_Widget_AppCompat_SearchView_MagIcon 0x7f08002c +int style RtlUnderlay_Widget_AppCompat_ActionButton 0x7f08002d +int style RtlUnderlay_Widget_AppCompat_ActionButton_Overflow 0x7f08002e +int style TextAppearance_AppCompat 0x7f0800ad +int style TextAppearance_AppCompat_Body1 0x7f0800ae +int style TextAppearance_AppCompat_Body2 0x7f0800af +int style TextAppearance_AppCompat_Button 0x7f0800b0 +int style TextAppearance_AppCompat_Caption 0x7f0800b1 +int style TextAppearance_AppCompat_Display1 0x7f0800b2 +int style TextAppearance_AppCompat_Display2 0x7f0800b3 +int style TextAppearance_AppCompat_Display3 0x7f0800b4 +int style TextAppearance_AppCompat_Display4 0x7f0800b5 +int style TextAppearance_AppCompat_Headline 0x7f0800b6 +int style TextAppearance_AppCompat_Inverse 0x7f0800b7 +int style TextAppearance_AppCompat_Large 0x7f0800b8 +int style TextAppearance_AppCompat_Large_Inverse 0x7f0800b9 +int style TextAppearance_AppCompat_Light_SearchResult_Subtitle 0x7f0800ba +int style TextAppearance_AppCompat_Light_SearchResult_Title 0x7f0800bb +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Large 0x7f0800bc +int style TextAppearance_AppCompat_Light_Widget_PopupMenu_Small 0x7f0800bd +int style TextAppearance_AppCompat_Medium 0x7f0800be +int style TextAppearance_AppCompat_Medium_Inverse 0x7f0800bf +int style TextAppearance_AppCompat_Menu 0x7f0800c0 +int style TextAppearance_AppCompat_SearchResult_Subtitle 0x7f0800c1 +int style TextAppearance_AppCompat_SearchResult_Title 0x7f0800c2 +int style TextAppearance_AppCompat_Small 0x7f0800c3 +int style TextAppearance_AppCompat_Small_Inverse 0x7f0800c4 +int style TextAppearance_AppCompat_Subhead 0x7f0800c5 +int style TextAppearance_AppCompat_Subhead_Inverse 0x7f0800c6 +int style TextAppearance_AppCompat_Title 0x7f0800c7 +int style TextAppearance_AppCompat_Title_Inverse 0x7f0800c8 +int style TextAppearance_AppCompat_Widget_ActionBar_Menu 0x7f0800c9 +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle 0x7f0800ca +int style TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse 0x7f0800cb +int style TextAppearance_AppCompat_Widget_ActionBar_Title 0x7f0800cc +int style TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse 0x7f0800cd +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle 0x7f0800ce +int style TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse 0x7f0800cf +int style TextAppearance_AppCompat_Widget_ActionMode_Title 0x7f0800d0 +int style TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse 0x7f0800d1 +int style TextAppearance_AppCompat_Widget_Button 0x7f0800d2 +int style TextAppearance_AppCompat_Widget_Button_Inverse 0x7f0800d3 +int style TextAppearance_AppCompat_Widget_DropDownItem 0x7f0800d4 +int style TextAppearance_AppCompat_Widget_PopupMenu_Large 0x7f0800d5 +int style TextAppearance_AppCompat_Widget_PopupMenu_Small 0x7f0800d6 +int style TextAppearance_AppCompat_Widget_Switch 0x7f0800d7 +int style TextAppearance_AppCompat_Widget_TextView_SpinnerItem 0x7f0800d8 +int style TextAppearance_StatusBar_EventContent 0x7f08001c +int style TextAppearance_StatusBar_EventContent_Info 0x7f08001d +int style TextAppearance_StatusBar_EventContent_Line2 0x7f08001e +int style TextAppearance_StatusBar_EventContent_Time 0x7f08001f +int style TextAppearance_StatusBar_EventContent_Title 0x7f080020 +int style TextAppearance_Widget_AppCompat_ExpandedMenu_Item 0x7f0800d9 +int style TextAppearance_Widget_AppCompat_Toolbar_Subtitle 0x7f0800da +int style TextAppearance_Widget_AppCompat_Toolbar_Title 0x7f0800db +int style Theme_AppCompat 0x7f0800dc +int style Theme_AppCompat_CompactMenu 0x7f0800dd +int style Theme_AppCompat_Dialog 0x7f0800de +int style Theme_AppCompat_Dialog_Alert 0x7f0800df +int style Theme_AppCompat_Dialog_MinWidth 0x7f0800e0 +int style Theme_AppCompat_DialogWhenLarge 0x7f0800e1 +int style Theme_AppCompat_Light 0x7f0800e2 +int style Theme_AppCompat_Light_DarkActionBar 0x7f0800e3 +int style Theme_AppCompat_Light_Dialog 0x7f0800e4 +int style Theme_AppCompat_Light_Dialog_Alert 0x7f0800e5 +int style Theme_AppCompat_Light_Dialog_MinWidth 0x7f0800e6 +int style Theme_AppCompat_Light_DialogWhenLarge 0x7f0800e7 +int style Theme_AppCompat_Light_NoActionBar 0x7f0800e8 +int style Theme_AppCompat_NoActionBar 0x7f0800e9 +int style ThemeOverlay_AppCompat 0x7f0800ea +int style ThemeOverlay_AppCompat_ActionBar 0x7f0800eb +int style ThemeOverlay_AppCompat_Dark 0x7f0800ec +int style ThemeOverlay_AppCompat_Dark_ActionBar 0x7f0800ed +int style ThemeOverlay_AppCompat_Light 0x7f0800ee +int style Widget_AppCompat_ActionBar 0x7f0800ef +int style Widget_AppCompat_ActionBar_Solid 0x7f0800f0 +int style Widget_AppCompat_ActionBar_TabBar 0x7f0800f1 +int style Widget_AppCompat_ActionBar_TabText 0x7f0800f2 +int style Widget_AppCompat_ActionBar_TabView 0x7f0800f3 +int style Widget_AppCompat_ActionButton 0x7f0800f4 +int style Widget_AppCompat_ActionButton_CloseMode 0x7f0800f5 +int style Widget_AppCompat_ActionButton_Overflow 0x7f0800f6 +int style Widget_AppCompat_ActionMode 0x7f0800f7 +int style Widget_AppCompat_ActivityChooserView 0x7f0800f8 +int style Widget_AppCompat_AutoCompleteTextView 0x7f0800f9 +int style Widget_AppCompat_Button 0x7f0800fa +int style Widget_AppCompat_Button_Borderless 0x7f0800fb +int style Widget_AppCompat_Button_Borderless_Colored 0x7f0800fc +int style Widget_AppCompat_Button_ButtonBar_AlertDialog 0x7f0800fd +int style Widget_AppCompat_Button_Colored 0x7f0800fe +int style Widget_AppCompat_Button_Small 0x7f0800ff +int style Widget_AppCompat_ButtonBar 0x7f080100 +int style Widget_AppCompat_ButtonBar_AlertDialog 0x7f080101 +int style Widget_AppCompat_CompoundButton_CheckBox 0x7f080102 +int style Widget_AppCompat_CompoundButton_RadioButton 0x7f080103 +int style Widget_AppCompat_CompoundButton_Switch 0x7f080104 +int style Widget_AppCompat_DrawerArrowToggle 0x7f080105 +int style Widget_AppCompat_DropDownItem_Spinner 0x7f080106 +int style Widget_AppCompat_EditText 0x7f080107 +int style Widget_AppCompat_ImageButton 0x7f080108 +int style Widget_AppCompat_Light_ActionBar 0x7f080109 +int style Widget_AppCompat_Light_ActionBar_Solid 0x7f08010a +int style Widget_AppCompat_Light_ActionBar_Solid_Inverse 0x7f08010b +int style Widget_AppCompat_Light_ActionBar_TabBar 0x7f08010c +int style Widget_AppCompat_Light_ActionBar_TabBar_Inverse 0x7f08010d +int style Widget_AppCompat_Light_ActionBar_TabText 0x7f08010e +int style Widget_AppCompat_Light_ActionBar_TabText_Inverse 0x7f08010f +int style Widget_AppCompat_Light_ActionBar_TabView 0x7f080110 +int style Widget_AppCompat_Light_ActionBar_TabView_Inverse 0x7f080111 +int style Widget_AppCompat_Light_ActionButton 0x7f080112 +int style Widget_AppCompat_Light_ActionButton_CloseMode 0x7f080113 +int style Widget_AppCompat_Light_ActionButton_Overflow 0x7f080114 +int style Widget_AppCompat_Light_ActionMode_Inverse 0x7f080115 +int style Widget_AppCompat_Light_ActivityChooserView 0x7f080116 +int style Widget_AppCompat_Light_AutoCompleteTextView 0x7f080117 +int style Widget_AppCompat_Light_DropDownItem_Spinner 0x7f080118 +int style Widget_AppCompat_Light_ListPopupWindow 0x7f080119 +int style Widget_AppCompat_Light_ListView_DropDown 0x7f08011a +int style Widget_AppCompat_Light_PopupMenu 0x7f08011b +int style Widget_AppCompat_Light_PopupMenu_Overflow 0x7f08011c +int style Widget_AppCompat_Light_SearchView 0x7f08011d +int style Widget_AppCompat_Light_Spinner_DropDown_ActionBar 0x7f08011e +int style Widget_AppCompat_ListPopupWindow 0x7f08011f +int style Widget_AppCompat_ListView 0x7f080120 +int style Widget_AppCompat_ListView_DropDown 0x7f080121 +int style Widget_AppCompat_ListView_Menu 0x7f080122 +int style Widget_AppCompat_PopupMenu 0x7f080123 +int style Widget_AppCompat_PopupMenu_Overflow 0x7f080124 +int style Widget_AppCompat_PopupWindow 0x7f080125 +int style Widget_AppCompat_ProgressBar 0x7f080126 +int style Widget_AppCompat_ProgressBar_Horizontal 0x7f080127 +int style Widget_AppCompat_RatingBar 0x7f080128 +int style Widget_AppCompat_SearchView 0x7f080129 +int style Widget_AppCompat_SearchView_ActionBar 0x7f08012a +int style Widget_AppCompat_SeekBar 0x7f08012b +int style Widget_AppCompat_Spinner 0x7f08012c +int style Widget_AppCompat_Spinner_DropDown 0x7f08012d +int style Widget_AppCompat_Spinner_DropDown_ActionBar 0x7f08012e +int style Widget_AppCompat_Spinner_Underlined 0x7f08012f +int style Widget_AppCompat_TextView_SpinnerItem 0x7f080130 +int style Widget_AppCompat_Toolbar 0x7f080131 +int style Widget_AppCompat_Toolbar_Button_Navigation 0x7f080132 +int[] styleable ActionBar { 0x7f010001, 0x7f010003, 0x7f010004, 0x7f010005, 0x7f010006, 0x7f010007, 0x7f010008, 0x7f010009, 0x7f01000a, 0x7f01000b, 0x7f01000c, 0x7f01000d, 0x7f01000e, 0x7f01000f, 0x7f010010, 0x7f010011, 0x7f010012, 0x7f010013, 0x7f010014, 0x7f010015, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001a, 0x7f01001b, 0x7f01007c } int styleable ActionBar_background 10 int styleable ActionBar_backgroundSplit 12 int styleable ActionBar_backgroundStacked 11 +int styleable ActionBar_contentInsetEnd 21 +int styleable ActionBar_contentInsetLeft 22 +int styleable ActionBar_contentInsetRight 23 +int styleable ActionBar_contentInsetStart 20 int styleable ActionBar_customNavigationLayout 13 int styleable ActionBar_displayOptions 3 int styleable ActionBar_divider 9 +int styleable ActionBar_elevation 24 int styleable ActionBar_height 0 +int styleable ActionBar_hideOnContentScroll 19 +int styleable ActionBar_homeAsUpIndicator 26 int styleable ActionBar_homeLayout 14 int styleable ActionBar_icon 7 int styleable ActionBar_indeterminateProgressStyle 16 int styleable ActionBar_itemPadding 18 int styleable ActionBar_logo 8 int styleable ActionBar_navigationMode 2 +int styleable ActionBar_popupTheme 25 int styleable ActionBar_progressBarPadding 17 int styleable ActionBar_progressBarStyle 15 int styleable ActionBar_subtitle 4 @@ -492,32 +929,62 @@ int styleable ActionBar_title 1 int styleable ActionBar_titleTextStyle 5 int[] styleable ActionBarLayout { 0x010100b3 } int styleable ActionBarLayout_android_layout_gravity 0 -int[] styleable ActionBarWindow { 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056 } -int styleable ActionBarWindow_windowActionBar 0 -int styleable ActionBarWindow_windowActionBarOverlay 1 -int styleable ActionBarWindow_windowFixedHeightMajor 6 -int styleable ActionBarWindow_windowFixedHeightMinor 4 -int styleable ActionBarWindow_windowFixedWidthMajor 3 -int styleable ActionBarWindow_windowFixedWidthMinor 5 -int styleable ActionBarWindow_windowSplitActionBar 2 int[] styleable ActionMenuItemView { 0x0101013f } int styleable ActionMenuItemView_android_minWidth 0 int[] styleable ActionMenuView { } -int[] styleable ActionMode { 0x7f010020, 0x7f010042, 0x7f010043, 0x7f010047, 0x7f010049 } +int[] styleable ActionMode { 0x7f010001, 0x7f010007, 0x7f010008, 0x7f01000c, 0x7f01000e, 0x7f01001c } int styleable ActionMode_background 3 int styleable ActionMode_backgroundSplit 4 +int styleable ActionMode_closeItemLayout 5 int styleable ActionMode_height 0 int styleable ActionMode_subtitleTextStyle 2 int styleable ActionMode_titleTextStyle 1 -int[] styleable ActivityChooserView { 0x7f010057, 0x7f010058 } +int[] styleable ActivityChooserView { 0x7f01001d, 0x7f01001e } int styleable ActivityChooserView_expandActivityOverflowButtonDrawable 1 int styleable ActivityChooserView_initialActivityCount 0 -int[] styleable CompatTextView { 0x7f010059 } -int styleable CompatTextView_textAllCaps 0 -int[] styleable LinearLayoutICS { 0x7f010046, 0x7f01005a, 0x7f01005b } -int styleable LinearLayoutICS_divider 0 -int styleable LinearLayoutICS_dividerPadding 2 -int styleable LinearLayoutICS_showDividers 1 +int[] styleable AlertDialog { 0x010100f2, 0x7f01001f, 0x7f010020, 0x7f010021, 0x7f010022, 0x7f010023 } +int styleable AlertDialog_android_layout 0 +int styleable AlertDialog_buttonPanelSideLayout 1 +int styleable AlertDialog_listItemLayout 5 +int styleable AlertDialog_listLayout 2 +int styleable AlertDialog_multiChoiceItemLayout 3 +int styleable AlertDialog_singleChoiceItemLayout 4 +int[] styleable AppCompatTextView { 0x01010034, 0x7f010024 } +int styleable AppCompatTextView_android_textAppearance 0 +int styleable AppCompatTextView_textAllCaps 1 +int[] styleable ButtonBarLayout { 0x7f010025 } +int styleable ButtonBarLayout_allowStacking 0 +int[] styleable CompoundButton { 0x01010107, 0x7f010026, 0x7f010027 } +int styleable CompoundButton_android_button 0 +int styleable CompoundButton_buttonTint 1 +int styleable CompoundButton_buttonTintMode 2 +int[] styleable DrawerArrowToggle { 0x7f010028, 0x7f010029, 0x7f01002a, 0x7f01002b, 0x7f01002c, 0x7f01002d, 0x7f01002e, 0x7f01002f } +int styleable DrawerArrowToggle_arrowHeadLength 4 +int styleable DrawerArrowToggle_arrowShaftLength 5 +int styleable DrawerArrowToggle_barLength 6 +int styleable DrawerArrowToggle_color 0 +int styleable DrawerArrowToggle_drawableSize 2 +int styleable DrawerArrowToggle_gapBetweenBars 3 +int styleable DrawerArrowToggle_spinBars 1 +int styleable DrawerArrowToggle_thickness 7 +int[] styleable LinearLayoutCompat { 0x010100af, 0x010100c4, 0x01010126, 0x01010127, 0x01010128, 0x7f01000b, 0x7f010030, 0x7f010031, 0x7f010032 } +int styleable LinearLayoutCompat_android_baselineAligned 2 +int styleable LinearLayoutCompat_android_baselineAlignedChildIndex 3 +int styleable LinearLayoutCompat_android_gravity 0 +int styleable LinearLayoutCompat_android_orientation 1 +int styleable LinearLayoutCompat_android_weightSum 4 +int styleable LinearLayoutCompat_divider 5 +int styleable LinearLayoutCompat_dividerPadding 8 +int styleable LinearLayoutCompat_measureWithLargestChild 6 +int styleable LinearLayoutCompat_showDividers 7 +int[] styleable LinearLayoutCompat_Layout { 0x010100b3, 0x010100f4, 0x010100f5, 0x01010181 } +int styleable LinearLayoutCompat_Layout_android_layout_gravity 0 +int styleable LinearLayoutCompat_Layout_android_layout_height 2 +int styleable LinearLayoutCompat_Layout_android_layout_weight 3 +int styleable LinearLayoutCompat_Layout_android_layout_width 1 +int[] styleable ListPopupWindow { 0x010102ac, 0x010102ad } +int styleable ListPopupWindow_android_dropDownHorizontalOffset 0 +int styleable ListPopupWindow_android_dropDownVerticalOffset 1 int[] styleable MenuGroup { 0x0101000e, 0x010100d0, 0x01010194, 0x010101de, 0x010101df, 0x010101e0 } int styleable MenuGroup_android_checkableBehavior 5 int styleable MenuGroup_android_enabled 0 @@ -525,7 +992,7 @@ int styleable MenuGroup_android_id 1 int styleable MenuGroup_android_menuCategory 3 int styleable MenuGroup_android_orderInCategory 4 int styleable MenuGroup_android_visible 2 -int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f } +int[] styleable MenuItem { 0x01010002, 0x0101000e, 0x010100d0, 0x01010106, 0x01010194, 0x010101de, 0x010101df, 0x010101e1, 0x010101e2, 0x010101e3, 0x010101e4, 0x010101e5, 0x0101026f, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036 } int styleable MenuItem_actionLayout 14 int styleable MenuItem_actionProviderClass 16 int styleable MenuItem_actionViewClass 15 @@ -543,40 +1010,212 @@ int styleable MenuItem_android_title 7 int styleable MenuItem_android_titleCondensed 8 int styleable MenuItem_android_visible 4 int styleable MenuItem_showAsAction 13 -int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x01010435 } +int[] styleable MenuView { 0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e, 0x0101012f, 0x01010130, 0x01010131, 0x7f010037 } int styleable MenuView_android_headerBackground 4 int styleable MenuView_android_horizontalDivider 2 int styleable MenuView_android_itemBackground 5 int styleable MenuView_android_itemIconDisabledAlpha 6 int styleable MenuView_android_itemTextAppearance 1 -int styleable MenuView_android_preserveIconSpacing 7 int styleable MenuView_android_verticalDivider 3 int styleable MenuView_android_windowAnimationStyle 0 -int[] styleable SearchView { 0x0101011f, 0x01010220, 0x01010264, 0x7f010060, 0x7f010061 } -int styleable SearchView_android_imeOptions 2 -int styleable SearchView_android_inputType 1 -int styleable SearchView_android_maxWidth 0 -int styleable SearchView_iconifiedByDefault 3 -int styleable SearchView_queryHint 4 -int[] styleable Spinner { 0x010100af, 0x01010175, 0x01010176, 0x01010262, 0x010102ac, 0x010102ad, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065 } -int styleable Spinner_android_dropDownHorizontalOffset 4 -int styleable Spinner_android_dropDownSelector 1 -int styleable Spinner_android_dropDownVerticalOffset 5 -int styleable Spinner_android_dropDownWidth 3 -int styleable Spinner_android_gravity 0 -int styleable Spinner_android_popupBackground 2 -int styleable Spinner_disableChildrenWhenDisabled 9 -int styleable Spinner_popupPromptView 8 -int styleable Spinner_prompt 6 -int styleable Spinner_spinnerMode 7 -int[] styleable Theme { 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b } -int styleable Theme_actionDropDownStyle 0 -int styleable Theme_dropdownListPreferredItemHeight 1 -int styleable Theme_listChoiceBackgroundIndicator 5 -int styleable Theme_panelMenuListTheme 4 -int styleable Theme_panelMenuListWidth 3 -int styleable Theme_popupMenuStyle 2 -int[] styleable View { 0x010100da, 0x7f01006c, 0x7f01006d } -int styleable View_android_focusable 0 -int styleable View_paddingEnd 2 -int styleable View_paddingStart 1 +int styleable MenuView_preserveIconSpacing 7 +int[] styleable PopupWindow { 0x01010176, 0x7f010038 } +int styleable PopupWindow_android_popupBackground 0 +int styleable PopupWindow_overlapAnchor 1 +int[] styleable PopupWindowBackgroundState { 0x7f010039 } +int styleable PopupWindowBackgroundState_state_above_anchor 0 +int[] styleable SearchView { 0x010100da, 0x0101011f, 0x01010220, 0x01010264, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046 } +int styleable SearchView_android_focusable 0 +int styleable SearchView_android_imeOptions 3 +int styleable SearchView_android_inputType 2 +int styleable SearchView_android_maxWidth 1 +int styleable SearchView_closeIcon 8 +int styleable SearchView_commitIcon 13 +int styleable SearchView_defaultQueryHint 7 +int styleable SearchView_goIcon 9 +int styleable SearchView_iconifiedByDefault 5 +int styleable SearchView_layout 4 +int styleable SearchView_queryBackground 15 +int styleable SearchView_queryHint 6 +int styleable SearchView_searchHintIcon 11 +int styleable SearchView_searchIcon 10 +int styleable SearchView_submitBackground 16 +int styleable SearchView_suggestionRowLayout 14 +int styleable SearchView_voiceIcon 12 +int[] styleable Spinner { 0x01010176, 0x0101017b, 0x01010262, 0x7f01001b } +int styleable Spinner_android_dropDownWidth 2 +int styleable Spinner_android_popupBackground 0 +int styleable Spinner_android_prompt 1 +int styleable Spinner_popupTheme 3 +int[] styleable SwitchCompat { 0x01010124, 0x01010125, 0x01010142, 0x7f010047, 0x7f010048, 0x7f010049, 0x7f01004a, 0x7f01004b, 0x7f01004c, 0x7f01004d } +int styleable SwitchCompat_android_textOff 1 +int styleable SwitchCompat_android_textOn 0 +int styleable SwitchCompat_android_thumb 2 +int styleable SwitchCompat_showText 9 +int styleable SwitchCompat_splitTrack 8 +int styleable SwitchCompat_switchMinWidth 6 +int styleable SwitchCompat_switchPadding 7 +int styleable SwitchCompat_switchTextAppearance 5 +int styleable SwitchCompat_thumbTextPadding 4 +int styleable SwitchCompat_track 3 +int[] styleable TextAppearance { 0x01010095, 0x01010096, 0x01010097, 0x01010098, 0x01010161, 0x01010162, 0x01010163, 0x01010164, 0x7f010024 } +int styleable TextAppearance_android_shadowColor 4 +int styleable TextAppearance_android_shadowDx 5 +int styleable TextAppearance_android_shadowDy 6 +int styleable TextAppearance_android_shadowRadius 7 +int styleable TextAppearance_android_textColor 3 +int styleable TextAppearance_android_textSize 0 +int styleable TextAppearance_android_textStyle 2 +int styleable TextAppearance_android_typeface 1 +int styleable TextAppearance_textAllCaps 8 +int[] styleable Theme { 0x01010057, 0x010100ae, 0x7f01004e, 0x7f01004f, 0x7f010050, 0x7f010051, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055, 0x7f010056, 0x7f010057, 0x7f010058, 0x7f010059, 0x7f01005a, 0x7f01005b, 0x7f01005c, 0x7f01005d, 0x7f01005e, 0x7f01005f, 0x7f010060, 0x7f010061, 0x7f010062, 0x7f010063, 0x7f010064, 0x7f010065, 0x7f010066, 0x7f010067, 0x7f010068, 0x7f010069, 0x7f01006a, 0x7f01006b, 0x7f01006c, 0x7f01006d, 0x7f01006e, 0x7f01006f, 0x7f010070, 0x7f010071, 0x7f010072, 0x7f010073, 0x7f010074, 0x7f010075, 0x7f010076, 0x7f010077, 0x7f010078, 0x7f010079, 0x7f01007a, 0x7f01007b, 0x7f01007c, 0x7f01007d, 0x7f01007e, 0x7f01007f, 0x7f010080, 0x7f010081, 0x7f010082, 0x7f010083, 0x7f010084, 0x7f010085, 0x7f010086, 0x7f010087, 0x7f010088, 0x7f010089, 0x7f01008a, 0x7f01008b, 0x7f01008c, 0x7f01008d, 0x7f01008e, 0x7f01008f, 0x7f010090, 0x7f010091, 0x7f010092, 0x7f010093, 0x7f010094, 0x7f010095, 0x7f010096, 0x7f010097, 0x7f010098, 0x7f010099, 0x7f01009a, 0x7f01009b, 0x7f01009c, 0x7f01009d, 0x7f01009e, 0x7f01009f, 0x7f0100a0, 0x7f0100a1, 0x7f0100a2, 0x7f0100a3, 0x7f0100a4, 0x7f0100a5, 0x7f0100a6, 0x7f0100a7, 0x7f0100a8, 0x7f0100a9, 0x7f0100aa, 0x7f0100ab, 0x7f0100ac, 0x7f0100ad, 0x7f0100ae, 0x7f0100af, 0x7f0100b0, 0x7f0100b1, 0x7f0100b2, 0x7f0100b3, 0x7f0100b4, 0x7f0100b5, 0x7f0100b6, 0x7f0100b7, 0x7f0100b8, 0x7f0100b9 } +int styleable Theme_actionBarDivider 23 +int styleable Theme_actionBarItemBackground 24 +int styleable Theme_actionBarPopupTheme 17 +int styleable Theme_actionBarSize 22 +int styleable Theme_actionBarSplitStyle 19 +int styleable Theme_actionBarStyle 18 +int styleable Theme_actionBarTabBarStyle 13 +int styleable Theme_actionBarTabStyle 12 +int styleable Theme_actionBarTabTextStyle 14 +int styleable Theme_actionBarTheme 20 +int styleable Theme_actionBarWidgetTheme 21 +int styleable Theme_actionButtonStyle 49 +int styleable Theme_actionDropDownStyle 45 +int styleable Theme_actionMenuTextAppearance 25 +int styleable Theme_actionMenuTextColor 26 +int styleable Theme_actionModeBackground 29 +int styleable Theme_actionModeCloseButtonStyle 28 +int styleable Theme_actionModeCloseDrawable 31 +int styleable Theme_actionModeCopyDrawable 33 +int styleable Theme_actionModeCutDrawable 32 +int styleable Theme_actionModeFindDrawable 37 +int styleable Theme_actionModePasteDrawable 34 +int styleable Theme_actionModePopupWindowStyle 39 +int styleable Theme_actionModeSelectAllDrawable 35 +int styleable Theme_actionModeShareDrawable 36 +int styleable Theme_actionModeSplitBackground 30 +int styleable Theme_actionModeStyle 27 +int styleable Theme_actionModeWebSearchDrawable 38 +int styleable Theme_actionOverflowButtonStyle 15 +int styleable Theme_actionOverflowMenuStyle 16 +int styleable Theme_activityChooserViewStyle 57 +int styleable Theme_alertDialogButtonGroupStyle 92 +int styleable Theme_alertDialogCenterButtons 93 +int styleable Theme_alertDialogStyle 91 +int styleable Theme_alertDialogTheme 94 +int styleable Theme_android_windowAnimationStyle 1 +int styleable Theme_android_windowIsFloating 0 +int styleable Theme_autoCompleteTextViewStyle 99 +int styleable Theme_borderlessButtonStyle 54 +int styleable Theme_buttonBarButtonStyle 51 +int styleable Theme_buttonBarNegativeButtonStyle 97 +int styleable Theme_buttonBarNeutralButtonStyle 98 +int styleable Theme_buttonBarPositiveButtonStyle 96 +int styleable Theme_buttonBarStyle 50 +int styleable Theme_buttonStyle 100 +int styleable Theme_buttonStyleSmall 101 +int styleable Theme_checkboxStyle 102 +int styleable Theme_checkedTextViewStyle 103 +int styleable Theme_colorAccent 84 +int styleable Theme_colorButtonNormal 88 +int styleable Theme_colorControlActivated 86 +int styleable Theme_colorControlHighlight 87 +int styleable Theme_colorControlNormal 85 +int styleable Theme_colorPrimary 82 +int styleable Theme_colorPrimaryDark 83 +int styleable Theme_colorSwitchThumbNormal 89 +int styleable Theme_controlBackground 90 +int styleable Theme_dialogPreferredPadding 43 +int styleable Theme_dialogTheme 42 +int styleable Theme_dividerHorizontal 56 +int styleable Theme_dividerVertical 55 +int styleable Theme_dropDownListViewStyle 74 +int styleable Theme_dropdownListPreferredItemHeight 46 +int styleable Theme_editTextBackground 63 +int styleable Theme_editTextColor 62 +int styleable Theme_editTextStyle 104 +int styleable Theme_homeAsUpIndicator 48 +int styleable Theme_imageButtonStyle 64 +int styleable Theme_listChoiceBackgroundIndicator 81 +int styleable Theme_listDividerAlertDialog 44 +int styleable Theme_listPopupWindowStyle 75 +int styleable Theme_listPreferredItemHeight 69 +int styleable Theme_listPreferredItemHeightLarge 71 +int styleable Theme_listPreferredItemHeightSmall 70 +int styleable Theme_listPreferredItemPaddingLeft 72 +int styleable Theme_listPreferredItemPaddingRight 73 +int styleable Theme_panelBackground 78 +int styleable Theme_panelMenuListTheme 80 +int styleable Theme_panelMenuListWidth 79 +int styleable Theme_popupMenuStyle 60 +int styleable Theme_popupWindowStyle 61 +int styleable Theme_radioButtonStyle 105 +int styleable Theme_ratingBarStyle 106 +int styleable Theme_searchViewStyle 68 +int styleable Theme_seekBarStyle 107 +int styleable Theme_selectableItemBackground 52 +int styleable Theme_selectableItemBackgroundBorderless 53 +int styleable Theme_spinnerDropDownItemStyle 47 +int styleable Theme_spinnerStyle 108 +int styleable Theme_switchStyle 109 +int styleable Theme_textAppearanceLargePopupMenu 40 +int styleable Theme_textAppearanceListItem 76 +int styleable Theme_textAppearanceListItemSmall 77 +int styleable Theme_textAppearanceSearchResultSubtitle 66 +int styleable Theme_textAppearanceSearchResultTitle 65 +int styleable Theme_textAppearanceSmallPopupMenu 41 +int styleable Theme_textColorAlertDialogListItem 95 +int styleable Theme_textColorSearchUrl 67 +int styleable Theme_toolbarNavigationButtonStyle 59 +int styleable Theme_toolbarStyle 58 +int styleable Theme_windowActionBar 2 +int styleable Theme_windowActionBarOverlay 4 +int styleable Theme_windowActionModeOverlay 5 +int styleable Theme_windowFixedHeightMajor 9 +int styleable Theme_windowFixedHeightMinor 7 +int styleable Theme_windowFixedWidthMajor 6 +int styleable Theme_windowFixedWidthMinor 8 +int styleable Theme_windowMinWidthMajor 10 +int styleable Theme_windowMinWidthMinor 11 +int styleable Theme_windowNoTitle 3 +int[] styleable Toolbar { 0x010100af, 0x01010140, 0x7f010003, 0x7f010006, 0x7f01000a, 0x7f010016, 0x7f010017, 0x7f010018, 0x7f010019, 0x7f01001b, 0x7f0100ba, 0x7f0100bb, 0x7f0100bc, 0x7f0100bd, 0x7f0100be, 0x7f0100bf, 0x7f0100c0, 0x7f0100c1, 0x7f0100c2, 0x7f0100c3, 0x7f0100c4, 0x7f0100c5, 0x7f0100c6, 0x7f0100c7, 0x7f0100c8 } +int styleable Toolbar_android_gravity 0 +int styleable Toolbar_android_minHeight 1 +int styleable Toolbar_collapseContentDescription 19 +int styleable Toolbar_collapseIcon 18 +int styleable Toolbar_contentInsetEnd 6 +int styleable Toolbar_contentInsetLeft 7 +int styleable Toolbar_contentInsetRight 8 +int styleable Toolbar_contentInsetStart 5 +int styleable Toolbar_logo 4 +int styleable Toolbar_logoDescription 22 +int styleable Toolbar_maxButtonHeight 17 +int styleable Toolbar_navigationContentDescription 21 +int styleable Toolbar_navigationIcon 20 +int styleable Toolbar_popupTheme 9 +int styleable Toolbar_subtitle 3 +int styleable Toolbar_subtitleTextAppearance 11 +int styleable Toolbar_subtitleTextColor 24 +int styleable Toolbar_title 2 +int styleable Toolbar_titleMarginBottom 16 +int styleable Toolbar_titleMarginEnd 14 +int styleable Toolbar_titleMarginStart 13 +int styleable Toolbar_titleMarginTop 15 +int styleable Toolbar_titleMargins 12 +int styleable Toolbar_titleTextAppearance 10 +int styleable Toolbar_titleTextColor 23 +int[] styleable View { 0x01010000, 0x010100da, 0x7f0100c9, 0x7f0100ca, 0x7f0100cb } +int styleable View_android_focusable 1 +int styleable View_android_theme 0 +int styleable View_paddingEnd 3 +int styleable View_paddingStart 2 +int styleable View_theme 4 +int[] styleable ViewBackgroundHelper { 0x010100d4, 0x7f0100cc, 0x7f0100cd } +int styleable ViewBackgroundHelper_android_background 0 +int styleable ViewBackgroundHelper_backgroundTint 1 +int styleable ViewBackgroundHelper_backgroundTintMode 2 +int[] styleable ViewStubCompat { 0x010100d0, 0x010100f2, 0x010100f3 } +int styleable ViewStubCompat_android_id 0 +int styleable ViewStubCompat_android_inflatedId 2 +int styleable ViewStubCompat_android_layout 1 diff --git a/libs/android-support-appcompat-v7-exploded-aar/README.txt b/libs/android-support-appcompat-v7-exploded-aar/README.txt new file mode 100644 index 00000000..8e8de056 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/README.txt @@ -0,0 +1,10 @@ +Library Project including compatibility ActionBar. + +This can be used by an Android project to provide +access to ActionBar on applications running on API 7+. + +There is technically no source, but the src folder is necessary +to ensure that the build system works. The content is actually +located in libs/android-support-v7-appcompat.jar. +The accompanying resources must also be included in the application. + diff --git a/libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore b/libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore deleted file mode 100644 index 86d0cb27..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/assets/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -# Ignore everything in this directory -* -# Except this file -!.gitignore \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/libs/android-support-v4.jar b/libs/android-support-appcompat-v7-exploded-aar/libs/android-support-v4.jar new file mode 100644 index 00000000..aa0b1a5c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/libs/android-support-v4.jar differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/libs/android-support-v7-appcompat.jar b/libs/android-support-appcompat-v7-exploded-aar/libs/android-support-v7-appcompat.jar new file mode 100644 index 00000000..f9ad396f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/libs/android-support-v7-appcompat.jar differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/libs/appcompat-v7-19.1.0.jar b/libs/android-support-appcompat-v7-exploded-aar/libs/appcompat-v7-19.1.0.jar deleted file mode 100644 index 07883a34..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/libs/appcompat-v7-19.1.0.jar and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/libs/support-v4-19.1.0.jar b/libs/android-support-appcompat-v7-exploded-aar/libs/support-v4-19.1.0.jar deleted file mode 100644 index d0b85355..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/libs/support-v4-19.1.0.jar and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/project.properties b/libs/android-support-appcompat-v7-exploded-aar/project.properties index dfa4dd09..b2ef7dcc 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/project.properties +++ b/libs/android-support-appcompat-v7-exploded-aar/project.properties @@ -11,5 +11,5 @@ #proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt # Project target. -target=android-16 +target=android-23 android.library=true diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_in.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_in.xml index 8e672312..62a06d38 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_in.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_in.xml @@ -17,4 +17,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime" /> \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_out.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_out.xml index 166a99bb..a4ab6aa8 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_out.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_fade_out.xml @@ -17,4 +17,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime" /> \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_grow_fade_in_from_bottom.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_grow_fade_in_from_bottom.xml new file mode 100644 index 00000000..6941d0b1 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_grow_fade_in_from_bottom.xml @@ -0,0 +1,30 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_popup_enter.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_popup_enter.xml new file mode 100644 index 00000000..490c9769 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_popup_enter.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_popup_exit.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_popup_exit.xml new file mode 100644 index 00000000..713355c4 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_popup_exit.xml @@ -0,0 +1,21 @@ + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_shrink_fade_out_from_bottom.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_shrink_fade_out_from_bottom.xml new file mode 100644 index 00000000..6a47a5e9 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_shrink_fade_out_from_bottom.xml @@ -0,0 +1,27 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_bottom.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_bottom.xml index 0a25ef9a..a0f5f981 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_bottom.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_bottom.xml @@ -17,4 +17,4 @@ android:interpolator="@android:anim/decelerate_interpolator" android:fromYDelta="50%p" android:toYDelta="0" android:duration="@android:integer/config_mediumAnimTime"/> - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_top.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_top.xml index b1a3ef76..26b5eabc 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_top.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_in_top.xml @@ -16,4 +16,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime"/> \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_bottom.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_bottom.xml index 0a05fd40..d222f1f2 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_bottom.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_bottom.xml @@ -16,4 +16,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime"/> \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_top.xml b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_top.xml index 73a2cfd2..56ffd1a0 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_top.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/anim/abc_slide_out_top.xml @@ -16,4 +16,4 @@ \ No newline at end of file + android:duration="@android:integer/config_mediumAnimTime"/> \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 00000000..00b3dbeb --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 00000000..7748146a --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color-v23/abc_color_highlight_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color-v23/abc_color_highlight_material.xml new file mode 100644 index 00000000..cffdbe45 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color-v23/abc_color_highlight_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_dark.xml new file mode 100644 index 00000000..6210a093 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_light.xml new file mode 100644 index 00000000..21039ebd --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_dark.xml new file mode 100644 index 00000000..a4d9c375 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_light.xml new file mode 100644 index 00000000..bb5ce2f1 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_dark.xml new file mode 100644 index 00000000..8c9779b8 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_light.xml new file mode 100644 index 00000000..4dc65b3d --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text.xml new file mode 100644 index 00000000..3a5e9fda --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text_holo.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text_holo.xml deleted file mode 100644 index 42aa346c..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text_holo.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_dark.xml new file mode 100644 index 00000000..34478870 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_dark.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_light.xml new file mode 100644 index 00000000..6f143986 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_light.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/switch_thumb_material_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/switch_thumb_material_dark.xml new file mode 100644 index 00000000..4179a272 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/switch_thumb_material_dark.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/color/switch_thumb_material_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color/switch_thumb_material_light.xml new file mode 100644 index 00000000..e8323066 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/switch_thumb_material_light.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png deleted file mode 100644 index 769463b3..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png deleted file mode 100644 index 73050476..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png deleted file mode 100644 index 712a551e..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png deleted file mode 100644 index bf3b9438..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png deleted file mode 100644 index 6c141577..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png deleted file mode 100644 index f4ff16be..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 00000000..4d9f861f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png deleted file mode 100644 index cbbaec58..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_solid_light_holo.9.png deleted file mode 100644 index af917e5b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png deleted file mode 100644 index 0520e5a2..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png deleted file mode 100644 index e3e3f93b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png deleted file mode 100644 index 1e395722..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png deleted file mode 100644 index a16db853..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png deleted file mode 100644 index 0eff695d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png deleted file mode 100644 index 219b170f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 00000000..99110085 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 00000000..69ff9dde Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 00000000..9218981b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 00000000..a5885763 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 00000000..b184dbc6 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 00000000..6549c527 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 00000000..88f1767f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 00000000..d5e1a001 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png deleted file mode 100644 index 1d836f65..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png deleted file mode 100644 index 5818666d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png deleted file mode 100644 index 564fb34b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png deleted file mode 100644 index ae21b760..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 00000000..22643982 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png deleted file mode 100644 index 897a1c11..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_holo_light.png deleted file mode 100644 index 0c89f714..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..f61e8e3e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png deleted file mode 100644 index d8662e3f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_cab_done_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_cab_done_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_cab_done_holo_light.png deleted file mode 100644 index ed03f620..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_cab_done_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_disabled.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_disabled.png deleted file mode 100644 index d97c342d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 00000000..0fd15563 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_normal.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_normal.png deleted file mode 100644 index 33ad8d4b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_normal.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png deleted file mode 100644 index 3edbd740..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png deleted file mode 100644 index 90db01b5..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_clear_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png deleted file mode 100644 index 83f36a94..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png deleted file mode 100644 index a3cc21e6..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 00000000..65ccd8f4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go.png deleted file mode 100644 index 97b825e8..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png deleted file mode 100644 index 7e1ba2ad..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 00000000..b9ff1db5 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..70eb0737 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..e78bcaf5 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 00000000..9a878205 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png deleted file mode 100644 index 2abc4580..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png deleted file mode 100644 index bb6aef1d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 00000000..8610c501 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 00000000..2d971a94 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png deleted file mode 100644 index 6f747c8f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_holo_light.png deleted file mode 100644 index 682b2fde..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 00000000..ee408129 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search.png deleted file mode 100644 index bf8bd667..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search_api_holo_light.png deleted file mode 100644 index 72e207bc..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 00000000..b9baa0cc Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search.png deleted file mode 100644 index 66d14aec..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png deleted file mode 100644 index 3481c982..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 00000000..a87d2cdc Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_holo_dark.9.png deleted file mode 100644 index 986ab0b9..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_holo_light.9.png deleted file mode 100644 index 0279e17a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 00000000..1e571f5c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_focused_holo.9.png index 55527084..c09ec90e 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_focused_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_focused_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_longpressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_longpressed_holo.9.png index 4ea7afa0..62fbd2cb 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_longpressed_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_longpressed_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png index 5654cd69..2f6ef916 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_light.9.png index 5654cd69..863ce95f 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_pressed_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png index f6fd30dc..b6d46777 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png index ca8e9a27..e01c7392 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png deleted file mode 100644 index 72ee35f4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png deleted file mode 100644 index 0d1f9bf0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png deleted file mode 100644 index 465ee6d0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png deleted file mode 100644 index 76a5c53d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 00000000..2cf413c5 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 00000000..9d8451aa Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 00000000..4efe298e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 00000000..543dec33 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 00000000..9930b3ad Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 00000000..4cfb1a7c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 00000000..32ddf7a9 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png deleted file mode 100644 index 88f8765c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png deleted file mode 100644 index fa68a137..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png deleted file mode 100644 index 78c63cba..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png deleted file mode 100644 index e13a9f80..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png deleted file mode 100644 index 26d2e168..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png deleted file mode 100644 index 00ae92af..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png deleted file mode 100644 index dc20a8d6..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png deleted file mode 100644 index 272a2a11..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..9de02639 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 00000000..6ad9b1d2 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 00000000..4b0b10a7 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png deleted file mode 100644 index 673e3bf1..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_focused_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_holo.9.png deleted file mode 100644 index d57df98b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png deleted file mode 100644 index 6278eef4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_selected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png deleted file mode 100644 index aadc6f87..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..5b13bc17 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 00000000..0078bf6b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..a74ab260 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png deleted file mode 100644 index 70c0e739..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png deleted file mode 100644 index 36e71d85..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 00000000..6282df4e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png deleted file mode 100644 index 4be4af5f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png deleted file mode 100644 index e72193f5..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png deleted file mode 100644 index 8f20b9d2..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png deleted file mode 100644 index 04f657e1..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png deleted file mode 100644 index 99309ef6..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png deleted file mode 100644 index 9bde7fbd..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..2e1062fa Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..a262b0c8 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..9ed43ca4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..4cd8a27c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-hdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..e300b7cf Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..05b1e119 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..aa7b3238 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..d02a5da1 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..a188f2fb Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..e95ba942 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..87bf8d36 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..b097e48a Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..de371581 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..ac86165d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..8b2adf6b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..0b895042 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..7dc69341 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..884cd127 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..90fe333a Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..930630de Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-ldrtl-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png deleted file mode 100644 index b2293670..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png deleted file mode 100644 index 0706c8af..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png deleted file mode 100644 index d814d02d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png deleted file mode 100644 index b139c8e4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png deleted file mode 100644 index ed4ba34e..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png deleted file mode 100644 index 8f10bd52..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 00000000..fa0ed8fe Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png deleted file mode 100644 index 743d00b6..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_solid_light_holo.9.png deleted file mode 100644 index 17c1fb92..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png deleted file mode 100644 index 007a4b23..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png deleted file mode 100644 index ad6e1a4d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png deleted file mode 100644 index 0ad6c888..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png deleted file mode 100644 index 19b50abc..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png deleted file mode 100644 index ad980b13..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png deleted file mode 100644 index 60e6c527..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 00000000..7a9fcbcb Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 00000000..3b052e57 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 00000000..96a86931 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 00000000..827d6342 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 00000000..09084757 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 00000000..a5a437f3 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 00000000..d890a62a Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 00000000..06204394 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png deleted file mode 100644 index d8f1c8bd..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png deleted file mode 100644 index 31e49894..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png deleted file mode 100644 index 7c2cbe53..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png deleted file mode 100644 index 30cbdc17..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 00000000..038e0008 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png deleted file mode 100644 index df2d3d15..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_holo_light.png deleted file mode 100644 index b2aa9c26..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..8043d4ca Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png deleted file mode 100644 index a17b6a78..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_cab_done_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_cab_done_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_cab_done_holo_light.png deleted file mode 100644 index b28b3b54..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_cab_done_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_disabled.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_disabled.png deleted file mode 100644 index 79228bae..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 00000000..e80681ae Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_normal.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_normal.png deleted file mode 100644 index 86944a87..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_normal.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png deleted file mode 100644 index c0bdf064..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png deleted file mode 100644 index 15b86cbb..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_clear_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png deleted file mode 100644 index 844c99c2..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png deleted file mode 100644 index 86c170e9..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 00000000..9603e76e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go.png deleted file mode 100644 index bf19833f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png deleted file mode 100644 index 8518498e..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 00000000..44c14232 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..80c06955 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..3966d6ad Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 00000000..017e45ed Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png deleted file mode 100644 index ba704b67..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png deleted file mode 100644 index 01d68169..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 00000000..ec0cff49 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 00000000..966938b9 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png deleted file mode 100644 index 6bf21e30..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_holo_light.png deleted file mode 100644 index 70fe31aa..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 00000000..d05f969e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search.png deleted file mode 100644 index 4be72f10..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search_api_holo_light.png deleted file mode 100644 index f2e26f88..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 00000000..451818ce Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search.png deleted file mode 100644 index 73c6be65..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png deleted file mode 100644 index 71d838e7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 00000000..a216da17 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_holo_dark.9.png deleted file mode 100644 index 986ab0b9..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_holo_light.9.png deleted file mode 100644 index 0279e17a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 00000000..1e571f5c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_focused_holo.9.png index 00f05d8c..addb54a2 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_focused_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_focused_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_longpressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_longpressed_holo.9.png index 3bf8e036..5fcd5b20 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_longpressed_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_longpressed_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png index 6e77525d..251b9891 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_light.9.png index 6e77525d..01efec04 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_pressed_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png index 92da2f0d..f1d1b617 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png index 42cb6463..10851f6c 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png deleted file mode 100644 index 31dc3429..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png deleted file mode 100644 index 755c1454..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png deleted file mode 100644 index 36779947..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png deleted file mode 100644 index 02b25f09..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 00000000..fe0ec49a Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 00000000..5f55cd55 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 00000000..10df6390 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 00000000..f83b1ef1 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 00000000..e9efb20f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 00000000..a4ab0a1e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 00000000..db9e172d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png deleted file mode 100644 index 8d759468..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png deleted file mode 100644 index 716560bb..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png deleted file mode 100644 index c3ba89c1..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png deleted file mode 100644 index 67c5358f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png deleted file mode 100644 index c015f43b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png deleted file mode 100644 index 487edc22..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png deleted file mode 100644 index 2fa15e76..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png deleted file mode 100644 index a964b222..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..ed75cb81 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 00000000..00c81fca Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 00000000..12b0a79c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png deleted file mode 100644 index c9972e74..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_focused_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_holo.9.png deleted file mode 100644 index 587337ca..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png deleted file mode 100644 index 155c4fc7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_selected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png deleted file mode 100644 index b1223fe3..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..3ffa2519 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 00000000..0eb61f15 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..0c766f30 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png deleted file mode 100644 index 081657ee..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png deleted file mode 100644 index 3f312b46..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 00000000..4f66d7ad Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png deleted file mode 100644 index b086fae8..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png deleted file mode 100644 index 73c336a7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png deleted file mode 100644 index 726e0ff4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png deleted file mode 100644 index 726e0ff4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png deleted file mode 100644 index 1767c169..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png deleted file mode 100644 index 1767c169..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v21/abc_action_bar_item_background_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v21/abc_action_bar_item_background_material.xml new file mode 100644 index 00000000..ec1f7933 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v21/abc_action_bar_item_background_material.xml @@ -0,0 +1,18 @@ + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v21/abc_btn_colored_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v21/abc_btn_colored_material.xml new file mode 100644 index 00000000..af5b3d34 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v21/abc_btn_colored_material.xml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v23/abc_control_background_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v23/abc_control_background_material.xml new file mode 100644 index 00000000..a24c9004 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-v23/abc_control_background_material.xml @@ -0,0 +1,19 @@ + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png deleted file mode 100644 index 57533469..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png deleted file mode 100644 index 8155fe84..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png deleted file mode 100644 index 6cee9a12..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png deleted file mode 100644 index fa4d76af..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png deleted file mode 100644 index 55099d49..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png deleted file mode 100644 index 3c4701fc..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 00000000..6284eaaa Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png deleted file mode 100644 index 6622cbad..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png deleted file mode 100644 index c4272978..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png deleted file mode 100644 index a0d9c1b9..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png deleted file mode 100644 index d36f99fe..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png deleted file mode 100644 index 5ad475dc..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png deleted file mode 100644 index 6ade5eeb..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png deleted file mode 100644 index 719b9234..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png deleted file mode 100644 index 6da264db..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 00000000..49025208 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 00000000..59a683ab Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 00000000..03bf49cc Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 00000000..342323b4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 00000000..c0333f98 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 00000000..2f29c39c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 00000000..a854864d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 00000000..726b1dc5 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png deleted file mode 100644 index 0bd09806..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png deleted file mode 100644 index 43ed26d4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png deleted file mode 100644 index 6b315798..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png deleted file mode 100644 index df0121bb..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 00000000..600178a9 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png deleted file mode 100644 index 8ded62fb..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png deleted file mode 100644 index 517e9f72..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..c465e82f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png deleted file mode 100644 index 2e06dd01..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_cab_done_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png deleted file mode 100644 index bb19810b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_cab_done_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_disabled.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_disabled.png deleted file mode 100644 index e35c5f05..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 00000000..76e07f09 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_normal.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_normal.png deleted file mode 100644 index f9dee98a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_normal.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png deleted file mode 100644 index 7fd7aeb2..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png deleted file mode 100644 index 53cfbd31..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_clear_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png deleted file mode 100644 index d8faf900..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png deleted file mode 100644 index e7c7280a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 00000000..1015e1f4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go.png deleted file mode 100644 index 1e2dcfa0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png deleted file mode 100644 index f12eafcd..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 00000000..b3fa6bc2 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..c8a6d258 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..3c5e683e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 00000000..f87733af Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png deleted file mode 100644 index a92fb1d4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png deleted file mode 100644 index 930ca8d9..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 00000000..9aabc43c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 00000000..c039c8e0 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png deleted file mode 100644 index 45a0f1da..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png deleted file mode 100644 index 528e554a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 00000000..b57ee193 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search.png deleted file mode 100644 index 998f91be..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search_api_holo_light.png deleted file mode 100644 index a4cdf1c7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 00000000..76f26965 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search.png deleted file mode 100644 index c625a360..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png deleted file mode 100644 index c332ba08..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 00000000..d0385ba4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png deleted file mode 100644 index e62f011d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_holo_light.9.png deleted file mode 100644 index 65061c0f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 00000000..1e571f5c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_focused_holo.9.png index b545f8e5..67c25aef 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_focused_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_focused_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_longpressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_longpressed_holo.9.png index eda10e61..17c34a1a 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_longpressed_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_longpressed_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png index e4b33935..988548a1 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png index e4b33935..15fcf6a3 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png index 88726b69..65275b38 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png index c6a7d4d8..5b58e760 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png deleted file mode 100644 index abc48f88..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png deleted file mode 100644 index 48905edf..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png deleted file mode 100644 index c1ad023a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png deleted file mode 100644 index a1e33d67..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 00000000..09d10225 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 00000000..b5dd854b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 00000000..138f643f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 00000000..cd41d74c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 00000000..8d67525e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 00000000..2b4734d2 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 00000000..805cb291 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png deleted file mode 100644 index c43293d5..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png deleted file mode 100644 index 3dc481e5..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png deleted file mode 100644 index 9a7b1731..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png deleted file mode 100644 index 6888fdc0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png deleted file mode 100644 index 9408b474..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png deleted file mode 100644 index 1cb95d16..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png deleted file mode 100644 index a3c77116..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png deleted file mode 100644 index 2a212101..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..bcf6b7f0 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 00000000..f0752d2b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 00000000..2242d2f9 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png deleted file mode 100644 index 03cfb094..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_focused_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_holo.9.png deleted file mode 100644 index e4229f26..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png deleted file mode 100644 index e862cb12..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_selected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png deleted file mode 100644 index f1eb6732..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..8ff3a830 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 00000000..e7e693a7 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..819171ad Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png deleted file mode 100644 index 8fdbbf3a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png deleted file mode 100644 index 4e9ae43c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 00000000..4def8c8f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png deleted file mode 100644 index 98f4871b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png deleted file mode 100644 index 733373ed..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png deleted file mode 100644 index 0c6bb036..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png deleted file mode 100644 index 0c6bb036..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png deleted file mode 100644 index e5bfd8ad..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png deleted file mode 100644 index 1743da6b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png deleted file mode 100644 index ba6f0058..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png deleted file mode 100644 index 7c7eb77e..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png deleted file mode 100644 index 62aa5d69..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png deleted file mode 100644 index 136d8b6e..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_bottom_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png deleted file mode 100644 index d8cdf1ac..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png deleted file mode 100644 index a49a2078..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png new file mode 100644 index 00000000..4eae28fd Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_share_pack_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png deleted file mode 100644 index 580d1222..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png deleted file mode 100644 index 55d96e01..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png deleted file mode 100644 index 1e8a9a9c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_solid_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png deleted file mode 100644 index 4bb233fb..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_solid_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png deleted file mode 100644 index e1768ab7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png deleted file mode 100644 index 83fbbc4c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_stacked_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png deleted file mode 100644 index 9f0a2e7c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_transparent_dark_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png deleted file mode 100644 index b959bd95..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ab_transparent_light_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 00000000..accf80e4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 00000000..8c82ec3d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 00000000..8fc0a9b8 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 00000000..92b712e5 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png new file mode 100644 index 00000000..78bbeba1 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_rating_star_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png new file mode 100644 index 00000000..c4ba8e64 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_rating_star_on_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 00000000..f026a41c Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 00000000..c8b9f689 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png deleted file mode 100644 index 087a6d67..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_bottom_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png deleted file mode 100644 index 98d5d335..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_bottom_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png deleted file mode 100644 index 30db6bf0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png deleted file mode 100644 index ced92af7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png new file mode 100644 index 00000000..f6d2f329 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_cab_background_top_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png deleted file mode 100644 index 05cfc9ff..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png deleted file mode 100644 index b3a6fb46..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..39178bf3 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png deleted file mode 100644 index f06cd48f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_cab_done_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png deleted file mode 100644 index 40a448ea..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_cab_done_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_disabled.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_disabled.png deleted file mode 100644 index 3c74adf5..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_disabled.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 00000000..f54f4f9d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_normal.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_normal.png deleted file mode 100644 index 1312732a..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_normal.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png deleted file mode 100644 index d9eee29d..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_search_api_disabled_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png deleted file mode 100644 index 681b9819..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_clear_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png deleted file mode 100644 index 33c81ce8..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png deleted file mode 100644 index be3c2249..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png new file mode 100644 index 00000000..65cf0c1e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_commit_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go.png deleted file mode 100644 index 622712b7..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png deleted file mode 100644 index def0ac44..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png new file mode 100644 index 00000000..d0416237 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_go_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..9dff893e Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..a1f8c333 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 00000000..28a3bbf2 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png deleted file mode 100644 index c1aa1c23..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png deleted file mode 100644 index d856d2b4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_moreoverflow_normal_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 00000000..29a4e529 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 00000000..162ab984 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png deleted file mode 100644 index 22ddd929..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_holo_dark.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png deleted file mode 100644 index 8148e535..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 00000000..a1866ba4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search.png deleted file mode 100644 index 08866a6c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png deleted file mode 100644 index 4ea3c9d6..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 00000000..d967ae70 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search.png deleted file mode 100644 index f8c50d91..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png deleted file mode 100644 index 0674795e..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search_api_holo_light.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 00000000..5baef9ff Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png deleted file mode 100644 index 745e866b..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png deleted file mode 100644 index af30b862..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png new file mode 100644 index 00000000..987b2bc2 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_divider_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_focused_holo.9.png index 147fc5d9..8b050e85 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_focused_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_focused_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png index 2063d0a9..00e370a1 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_longpressed_holo.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png index 1399f668..719c7b5e 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png index 1399f668..75bd5803 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_pressed_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png index 175b82ca..9cc36666 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_dark.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png index aad8a468..224a0815 100644 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_list_selector_disabled_holo_light.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png deleted file mode 100644 index bf980176..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png deleted file mode 100644 index 7c72e3ec..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_dropdown_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png deleted file mode 100644 index 31a4caad..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png deleted file mode 100644 index f5c18d08..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png new file mode 100644 index 00000000..f7f306db Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_menu_hardkey_panel_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png new file mode 100644 index 00000000..ee4bfe7d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_popup_background_mtrl_mult.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png new file mode 100644 index 00000000..52687451 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_off_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 00000000..adffc147 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 00000000..f3d16d57 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png new file mode 100644 index 00000000..6a82af50 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_primary_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png new file mode 100644 index 00000000..c3791fc6 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_scrubber_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png deleted file mode 100644 index d2935894..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png deleted file mode 100644 index a43e9fef..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png deleted file mode 100644 index f10f0bf6..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png deleted file mode 100644 index 4f9a3a6f..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_disabled_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png deleted file mode 100644 index d67dcb3c..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png deleted file mode 100644 index 0271d6b4..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_focused_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png deleted file mode 100644 index 72a760a3..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png deleted file mode 100644 index a129aabe..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_ab_pressed_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..6940b603 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 00000000..c74b3fcf Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 00000000..eeb74c86 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png deleted file mode 100644 index cd15b0af..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_focused_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_holo.9.png deleted file mode 100644 index 05c642a8..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png deleted file mode 100644 index f857a228..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_selected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png deleted file mode 100644 index bc856f90..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_tab_unselected_pressed_holo.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..4d3d3a4d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png new file mode 100644 index 00000000..c5acb84f Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png new file mode 100644 index 00000000..30328ae1 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_activated_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png deleted file mode 100644 index 90932d60..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png deleted file mode 100644 index ae7b3691..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png new file mode 100644 index 00000000..d4f36506 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_default_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png deleted file mode 100644 index deba2d55..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png deleted file mode 100644 index ab26e8da..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_default_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png deleted file mode 100644 index 3d5ebca0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png deleted file mode 100644 index 3d5ebca0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_right_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png deleted file mode 100644 index c8c2e6e0..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_selected_holo_dark.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png deleted file mode 100644 index ebb7c750..00000000 Binary files a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_textfield_search_selected_holo_light.9.png and /dev/null differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png new file mode 100644 index 00000000..4dc870e4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png new file mode 100644 index 00000000..4e18de21 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_check_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png new file mode 100644 index 00000000..5fa32665 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png new file mode 100644 index 00000000..c11cb2ec Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_radio_to_on_mtrl_015.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png new file mode 100644 index 00000000..6fd5bfef Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00001.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png new file mode 100644 index 00000000..99e68cc0 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_btn_switch_to_on_mtrl_00012.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png new file mode 100644 index 00000000..16b0f1d4 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_ab_back_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png new file mode 100644 index 00000000..7b2a480a Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_clear_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png new file mode 100644 index 00000000..fe93d873 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_copy_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png new file mode 100644 index 00000000..4b2d05ab Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_cut_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png new file mode 100644 index 00000000..16e9e14d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_moreoverflow_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png new file mode 100644 index 00000000..129d30f8 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_paste_mtrl_am_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png new file mode 100644 index 00000000..fa6ab02b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_selectall_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png new file mode 100644 index 00000000..77318c71 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_menu_share_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png new file mode 100644 index 00000000..098c25a1 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png new file mode 100644 index 00000000..76c4eeb2 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_ic_voice_search_api_mtrl_alpha.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png new file mode 100644 index 00000000..e5a43bbe Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_000.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png new file mode 100644 index 00000000..eeb37c1d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_scrubber_control_to_pressed_mtrl_005.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png new file mode 100644 index 00000000..6b8bc0a8 Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_spinner_mtrl_am_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png new file mode 100644 index 00000000..85c81c1d Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_switch_track_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png new file mode 100644 index 00000000..929be19b Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxxhdpi/abc_tab_indicator_mtrl_alpha.9.png differ diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_borderless_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_borderless_material.xml new file mode 100644 index 00000000..8f63c5b2 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_borderless_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_check_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_check_material.xml new file mode 100644 index 00000000..4b92ef1b --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_check_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_colored_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_colored_material.xml new file mode 100644 index 00000000..96c3050c --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_colored_material.xml @@ -0,0 +1,22 @@ + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_default_mtrl_shape.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_default_mtrl_shape.xml new file mode 100644 index 00000000..2ed389d2 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_default_mtrl_shape.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_radio_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_radio_material.xml new file mode 100644 index 00000000..469cd209 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_radio_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_internal_bg.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_internal_bg.xml new file mode 100644 index 00000000..c33caa3b --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_internal_bg.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_top_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_top_material.xml new file mode 100644 index 00000000..ebccaf9a --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_top_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_dialog_material_background_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_dialog_material_background_dark.xml new file mode 100644 index 00000000..f4be33c2 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_dialog_material_background_dark.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_dialog_material_background_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_dialog_material_background_light.xml new file mode 100644 index 00000000..72e053cd --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_dialog_material_background_light.xml @@ -0,0 +1,26 @@ + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_edit_text_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_edit_text_material.xml new file mode 100644 index 00000000..561e3861 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_edit_text_material.xml @@ -0,0 +1,30 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear.xml deleted file mode 100644 index 2bcd171a..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear_holo_light.xml deleted file mode 100644 index eba4fa60..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear_holo_light.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_dark.xml index 92809b74..289e07a2 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_dark.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_dark.xml @@ -24,4 +24,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_light.xml index b2e2495a..bfb23284 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_light.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_item_background_holo_light.xml @@ -24,4 +24,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_dark.xml index 360d9074..b4b47da4 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_dark.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_dark.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_light.xml index a0cf88d4..516b78b6 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_light.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_background_transition_holo_light.xml @@ -18,4 +18,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_dark.xml index a3e07bd8..50bd19ff 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_dark.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_dark.xml @@ -25,4 +25,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_light.xml index d50d387d..11badbd6 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_light.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_list_selector_holo_light.xml @@ -26,4 +26,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ratingbar_full_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ratingbar_full_material.xml new file mode 100644 index 00000000..608a14ad --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ratingbar_full_material.xml @@ -0,0 +1,25 @@ + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_dark.xml deleted file mode 100644 index 9c2ceac3..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_dark.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_light.xml deleted file mode 100644 index 8605e740..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_light.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_seekbar_thumb_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_seekbar_thumb_material.xml new file mode 100644 index 00000000..26274375 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_seekbar_thumb_material.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_seekbar_track_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_seekbar_track_material.xml new file mode 100644 index 00000000..0065617b --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_seekbar_track_material.xml @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_ab_holo_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_ab_holo_dark.xml deleted file mode 100644 index 395b8832..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_ab_holo_dark.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_ab_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_ab_holo_light.xml deleted file mode 100644 index 77b5288e..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_ab_holo_light.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_textfield_background_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_textfield_background_material.xml new file mode 100644 index 00000000..570fea9a --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_spinner_textfield_background_material.xml @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_switch_thumb_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_switch_thumb_material.xml new file mode 100644 index 00000000..750fe721 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_switch_thumb_material.xml @@ -0,0 +1,20 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_ab_holo.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_ab_holo.xml deleted file mode 100644 index b49757c6..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_ab_holo.xml +++ /dev/null @@ -1,35 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_material.xml new file mode 100644 index 00000000..faa54a77 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_material.xml @@ -0,0 +1,21 @@ + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_text_cursor_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_text_cursor_material.xml new file mode 100644 index 00000000..bcd2392b --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_text_cursor_material.xml @@ -0,0 +1,23 @@ + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_search_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_search_material.xml new file mode 100644 index 00000000..9b8d4d69 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_search_material.xml @@ -0,0 +1,23 @@ + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_dark.xml deleted file mode 100644 index 312742bf..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_dark.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_light.xml deleted file mode 100644 index 0281f80f..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_light.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_right_holo_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_right_holo_dark.xml deleted file mode 100644 index f5df49e8..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_right_holo_dark.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_right_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_right_holo_light.xml deleted file mode 100644 index 2a86ad99..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_right_holo_light.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout-v11/abc_action_bar_decor.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout-v11/abc_action_bar_decor.xml deleted file mode 100644 index d8d1a568..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout-v11/abc_action_bar_decor.xml +++ /dev/null @@ -1,28 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout-v11/abc_simple_decor.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout-v11/abc_simple_decor.xml deleted file mode 100644 index d39b70d1..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout-v11/abc_simple_decor.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout-v14/abc_activity_chooser_view.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout-v14/abc_activity_chooser_view.xml deleted file mode 100644 index 9240ec78..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout-v14/abc_activity_chooser_view.xml +++ /dev/null @@ -1,29 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor.xml deleted file mode 100644 index ae317cbb..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor.xml +++ /dev/null @@ -1,26 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_include.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_include.xml deleted file mode 100644 index 6b95a236..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_include.xml +++ /dev/null @@ -1,56 +0,0 @@ - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_overlay.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_overlay.xml deleted file mode 100644 index d1868dc8..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_overlay.xml +++ /dev/null @@ -1,60 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_home.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_home.xml deleted file mode 100644 index 2508d974..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_home.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_tab.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_tab.xml deleted file mode 100644 index 5d0c8f2e..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_tab.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_tabbar.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_tabbar.xml deleted file mode 100644 index 42e36006..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_tabbar.xml +++ /dev/null @@ -1,23 +0,0 @@ - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_title_item.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_title_item.xml index ef62a946..0906453d 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_title_item.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_title_item.xml @@ -17,35 +17,19 @@ - - - - - - - + android:orientation="vertical" + style="@style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem"> + + - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_up_container.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_up_container.xml new file mode 100644 index 00000000..417f6688 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_up_container.xml @@ -0,0 +1,24 @@ + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_view_list_nav_layout.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_view_list_nav_layout.xml index 9e6be64f..9f68729b 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_view_list_nav_layout.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_view_list_nav_layout.xml @@ -20,4 +20,4 @@ android:layout_width="fill_parent" android:layout_height="fill_parent" style="?attr/actionBarTabBarStyle"> - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_item_layout.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_item_layout.xml index 751c2f66..18feef90 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_item_layout.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_item_layout.xml @@ -14,7 +14,7 @@ limitations under the License. --> - - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_layout.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_layout.xml index ae38e045..ddbd7304 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_layout.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_menu_layout.xml @@ -4,9 +4,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -14,7 +14,7 @@ limitations under the License. --> - - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_bar.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_bar.xml index 46271266..eef2a4d7 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_bar.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_bar.xml @@ -16,10 +16,11 @@ ** limitations under the License. */ --> - - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_close_item.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_close_item.xml deleted file mode 100644 index 25424336..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_close_item.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_close_item_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_close_item_material.xml new file mode 100644 index 00000000..38023b7b --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_mode_close_item_material.xml @@ -0,0 +1,26 @@ + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view.xml index 203377b6..6e647218 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view.xml @@ -16,14 +16,57 @@ ** limitations under the License. */ --> - - + - \ No newline at end of file + + + + + + + + + + + + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_include.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_include.xml deleted file mode 100644 index 63685e49..00000000 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_include.xml +++ /dev/null @@ -1,68 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_list_item.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_list_item.xml index cb0e7876..7a8fd972 100644 --- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_list_item.xml +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_activity_chooser_view_list_item.xml @@ -49,4 +49,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_alert_dialog_button_bar_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_alert_dialog_button_bar_material.xml new file mode 100644 index 00000000..b9e10cf2 --- /dev/null +++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_alert_dialog_button_bar_material.xml @@ -0,0 +1,60 @@ + + + + + +