diff --git a/.travis.yml b/.travis.yml
index b72625c428..5f42267d7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,8 +2,7 @@ language: android
android:
components:
- build-tools-22.0.1
- - android-19
- - android-16
+ - android-22
before_install:
- rm pom.xml
script:
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index fa3dd70678..a072d788df 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -36,7 +36,7 @@
+ android:targetSdkVersion="22" />
@@ -76,7 +76,8 @@
android:theme="@style/Theme.ownCloud" >
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, 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.
* After those actions you should be good to go. HAVE FUN!
@@ -139,7 +139,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/build.gradle b/build.gradle
index 8a2521f2d9..a0db0184c0 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,14 +20,14 @@ repositories {
dependencies {
compile name: 'touch-image-view'
- compile 'com.android.support:support-v4:19.1.0'
+ compile 'com.android.support:support-v4:22.2.1'
compile project(':owncloud-android-library')
compile 'com.jakewharton:disklrucache:2.0.2'
- compile 'com.android.support:appcompat-v7:19.1.0'
+ compile 'com.android.support:appcompat-v7:22.2.1'
}
android {
- compileSdkVersion 19
+ compileSdkVersion 22
buildToolsVersion "22.0.1"
sourceSets {
main {
diff --git a/doc/oCC2015_Android_workshop.odp b/doc/oCC2015_Android_workshop.odp
new file mode 100644
index 0000000000..104d22336f
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 5cc5eb909c..7bc01d9a9c 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/.classpath
+++ b/libs/android-support-appcompat-v7-exploded-aar/.classpath
@@ -1,9 +1,9 @@
-
-
-
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/.project b/libs/android-support-appcompat-v7-exploded-aar/.project
index 7e756016f1..957d33da15 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 6939d32cb5..dac4cb27ed 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/README.txt b/libs/android-support-appcompat-v7-exploded-aar/README.txt
new file mode 100644
index 0000000000..8e8de05681
--- /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 86d0cb2726..0000000000
--- 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 0000000000..7b78bb8ee8
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 0000000000..830a4936a6
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 07883a34fa..0000000000
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 d0b8535585..0000000000
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 dfa4dd0977..362a0a3082 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-22
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 8e672312c0..da7ee295c9 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 166a99bb72..c81b39a9b1 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 0000000000..79d02d44ca
--- /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 0000000000..91664da17e
--- /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 0000000000..db7e8073a8
--- /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 0000000000..9a23cd2025
--- /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 0a25ef9a39..1afa8febc5 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,3 @@
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
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 b1a3ef76e4..ab824f2e4a 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 0a05fd40b4..b309fe89c6 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 73a2cfd28b..e84d1c7fb6 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/drawable/abc_ic_clear.xml b/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
similarity index 61%
rename from libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
index 2bcd171a8d..e0160766e0 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_dark.xml
@@ -1,5 +1,5 @@
-
-
-
+
+
-
\ 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/color-v11/abc_background_cache_hint_selector_material_light.xml
similarity index 59%
rename from libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ic_clear_holo_light.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/color-v11/abc_background_cache_hint_selector_material_light.xml
index eba4fa6012..290faf1a0e 100644
--- 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/color-v11/abc_background_cache_hint_selector_material_light.xml
@@ -1,5 +1,5 @@
-
-
-
+
+
-
\ 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 0000000000..9a7af53d4e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_dark.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
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 0000000000..aa53f3577e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_background_cache_hint_selector_material_light.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+
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 0000000000..724c2557da
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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 0000000000..7395e680c6
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_disable_only_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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 0000000000..7d66d02d63
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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 0000000000..105b643ddb
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_primary_text_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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.xml
similarity index 70%
rename from libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text_holo.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/color/abc_search_url_text.xml
index 42aa346c96..0631d5d4ca 100644
--- 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.xml
@@ -1,5 +1,5 @@
-
-
\ No newline at end of file
+
+
\ 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 0000000000..6399b1d028
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_dark.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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 0000000000..87c015a4cd
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/color/abc_secondary_text_material_light.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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 0000000000..6153382c7c
--- /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 0000000000..94d7114821
--- /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 769463b369..0000000000
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 73050476e7..0000000000
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 712a551ece..0000000000
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 bf3b9438b1..0000000000
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 6c1415772d..0000000000
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 f4ff16be73..0000000000
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 0000000000..4d9f861f88
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 cbbaec588e..0000000000
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 af917e5b6f..0000000000
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 0520e5a2f6..0000000000
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 e3e3f93b9f..0000000000
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 1e39572224..0000000000
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 a16db853e9..0000000000
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 0eff695d82..0000000000
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 219b170fa6..0000000000
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 0000000000..99110085fe
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 0000000000..69ff9dde3a
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 0000000000..9218981b4f
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 0000000000..a58857635f
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 0000000000..b184dbc69d
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 0000000000..6549c52760
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 0000000000..88f1767fa9
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 0000000000..d5e1a00113
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 1d836f65a1..0000000000
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 5818666d4e..0000000000
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 564fb34b43..0000000000
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 ae21b760fb..0000000000
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 0000000000..2264398234
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 897a1c11a0..0000000000
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 0c89f71407..0000000000
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 0000000000..f61e8e3e3c
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 d8662e3f0f..0000000000
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 ed03f620f8..0000000000
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 d97c342d53..0000000000
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 0000000000..0fd15563a2
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 33ad8d4b89..0000000000
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 3edbd74085..0000000000
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 90db01b5bc..0000000000
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 83f36a94cf..0000000000
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 a3cc21e6ba..0000000000
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 0000000000..65ccd8f410
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 97b825e831..0000000000
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 7e1ba2adc6..0000000000
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 0000000000..b9ff1db574
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 0000000000..70eb073788
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 0000000000..e78bcaf57a
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 0000000000..9a87820577
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 2abc45809c..0000000000
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 bb6aef1d06..0000000000
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 0000000000..8610c50150
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 0000000000..2d971a94bf
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 6f747c8f06..0000000000
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 682b2fdec4..0000000000
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 0000000000..ee40812968
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 bf8bd6670a..0000000000
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 72e207bc5d..0000000000
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 0000000000..b9baa0cca9
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 66d14aec0c..0000000000
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 3481c98286..0000000000
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 0000000000..a87d2cdc76
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 986ab0b974..0000000000
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 0279e17a12..0000000000
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 0000000000..1e571f5c6f
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 555270842a..c09ec90e0f 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 4ea7afa00e..62fbd2cb50 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 5654cd6942..2f6ef9160a 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 5654cd6942..863ce95f61 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 f6fd30dcdc..b6d467774e 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 ca8e9a2778..e01c7392a9 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 72ee35f4f8..0000000000
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 0d1f9bf09f..0000000000
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 465ee6d07d..0000000000
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 76a5c53d71..0000000000
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 0000000000..2cf413c5c9
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 0000000000..9d8451aab1
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_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 88f8765cd0..0000000000
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 fa68a137f3..0000000000
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 78c63cba8e..0000000000
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 e13a9f8011..0000000000
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 26d2e168c2..0000000000
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 00ae92afe4..0000000000
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 dc20a8d6ec..0000000000
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 272a2a11c5..0000000000
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 0000000000..9de0263919
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 0000000000..56436a1ccc
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 0000000000..4b0b10a7a3
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 673e3bf10d..0000000000
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 d57df98b50..0000000000
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 6278eef472..0000000000
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 aadc6f87b2..0000000000
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_text_cursor_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000000..5e0bf843ec
Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-hdpi/abc_text_cursor_mtrl_alpha.9.png 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 0000000000..5b13bc17ad
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 0000000000..0078bf6b6b
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 0000000000..a74ab260c1
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 70c0e7396e..0000000000
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 36e71d85d0..0000000000
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 0000000000..6282df4e69
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 4be4af5fab..0000000000
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 e72193f592..0000000000
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 8f20b9d267..0000000000
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 04f657e1db..0000000000
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 99309ef6d3..0000000000
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 9bde7fbdce..0000000000
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 0000000000..2e1062fa99
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 0000000000..a262b0c872
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 0000000000..9ed43ca4d7
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 0000000000..4cd8a27c8b
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 0000000000..e300b7cfc7
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 0000000000..05b1e119c4
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 0000000000..aa7b3238b3
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 0000000000..d02a5da113
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 0000000000..a188f2fbec
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 0000000000..e95ba942d6
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 0000000000..87bf8d36b1
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 0000000000..b097e48a26
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 0000000000..de37158159
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 0000000000..ac86165d5e
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 0000000000..8b2adf6bd5
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 0000000000..0b895042f8
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 0000000000..7dc69341d2
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 0000000000..884cd1279b
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 0000000000..90fe333ac3
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 0000000000..930630de58
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 b2293670b7..0000000000
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 0706c8af65..0000000000
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 d814d02d31..0000000000
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 b139c8e491..0000000000
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 ed4ba34ecd..0000000000
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 8f10bd5222..0000000000
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 0000000000..fa0ed8fe95
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 743d00b6cd..0000000000
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 17c1fb921f..0000000000
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 007a4b2392..0000000000
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 ad6e1a4d9f..0000000000
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 0ad6c888b4..0000000000
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 19b50abcb5..0000000000
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 ad980b13fc..0000000000
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 60e6c52786..0000000000
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 0000000000..7a9fcbcbfe
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 0000000000..3b052e5774
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 0000000000..96a86931cb
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 0000000000..827d63425d
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 0000000000..09084757b1
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 0000000000..a5a437f3d1
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 0000000000..d890a62a04
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 0000000000..0620439460
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 d8f1c8bd54..0000000000
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 31e49894ad..0000000000
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 7c2cbe5356..0000000000
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 30cbdc174a..0000000000
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 0000000000..038e000864
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 df2d3d158e..0000000000
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 b2aa9c265b..0000000000
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 0000000000..8043d4cac8
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 a17b6a7892..0000000000
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 b28b3b54f4..0000000000
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 79228baed0..0000000000
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 0000000000..e80681aeb7
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 86944a879b..0000000000
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 c0bdf0641a..0000000000
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 15b86cbb21..0000000000
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 844c99c22f..0000000000
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 86c170e97b..0000000000
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 0000000000..9603e76e27
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 bf19833f2e..0000000000
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 8518498eb6..0000000000
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 0000000000..44c1423216
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 0000000000..80c069557c
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 0000000000..3966d6ad8c
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 0000000000..017e45edec
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 ba704b67e3..0000000000
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 01d681697f..0000000000
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 0000000000..ec0cff4935
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 0000000000..966938b9d8
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 6bf21e307e..0000000000
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 70fe31aa22..0000000000
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 0000000000..d05f969e99
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 4be72f108b..0000000000
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 f2e26f8838..0000000000
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 0000000000..451818ce54
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 73c6be654a..0000000000
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 71d838e736..0000000000
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 0000000000..a216da173d
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 986ab0b974..0000000000
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 0279e17a12..0000000000
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 0000000000..1e571f5c6f
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 00f05d8c97..addb54a226 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 3bf8e03623..5fcd5b207a 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 6e77525d2d..251b98913d 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 6e77525d2d..01efec045b 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 92da2f0dd3..f1d1b61708 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 42cb6463e4..10851f6c87 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 31dc34296f..0000000000
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 755c14540d..0000000000
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 36779947d5..0000000000
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 02b25f09fe..0000000000
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 0000000000..fe0ec49abc
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 0000000000..5f55cd5539
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_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 8d75946857..0000000000
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 716560bb1c..0000000000
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 c3ba89c1f0..0000000000
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 67c5358f53..0000000000
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 c015f43b20..0000000000
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 487edc222d..0000000000
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 2fa15e7649..0000000000
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 a964b2228b..0000000000
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 0000000000..ed75cb8128
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 0000000000..fcd81de0c2
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 0000000000..12b0a79c58
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 c9972e74bb..0000000000
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 587337caf7..0000000000
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 155c4fc753..0000000000
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 b1223fe3c4..0000000000
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_text_cursor_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000000..36348a8b9a
Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-mdpi/abc_text_cursor_mtrl_alpha.9.png 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 0000000000..3ffa25193c
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 0000000000..0eb61f1521
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 0000000000..0c766f30db
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 081657ee7b..0000000000
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 3f312b4651..0000000000
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 0000000000..4f66d7adce
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 b086fae873..0000000000
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 73c336a77a..0000000000
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 726e0ff427..0000000000
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 726e0ff427..0000000000
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 1767c169ee..0000000000
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 1767c169ee..0000000000
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-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 5753346996..0000000000
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 8155fe8405..0000000000
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 6cee9a128d..0000000000
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 fa4d76af93..0000000000
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 55099d49db..0000000000
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 3c4701fc21..0000000000
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 0000000000..6284eaaa17
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 6622cbad34..0000000000
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 c427297833..0000000000
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 a0d9c1b957..0000000000
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 d36f99fecf..0000000000
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 5ad475dc3f..0000000000
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 6ade5eeb37..0000000000
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 719b9234df..0000000000
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 6da264db26..0000000000
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 0000000000..49025208b6
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 0000000000..59a683ab60
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 0000000000..03bf49cc5e
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 0000000000..342323b4b5
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 0000000000..c0333f982c
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 0000000000..2f29c39cdf
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 0000000000..a854864d7d
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 0000000000..726b1dc59e
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 0bd09806f5..0000000000
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 43ed26d478..0000000000
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 6b3157985e..0000000000
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 df0121bb35..0000000000
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 0000000000..600178a98a
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 8ded62fb7b..0000000000
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 517e9f72d0..0000000000
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 0000000000..c465e82fc9
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 2e06dd01be..0000000000
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 bb19810bc2..0000000000
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 e35c5f05ef..0000000000
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 0000000000..76e07f0970
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 f9dee98af3..0000000000
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 7fd7aeb2a6..0000000000
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 53cfbd3115..0000000000
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 d8faf900ae..0000000000
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 e7c7280add..0000000000
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 0000000000..1015e1f443
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 1e2dcfa020..0000000000
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 f12eafcdcf..0000000000
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 0000000000..b3fa6bc2f0
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 0000000000..c8a6d25853
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 0000000000..3c5e683e7c
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 0000000000..f87733af1c
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 a92fb1d4af..0000000000
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 930ca8d95e..0000000000
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 0000000000..9aabc43ce6
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 0000000000..c039c8e0b0
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 45a0f1da0d..0000000000
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 528e554abe..0000000000
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 0000000000..b57ee1935e
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 998f91be9c..0000000000
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 a4cdf1c792..0000000000
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 0000000000..76f2696557
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 c625a3602b..0000000000
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 c332ba08c2..0000000000
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 0000000000..d0385ba4ce
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 e62f011d45..0000000000
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 65061c0f45..0000000000
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 0000000000..1e571f5c6f
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 b545f8e578..67c25aefff 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 eda10e6123..17c34a1a93 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 e4b33935a3..988548a103 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 e4b33935a3..15fcf6a322 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 88726b6916..65275b38c7 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 c6a7d4d87c..5b58e76054 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 abc48f88d3..0000000000
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 48905edf01..0000000000
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 c1ad023a78..0000000000
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 a1e33d6732..0000000000
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 0000000000..09d10225d8
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 0000000000..b5dd854b20
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_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 c43293d5cc..0000000000
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 3dc481e543..0000000000
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 9a7b1731d5..0000000000
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 6888fdc025..0000000000
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 9408b474cd..0000000000
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 1cb95d1612..0000000000
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 a3c771162e..0000000000
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 2a21210176..0000000000
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 0000000000..bcf6b7f059
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 0000000000..cd1396bca9
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 0000000000..2242d2f94b
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 03cfb0945d..0000000000
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 e4229f26b2..0000000000
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 e862cb1215..0000000000
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 f1eb67323a..0000000000
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_text_cursor_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000000..666b10a2f2
Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xhdpi/abc_text_cursor_mtrl_alpha.9.png 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 0000000000..8ff3a8304c
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 0000000000..e7e693a7b8
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 0000000000..819171ad65
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 8fdbbf3ad7..0000000000
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 4e9ae43c25..0000000000
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 0000000000..4def8c8fab
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 98f4871bb5..0000000000
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 733373ed38..0000000000
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 0c6bb036db..0000000000
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 0c6bb036db..0000000000
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 e5bfd8ad33..0000000000
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 1743da6b4e..0000000000
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 ba6f0058d1..0000000000
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 7c7eb77e47..0000000000
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 62aa5d6916..0000000000
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 136d8b6e8f..0000000000
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 d8cdf1ac25..0000000000
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 a49a20781a..0000000000
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 0000000000..4eae28fde7
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 580d122211..0000000000
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 55d96e01c2..0000000000
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 1e8a9a9cd0..0000000000
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 4bb233fbbc..0000000000
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 e1768ab760..0000000000
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 83fbbc4c27..0000000000
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 9f0a2e7c1f..0000000000
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 b959bd953d..0000000000
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 0000000000..accf80e4af
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 0000000000..8c82ec3d7a
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 0000000000..8fc0a9b879
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 0000000000..92b712e5d4
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 0000000000..78bbeba102
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 0000000000..c4ba8e64fd
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 0000000000..f026a41c85
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 0000000000..c8b9f68939
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 087a6d67f5..0000000000
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 98d5d33553..0000000000
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 30db6bf060..0000000000
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 ced92af70c..0000000000
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 0000000000..f6d2f3294f
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 05cfc9ff53..0000000000
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 b3a6fb46eb..0000000000
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 0000000000..39178bf31a
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 f06cd48f19..0000000000
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 40a448ea89..0000000000
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 3c74adf5c5..0000000000
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 0000000000..f54f4f9d11
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 1312732a98..0000000000
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 d9eee29ddb..0000000000
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 681b98194a..0000000000
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 33c81ce84a..0000000000
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 be3c2249b8..0000000000
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 0000000000..65cf0c1eb9
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 622712b7c6..0000000000
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 def0ac4427..0000000000
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 0000000000..d041623731
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 0000000000..9dff893e77
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 0000000000..a1f8c33394
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 0000000000..28a3bbf21c
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 c1aa1c2373..0000000000
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 d856d2b4d3..0000000000
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 0000000000..29a4e52951
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 0000000000..162ab9847a
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 22ddd929c1..0000000000
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 8148e53525..0000000000
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 0000000000..a1866ba45f
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 08866a6c91..0000000000
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 4ea3c9d6e5..0000000000
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 0000000000..d967ae70fa
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 f8c50d91f2..0000000000
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 0674795e60..0000000000
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 0000000000..5baef9ff2f
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 745e866bec..0000000000
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 af30b8624e..0000000000
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 0000000000..987b2bc25a
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 147fc5d97a..8b050e8551 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 2063d0a9da..00e370a1a9 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 1399f668e8..719c7b5ebf 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 1399f668e8..75bd5803fd 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 175b82ca6d..9cc366665c 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 aad8a46870..224a08157f 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 bf980176c5..0000000000
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 7c72e3ece2..0000000000
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 31a4caad2d..0000000000
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 f5c18d0889..0000000000
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 0000000000..f7f306db29
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 0000000000..ee4bfe7d0b
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_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 d293589489..0000000000
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 a43e9fef5e..0000000000
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 f10f0bf644..0000000000
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 4f9a3a6ff6..0000000000
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 d67dcb3c2d..0000000000
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 0271d6b4e9..0000000000
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 72a760a38c..0000000000
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 a129aabe61..0000000000
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 0000000000..6940b603ea
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 0000000000..96bec46c2e
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 0000000000..eeb74c8693
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 cd15b0af27..0000000000
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 05c642a836..0000000000
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 f857a22886..0000000000
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 bc856f904c..0000000000
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_text_cursor_mtrl_alpha.9.png b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png
new file mode 100644
index 0000000000..08ee2b4779
Binary files /dev/null and b/libs/android-support-appcompat-v7-exploded-aar/res/drawable-xxhdpi/abc_text_cursor_mtrl_alpha.9.png 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 0000000000..4d3d3a4d05
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 0000000000..c5acb84f04
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 0000000000..30328ae1d2
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 90932d60b4..0000000000
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 ae7b36916f..0000000000
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 0000000000..d4f3650622
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 deba2d55d4..0000000000
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 ab26e8da26..0000000000
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 3d5ebca0c6..0000000000
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 3d5ebca0c6..0000000000
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 c8c2e6e0bb..0000000000
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 ebb7c7500d..0000000000
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 0000000000..4dc870e49b
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 0000000000..4e18de21a6
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 0000000000..5fa326654e
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 0000000000..c11cb2ec65
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 0000000000..6fd5bfef8e
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 0000000000..99e68cc0e7
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 0000000000..16b0f1d409
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 0000000000..7b2a480a02
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 0000000000..fe93d873f6
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 0000000000..4b2d05ab0c
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 0000000000..16e9e14d5e
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 0000000000..129d30f84c
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 0000000000..fa6ab02ba9
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 0000000000..77318c7111
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 0000000000..098c25a1bb
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 0000000000..76c4eeb26b
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_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 0000000000..6b8bc0a8e3
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 0000000000..c2393abe68
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 0000000000..929be19b09
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_textfield_searchview_holo_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_borderless_material.xml
similarity index 59%
rename from libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_light.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_borderless_material.xml
index 0281f80fdc..f3894600ba 100644
--- 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_btn_borderless_material.xml
@@ -1,5 +1,5 @@
-
-
-
+
+
+
-
\ 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 0000000000..4934a929d6
--- /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_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 0000000000..c50d4b10f0
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_btn_default_mtrl_shape.xml
@@ -0,0 +1,32 @@
+
+
+
+
+
+
+
+
+
+
+
+
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 0000000000..6e9f9cf374
--- /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_search_dropdown_light.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_internal_bg.xml
similarity index 58%
rename from libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_light.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_internal_bg.xml
index 8605e740c5..9faf60ac61 100644
--- 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_cab_background_internal_bg.xml
@@ -1,5 +1,5 @@
-
-
-
-
-
-
-
\ 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_search_dropdown_dark.xml b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_top_material.xml
similarity index 59%
rename from libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_search_dropdown_dark.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_cab_background_top_material.xml
index 9c2ceac33b..f20add7e4b 100644
--- 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_cab_background_top_material.xml
@@ -1,5 +1,5 @@
-
+
-
-
-
+
-
\ 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 0000000000..41c4a6f842
--- /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 0000000000..248b13af94
--- /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 0000000000..46c4e91200
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_edit_text_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
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 92809b7413..72162c222e 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,3 @@
-
\ 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 b2e2495a4e..1c180b2ee4 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,3 @@
-
\ 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 360d90748f..0add58c86a 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,3 @@
-
\ 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 a0cf88d47e..0c1d3e6782 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,3 @@
-
\ 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 a3e07bd81d..1fb5fc4516 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,3 @@
-
\ 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 d50d387d49..8d24047229 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,3 @@
-
\ 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 0000000000..535e2da25e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_ratingbar_full_material.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+
+
+
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 395b8832e5..0000000000
--- 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 77b5288eed..0000000000
--- 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 0000000000..d0f46a8097
--- /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 0000000000..ee96ec2e7a
--- /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 b49757c63b..0000000000
--- 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 0000000000..1a8de1b69b
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_tab_indicator_material.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+
+
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_search_material.xml
similarity index 61%
rename from libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_searchview_holo_dark.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/drawable/abc_textfield_search_material.xml
index 312742bf63..08873966e4 100644
--- 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_search_material.xml
@@ -1,5 +1,5 @@
-
-
-
+
+
+
+
-
-
\ 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 f5df49e84d..0000000000
--- 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 2a86ad9918..0000000000
--- 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 d8d1a568bb..0000000000
--- 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 d39b70d1d3..0000000000
--- 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 9240ec7815..0000000000
--- 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_include.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor_include.xml
deleted file mode 100644
index 6b95a23675..0000000000
--- 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 d1868dc860..0000000000
--- 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 2508d97403..0000000000
--- 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 5d0c8f2ed4..0000000000
--- 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 42e36006c5..0000000000
--- 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 ef62a946dc..194afb74cb 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,18 @@
-
-
-
-
-
-
-
+ android:orientation="vertical"
+ style="@style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem">
+
+
-
\ 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_up_container.xml
similarity index 59%
rename from libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_decor.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_action_bar_up_container.xml
index ae317cbb34..f46550a553 100644
--- 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_up_container.xml
@@ -1,5 +1,5 @@
-
-
-
-
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:background="?attr/actionBarItemBackground"
+ android:gravity="center_vertical"
+ android:enabled="false">
-
\ 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 9e6be64fa2..5c105ab551 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 751c2f66d6..150ea50dc3 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
@@ -28,4 +28,3 @@
android:textAppearance="?attr/actionMenuTextAppearance"
android:textColor="?attr/actionMenuTextColor"
style="?attr/actionButtonStyle"/>
-
\ 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 ae38e045a7..4918d2fba9 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
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 46271266d2..34b56a1b09 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
@@ -18,8 +18,8 @@
-->
-
\ 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 25424336f3..0000000000
--- 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 0000000000..dfc4debec4
--- /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 203377b62b..85fd94e37f 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,56 @@
** limitations under the License.
*/
-->
-
-
+
-
\ 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 63685e4949..0000000000
--- 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 cb0e787603..887427d809 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_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_alert_dialog_material.xml
new file mode 100644
index 0000000000..9ba81fdb5f
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_alert_dialog_material.xml
@@ -0,0 +1,148 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_dialog_title_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_dialog_title_material.xml
new file mode 100644
index 0000000000..068b9e907c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_dialog_title_material.xml
@@ -0,0 +1,47 @@
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_expanded_menu_layout.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_expanded_menu_layout.xml
index fb85509169..371151f2ec 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_expanded_menu_layout.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_expanded_menu_layout.xml
@@ -18,5 +18,4 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/expanded_menu"
android:layout_width="?attr/panelMenuListWidth"
- android:layout_height="wrap_content"/>
-
\ No newline at end of file
+ android:layout_height="wrap_content" />
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_checkbox.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_checkbox.xml
index 22f1e98d2d..d9c3f06811 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_checkbox.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_checkbox.xml
@@ -24,4 +24,3 @@
android:duplicateParentState="true"/>
-
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_icon.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_icon.xml
index 2aeae671be..acd005a13b 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_icon.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_icon.xml
@@ -26,4 +26,3 @@
android:scaleType="centerInside"
android:duplicateParentState="true"/>
-
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_layout.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_layout.xml
index acc40ff381..1cee43e704 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_layout.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_layout.xml
@@ -25,35 +25,36 @@
+ android:id="@+id/title"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_alignParentTop="true"
+ android:layout_alignParentLeft="true"
+ android:textAppearance="?attr/textAppearanceListItemSmall"
+ android:singleLine="true"
+ android:duplicateParentState="true"
+ android:ellipsize="marquee"
+ android:fadingEdge="horizontal" />
+ android:id="@+id/shortcut"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_below="@id/title"
+ android:layout_alignParentLeft="true"
+ android:textAppearance="?android:attr/textAppearanceSmall"
+ android:singleLine="true"
+ android:duplicateParentState="true" />
-
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_radio.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_radio.xml
index 9124850339..0ca8d7a2a5 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_radio.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_list_menu_item_radio.xml
@@ -22,4 +22,3 @@
android:focusable="false"
android:clickable="false"
android:duplicateParentState="true"/>
-
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_popup_menu_item_layout.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_popup_menu_item_layout.xml
index ceec5ce89b..76820e0789 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_popup_menu_item_layout.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_popup_menu_item_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.
@@ -16,10 +16,10 @@
+ style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem">
@@ -29,34 +29,33 @@
android:layout_weight="1"
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
- android:layout_marginLeft="16dip"
- android:duplicateParentState="true">
+ android:duplicateParentState="true"
+ style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.InternalGroup">
+ android:fadingEdge="horizontal"
+ style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" />
+ android:duplicateParentState="true"
+ style="@style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text" />
-
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_content_include.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_content_include.xml
new file mode 100644
index 0000000000..6e21f2e339
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_content_include.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_simple_decor.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_simple.xml
similarity index 69%
rename from libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_simple_decor.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_simple.xml
index 7d6c490401..426851c20a 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_simple_decor.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_simple.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-
-
+ android:layout_height="wrap_content" />
-
-
\ No newline at end of file
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_simple_overlay_action_mode.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_simple_overlay_action_mode.xml
new file mode 100644
index 0000000000..ac399c1d7c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_simple_overlay_action_mode.xml
@@ -0,0 +1,39 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_toolbar.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_toolbar.xml
new file mode 100644
index 0000000000..572ec3463b
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_screen_toolbar.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_dropdown_item_icons_2line.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_dropdown_item_icons_2line.xml
index 4e5c3da361..7407498a55 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_dropdown_item_icons_2line.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_dropdown_item_icons_2line.xml
@@ -1,7 +1,7 @@
+ android:layout_height="58dip"
+ style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown">
-
+ android:visibility="invisible"
+ style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1" />
-
+ android:background="?attr/selectableItemBackground"
+ android:visibility="gone"
+ style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query" />
-
+ android:visibility="gone"
+ style="@style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon2" />
\ No newline at end of file
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_view.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_view.xml
index ec6a88b13a..ff9361dcaf 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_view.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_search_view.xml
@@ -1,7 +1,7 @@
-
+ android:orientation="horizontal">
+ android:visibility="gone" />
-
+ android:contentDescription="@string/abc_searchview_description_search" />
+ android:orientation="horizontal"
+ android:layoutDirection="locale">
-
+ style="@style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon" />
+ android:orientation="horizontal">
+ android:dropDownHorizontalOffset="0dip" />
-
+ android:contentDescription="@string/abc_searchview_description_clear" />
@@ -123,37 +111,31 @@
android:id="@+id/submit_area"
android:orientation="horizontal"
android:layout_width="wrap_content"
- android:layout_height="match_parent"
- android:background="?attr/searchViewTextFieldRight">
+ android:layout_height="match_parent">
-
+ android:contentDescription="@string/abc_searchview_description_submit" />
-
+ android:contentDescription="@string/abc_searchview_description_voice" />
-
-
\ No newline at end of file
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_select_dialog_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_select_dialog_material.xml
new file mode 100644
index 0000000000..12bcbf1f3c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_select_dialog_material.xml
@@ -0,0 +1,35 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_simple_dropdown_hint.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_simple_dropdown_hint.xml
new file mode 100644
index 0000000000..8326b5ccfa
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/abc_simple_dropdown_hint.xml
@@ -0,0 +1,23 @@
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_media_action.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_media_action.xml
new file mode 100644
index 0000000000..d54679292a
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_media_action.xml
@@ -0,0 +1,25 @@
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_media_cancel_action.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_media_cancel_action.xml
new file mode 100644
index 0000000000..e31d891b24
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_media_cancel_action.xml
@@ -0,0 +1,28 @@
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_big_media.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_big_media.xml
new file mode 100644
index 0000000000..2e40b6939f
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_big_media.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_big_media_narrow.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_big_media_narrow.xml
new file mode 100644
index 0000000000..cf64061549
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_big_media_narrow.xml
@@ -0,0 +1,68 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_lines.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_lines.xml
new file mode 100644
index 0000000000..42ba776e6c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_lines.xml
@@ -0,0 +1,108 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_media.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_media.xml
new file mode 100644
index 0000000000..90daa8852d
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_media.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_part_chronometer.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_part_chronometer.xml
new file mode 100644
index 0000000000..6f5f3ac506
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_part_chronometer.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_part_time.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_part_time.xml
new file mode 100644
index 0000000000..72d216e772
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/notification_template_part_time.xml
@@ -0,0 +1,28 @@
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_item_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_item_material.xml
new file mode 100644
index 0000000000..677b178d6d
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_item_material.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_multichoice_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_multichoice_material.xml
new file mode 100644
index 0000000000..8f75bd34bd
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_multichoice_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_singlechoice_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_singlechoice_material.xml
new file mode 100644
index 0000000000..3c2264cb8f
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/select_dialog_singlechoice_material.xml
@@ -0,0 +1,29 @@
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/layout/support_simple_spinner_dropdown_item.xml b/libs/android-support-appcompat-v7-exploded-aar/res/layout/support_simple_spinner_dropdown_item.xml
index cdfa2f4574..d2f177ac8c 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/layout/support_simple_spinner_dropdown_item.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/layout/support_simple_spinner_dropdown_item.xml
@@ -22,4 +22,4 @@
android:singleLine="true"
android:layout_width="match_parent"
android:layout_height="?attr/dropdownListPreferredItemHeight"
- android:ellipsize="marquee"/>
\ No newline at end of file
+ android:ellipsize="marquee"/>
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-af/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-af/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-af/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-af/strings.xml
index e13cb3a8e9..f7348c46b6 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-af/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-af/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Klaar"
"Navigeer tuis"
"Navigeer op"
"Nog opsies"
- "Klaar"
- "Sien alles"
- "Kies \'n program"
- "Vee navraag uit"
- "Soeknavraag"
"Soek"
+ "Soeknavraag"
+ "Vee navraag uit"
"Dien navraag in"
"Stemsoektog"
- "Deel met"
+ "Kies \'n program"
+ "Sien alles"
"Deel met %s"
-
+ "Deel met"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-am/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-am/strings.xml
similarity index 66%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-am/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-am/strings.xml
index aedf4c16fe..e849b31861 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-am/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-am/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "ተከናውኗል"
"ወደ መነሻ ይዳስሱ"
"ወደ ላይ ይዳስሱ"
"ተጨማሪ አማራጮች"
- "ተከናውኗል"
- "ሁሉንም ይመልከቱ"
- "መተግበሪያ ይምረጡ"
- "መጠይቅ አጽዳ"
- "የፍለጋ ጥያቄ"
"ፍለጋ"
+ "የፍለጋ ጥያቄ"
+ "መጠይቅ አጽዳ"
"መጠይቅ ያስረክቡ"
"የድምፅ ፍለጋ"
- "ከሚከተለው ጋር ያጋሩ"
+ "መተግበሪያ ይምረጡ"
+ "ሁሉንም ይመልከቱ"
"ከ%s ጋር ያጋሩ"
-
+ "ከሚከተለው ጋር ያጋሩ"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ar/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ar/strings.xml
similarity index 62%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ar/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ar/strings.xml
index d50b625292..93dde04224 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ar/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ar/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "تم"
"التنقل إلى الشاشة الرئيسية"
"التنقل إلى أعلى"
"خيارات إضافية"
- "تم"
- "عرض الكل"
- "اختيار تطبيق"
- "محو طلب البحث"
- "طلب البحث"
"بحث"
+ "طلب البحث"
+ "محو طلب البحث"
"إرسال طلب البحث"
"البحث الصوتي"
+ "اختيار تطبيق"
+ "عرض الكل"
+ "مشاركة مع %s"
"مشاركة مع"
- "مشاركة مع %s"
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-bg/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-bg/strings.xml
similarity index 66%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-bg/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-bg/strings.xml
index f778293e8e..de3bde8f41 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-bg/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-bg/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Готово"
"Придвижване към „Начало“"
"Придвижване нагоре"
"Още опции"
- "Готово"
- "Вижте всички"
- "Изберете приложение"
- "Изчистване на заявката"
- "Заявка за търсене"
"Търсене"
+ "Заявка за търсене"
+ "Изчистване на заявката"
"Изпращане на заявката"
"Гласово търсене"
- "Споделяне със:"
+ "Изберете приложение"
+ "Вижте всички"
"Споделяне със: %s"
-
+ "Споделяне със:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-bn-rBD/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-bn-rBD/strings.xml
new file mode 100644
index 0000000000..393240f939
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-bn-rBD/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "সম্পন্ন হয়েছে"
+ "হোম এ নেভিগেট করুন"
+ "উপরের দিকে নেভিগেট করুন"
+ "আরো বিকল্প"
+ "অনুসন্ধান করুন"
+ "ক্যোয়ারী অনুসন্ধান করুন"
+ "ক্যোয়ারী সাফ করুন"
+ "ক্যোয়ারী জমা দিন"
+ "ভয়েস অনুসন্ধান"
+ "একটি অ্যাপ্লিকেশান চয়ন করুন"
+ "সবগুলো দেখুন"
+ "%s এর সাথে ভাগ করুন"
+ "এর সাথে ভাগ করুন"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ca/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ca/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ca/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ca/strings.xml
index 8f58144866..bfd4cb07a0 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ca/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ca/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Fet"
"Navega a la pàgina d\'inici"
"Navega cap a dalt"
"Més opcions"
- "Fet"
- "Mostra\'ls tots"
- "Selecciona una aplicació"
- "Esborra la consulta"
- "Consulta de cerca"
"Cerca"
+ "Consulta de cerca"
+ "Esborra la consulta"
"Envia la consulta"
"Cerca per veu"
- "Comparteix amb"
+ "Selecciona una aplicació"
+ "Mostra\'ls tots"
"Comparteix amb %s"
-
+ "Comparteix amb"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-cs/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-cs/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-cs/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-cs/strings.xml
index e70f53607b..1465fdcd90 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-cs/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-cs/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Hotovo"
"Přejít na plochu"
"Přejít nahoru"
"Více možností"
- "Hotovo"
- "Zobrazit vše"
- "Vybrat aplikaci"
- "Smazat dotaz"
- "Vyhledávací dotaz"
"Hledat"
+ "Vyhledávací dotaz"
+ "Smazat dotaz"
"Odeslat dotaz"
"Hlasové vyhledávání"
- "Sdílet pomocí"
+ "Vybrat aplikaci"
+ "Zobrazit vše"
"Sdílet pomocí %s"
-
+ "Sdílet pomocí"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-da/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-da/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-da/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-da/strings.xml
index 39d165bb4f..b178513e30 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-da/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-da/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Luk"
"Naviger hjem"
"Naviger op"
"Flere muligheder"
- "Luk"
- "Se alle"
- "Vælg en app"
- "Ryd forespørgslen"
- "Søgeforespørgsel"
"Søg"
+ "Søgeforespørgsel"
+ "Ryd forespørgslen"
"Indsend forespørgslen"
"Stemmesøgning"
- "Del med"
+ "Vælg en app"
+ "Se alle"
"Del med %s"
-
+ "Del med"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-de/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-de/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-de/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-de/strings.xml
index 8944055fe6..6da4b71340 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-de/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-de/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Fertig"
"Zur Startseite"
"Nach oben"
"Weitere Optionen"
- "Fertig"
- "Alle ansehen"
- "App auswählen"
- "Suchanfrage löschen"
- "Suchanfrage"
"Suchen"
+ "Suchanfrage"
+ "Suchanfrage löschen"
"Suchanfrage senden"
"Sprachsuche"
- "Freigeben für"
+ "App auswählen"
+ "Alle ansehen"
"Freigeben für %s"
-
+ "Freigeben für"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-el/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-el/strings.xml
similarity index 67%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-el/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-el/strings.xml
index bd3a77b9b3..4c0e286f8a 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-el/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-el/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Τέλος"
"Πλοήγηση στην αρχική σελίδα"
"Πλοήγηση προς τα επάνω"
"Περισσότερες επιλογές"
- "Τέλος"
- "Προβολή όλων"
- "Επιλέξτε κάποια εφαρμογή"
- "Διαγραφή ερωτήματος"
- "Ερώτημα αναζήτησης"
"Αναζήτηση"
+ "Ερώτημα αναζήτησης"
+ "Διαγραφή ερωτήματος"
"Υποβολή ερωτήματος"
"Φωνητική αναζήτηση"
- "Κοινή χρήση με"
+ "Επιλέξτε κάποια εφαρμογή"
+ "Προβολή όλων"
"Κοινή χρήση με %s"
-
+ "Κοινή χρήση με"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rGB/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rGB/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-en-rGB/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-en-rGB/strings.xml
index f972e2c31c..3ec0b0e9ee 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rGB/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rGB/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Finished"
"Navigate home"
"Navigate up"
"More options"
- "Finished"
- "See all"
- "Choose an app"
- "Clear query"
- "Search query"
"Search"
+ "Search query"
+ "Clear query"
"Submit query"
"Voice search"
- "Share with"
+ "Choose an app"
+ "See all"
"Share with %s"
-
+ "Share with"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rIN/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rIN/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-en-rIN/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-en-rIN/strings.xml
index 7a7a5dc871..3ec0b0e9ee 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rIN/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-en-rIN/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Finished"
"Navigate home"
"Navigate up"
"More options"
- "Finished"
- "See all"
- "Choose an app"
- "Clear query"
- "Search query"
"Search"
+ "Search query"
+ "Clear query"
"Submit query"
"Voice search"
- "Share with"
+ "Choose an app"
+ "See all"
"Share with %s"
-
+ "Share with"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-es-rUS/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-es-rUS/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-es-rUS/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-es-rUS/strings.xml
index 4169a4b26b..6ab7942b95 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-es-rUS/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-es-rUS/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Listo"
"Navegar a la página principal"
"Navegar hacia arriba"
"Más opciones"
- "Listo"
- "Ver todo"
- "Elige una aplicación."
- "Eliminar la consulta"
- "Consulta de búsqueda"
"Búsqueda"
+ "Consulta de búsqueda"
+ "Eliminar la consulta"
"Enviar consulta"
"Búsqueda por voz"
- "Compartir con"
+ "Elige una aplicación."
+ "Ver todo"
"Compartir con %s"
-
+ "Compartir con"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-es/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-es/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-es/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-es/strings.xml
index aa376b696b..ed15b35c44 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-es/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-es/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Listo"
"Ir a la pantalla de inicio"
"Desplazarse hacia arriba"
"Más opciones"
- "Listo"
- "Ver todo"
- "Seleccionar una aplicación"
- "Borrar consulta"
- "Consulta"
"Buscar"
+ "Consulta"
+ "Borrar consulta"
"Enviar consulta"
"Búsqueda por voz"
- "Compartir con"
+ "Seleccionar una aplicación"
+ "Ver todo"
"Compartir con %s"
-
+ "Compartir con"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-et-rEE/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-et-rEE/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-et-rEE/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-et-rEE/strings.xml
index f1f8e9eca7..2ae925d407 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-et-rEE/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-et-rEE/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Valmis"
"Navigeerimine avaekraanile"
"Navigeerimine üles"
"Rohkem valikuid"
- "Valmis"
- "Kuva kõik"
- "Valige rakendus"
- "Päringu tühistamine"
- "Otsingupäring"
"Otsing"
+ "Otsingupäring"
+ "Päringu tühistamine"
"Päringu esitamine"
"Häälotsing"
- "Jagamine:"
+ "Valige rakendus"
+ "Kuva kõik"
"Jagamine kasutajaga %s"
-
+ "Jagamine:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-eu-rES/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-eu-rES/strings.xml
new file mode 100644
index 0000000000..ee6ac4d2fa
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-eu-rES/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "Eginda"
+ "Joan orri nagusira"
+ "Joan gora"
+ "Aukera gehiago"
+ "Bilatu"
+ "Bilaketa-kontsulta"
+ "Garbitu kontsulta"
+ "Bidali kontsulta"
+ "Ahots bidezko bilaketa"
+ "Aukeratu aplikazio bat"
+ "Ikusi guztiak"
+ "Partekatu %s erabiltzailearekin"
+ "Partekatu hauekin"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-fa/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-fa/strings.xml
similarity index 62%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-fa/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-fa/strings.xml
index 1e163bc155..8e10e92b1b 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-fa/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-fa/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "انجام شد"
"پیمایش به صفحه اصلی"
"پیمایش به بالا"
"گزینههای بیشتر"
- "انجام شد"
- "مشاهده همه"
- "انتخاب برنامه"
- "پاک کردن عبارت جستجو"
- "عبارت جستجو"
"جستجو"
+ "عبارت جستجو"
+ "پاک کردن عبارت جستجو"
"ارسال عبارت جستجو"
"جستجوی شفاهی"
+ "انتخاب برنامه"
+ "مشاهده همه"
+ "اشتراکگذاری با %s"
"اشتراکگذاری با"
- "اشتراکگذاری با %s"
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-fi/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-fi/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-fi/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-fi/strings.xml
index 4b73201fb0..6755ceaac2 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-fi/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-fi/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Valmis"
"Siirry etusivulle"
"Siirry ylös"
"Lisää"
- "Valmis"
- "Näytä kaikki"
- "Valitse sovellus"
- "Tyhjennä kysely"
- "Hakulauseke"
"Haku"
+ "Hakulauseke"
+ "Tyhjennä kysely"
"Lähetä kysely"
"Puhehaku"
- "Jakaminen:"
+ "Valitse sovellus"
+ "Näytä kaikki"
"Jakaminen: %s"
-
+ "Jakaminen:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-fr-rCA/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-fr-rCA/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-fr-rCA/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-fr-rCA/strings.xml
index 758d47c685..417705a74f 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-fr-rCA/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-fr-rCA/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Terminé"
"Revenir à l\'accueil"
"Revenir en haut de la page"
"Plus d\'options"
- "Terminé"
- "Voir toutes les chaînes"
- "Sélectionnez une application"
- "Effacer la requête"
- "Requête de recherche"
"Rechercher"
+ "Requête de recherche"
+ "Effacer la requête"
"Envoyer la requête"
"Recherche vocale"
- "Partager avec"
+ "Sélectionnez une application"
+ "Voir toutes les chaînes"
"Partager avec %s"
-
+ "Partager avec"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-fr/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-fr/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-fr/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-fr/strings.xml
index 7fd03d4172..27b8f389ac 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-fr/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-fr/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "OK"
"Revenir à l\'accueil"
"Revenir en haut de la page"
"Plus d\'options"
- "OK"
- "Tout afficher"
- "Sélectionner une application"
- "Effacer la requête"
- "Requête de recherche"
"Rechercher"
+ "Requête de recherche"
+ "Effacer la requête"
"Envoyer la requête"
"Recherche vocale"
- "Partager avec"
+ "Sélectionner une application"
+ "Tout afficher"
"Partager avec %s"
-
+ "Partager avec"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-gl-rES/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-gl-rES/strings.xml
new file mode 100644
index 0000000000..1d0d50de37
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-gl-rES/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "Feito"
+ "Ir á páxina de inicio"
+ "Desprazarse cara arriba"
+ "Máis opcións"
+ "Buscar"
+ "Consulta de busca"
+ "Borrar consulta"
+ "Enviar consulta"
+ "Busca de voz"
+ "Escoller unha aplicación"
+ "Ver todas"
+ "Compartir con %s"
+ "Compartir con"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-h720dp/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-h720dp/dimens.xml
new file mode 100644
index 0000000000..09c43f0ef4
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-h720dp/dimens.xml
@@ -0,0 +1,20 @@
+
+
+
+
+
+ 54dip
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-hdpi/styles_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-hdpi/styles_base.xml
new file mode 100644
index 0000000000..442ea292a0
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-hdpi/styles_base.xml
@@ -0,0 +1,23 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-hi/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-hi/strings.xml
similarity index 68%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-hi/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-hi/strings.xml
index f82ea36d1d..b236ebb521 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-hi/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-hi/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "पूर्ण"
"मुखपृष्ठ पर नेविगेट करें"
"ऊपर नेविगेट करें"
"अधिक विकल्प"
- "पूर्ण"
- "सभी देखें"
- "कोई एप्लिकेशन चुनें"
- "क्वेरी साफ़ करें"
- "खोज क्वेरी"
"खोजें"
+ "खोज क्वेरी"
+ "क्वेरी साफ़ करें"
"क्वेरी सबमिट करें"
"ध्वनि खोज"
- "इसके द्वारा साझा करें"
+ "कोई एप्लिकेशन चुनें"
+ "सभी देखें"
"%s के साथ साझा करें"
-
+ "इसके द्वारा साझा करें"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-hr/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-hr/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-hr/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-hr/strings.xml
index 146eb20b1b..680e39f975 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-hr/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-hr/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Gotovo"
"Idi na početnu"
"Idi gore"
"Dodatne opcije"
- "Gotovo"
- "Prikaži sve"
- "Odabir aplikacije"
- "Izbriši upit"
- "Upit za pretraživanje"
"Pretraživanje"
+ "Upit za pretraživanje"
+ "Izbriši upit"
"Pošalji upit"
"Glasovno pretraživanje"
- "Dijeljenje sa"
+ "Odabir aplikacije"
+ "Prikaži sve"
"Dijeljenje sa: %s"
-
+ "Dijeljenje sa"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-hu/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-hu/strings.xml
similarity index 65%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-hu/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-hu/strings.xml
index c21c498235..52dafb0e9f 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-hu/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-hu/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Kész"
"Ugrás a főoldalra"
"Felfelé mozgatás"
"További lehetőségek"
- "Kész"
- "Összes megtekintése"
- "Válasszon ki egy alkalmazást"
- "Lekérdezés törlése"
- "Keresési lekérdezés"
"Keresés"
+ "Keresési lekérdezés"
+ "Lekérdezés törlése"
"Lekérdezés küldése"
"Hangalapú keresés"
- "Megosztás a következővel:"
+ "Válasszon ki egy alkalmazást"
+ "Összes megtekintése"
"Megosztás a következővel: %s"
-
+ "Megosztás a következővel:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-hy-rAM/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-hy-rAM/strings.xml
similarity index 65%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-hy-rAM/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-hy-rAM/strings.xml
index bd2ac0f6f4..6c0ee27cc5 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-hy-rAM/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-hy-rAM/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Կատարված է"
"Ուղղվել տուն"
"Ուղղվել վերև"
"Այլ ընտրանքներ"
- "Կատարված է"
- "Տեսնել բոլորը"
- "Ընտրել ծրագիր"
- "Մաքրել հարցումը"
- "Որոնման հարցում"
"Որոնել"
+ "Որոնման հարցում"
+ "Մաքրել հարցումը"
"Ուղարկել հարցումը"
"Ձայնային որոնում"
- "Տարածել"
+ "Ընտրել ծրագիր"
+ "Տեսնել բոլորը"
"Տարածել ըստ %s"
-
+ "Տարածել"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-in/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-in/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-in/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-in/strings.xml
index 317fe68e47..9481e83635 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-in/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-in/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Selesai"
"Navigasi ke beranda"
"Navigasi naik"
"Opsi lain"
- "Selesai"
- "Lihat semua"
- "Pilih aplikasi"
- "Hapus kueri"
- "Kueri penelusuran"
"Telusuri"
+ "Kueri penelusuran"
+ "Hapus kueri"
"Kirim kueri"
"Penelusuran suara"
- "Bagikan dengan"
+ "Pilih aplikasi"
+ "Lihat semua"
"Bagikan dengan %s"
-
+ "Bagikan dengan"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-is-rIS/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-is-rIS/strings.xml
new file mode 100644
index 0000000000..8cac57028b
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-is-rIS/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "Lokið"
+ "Fara heim"
+ "Fara upp"
+ "Fleiri valkostir"
+ "Leita"
+ "Leitarfyrirspurn"
+ "Hreinsa fyrirspurn"
+ "Senda fyrirspurn"
+ "Raddleit"
+ "Veldu forrit"
+ "Sjá allt"
+ "Deila með %s"
+ "Deila með"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-it/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-it/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-it/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-it/strings.xml
index faaa868d0e..a8b0f2c162 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-it/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-it/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Fine"
"Vai alla home page"
"Vai in alto"
"Altre opzioni"
- "Fine"
- "Visualizza tutte"
- "Scegli un\'applicazione"
- "Cancella query"
- "Query di ricerca"
"Cerca"
+ "Query di ricerca"
+ "Cancella query"
"Invia query"
"Ricerca vocale"
- "Condividi con"
+ "Scegli un\'applicazione"
+ "Visualizza tutte"
"Condividi con %s"
-
+ "Condividi con"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-iw/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-iw/strings.xml
similarity index 61%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-iw/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-iw/strings.xml
index 91d945ba6e..1af07df88e 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-iw/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-iw/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "בוצע"
"נווט לדף הבית"
"נווט למעלה"
"עוד אפשרויות"
- "בוצע"
- "ראה הכול"
- "בחר אפליקציה"
- "מחק שאילתה"
- "שאילתת חיפוש"
"חפש"
+ "שאילתת חיפוש"
+ "מחק שאילתה"
"שלח שאילתה"
"חיפוש קולי"
+ "בחר אפליקציה"
+ "ראה הכול"
+ "שתף עם %s"
"שתף עם"
- "שתף עם %s"
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ja/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ja/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ja/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ja/strings.xml
index b020cde48a..659358a74c 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ja/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ja/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "完了"
"ホームへ移動"
"上へ移動"
"その他のオプション"
- "完了"
- "すべて表示"
- "アプリの選択"
- "検索キーワードを削除"
- "検索キーワード"
"検索"
+ "検索キーワード"
+ "検索キーワードを削除"
"検索キーワードを送信"
"音声検索"
- "共有"
+ "アプリの選択"
+ "すべて表示"
"%sと共有"
-
+ "共有"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ka-rGE/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ka-rGE/strings.xml
similarity index 68%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ka-rGE/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ka-rGE/strings.xml
index 6ff2310c61..0c430b1c44 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ka-rGE/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ka-rGE/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "დასრულდა"
"მთავარზე ნავიგაცია"
"ზემოთ ნავიგაცია"
"მეტი ვარიანტები"
- "დასრულდა"
- "ყველას ნახვა"
- "აპის არჩევა"
- "მოთხოვნის გასუფთავება"
- "ძიების მოთხოვნა"
"ძიება"
+ "ძიების მოთხოვნა"
+ "მოთხოვნის გასუფთავება"
"მოთხოვნის გადაგზავნა"
"ხმოვანი ძიება"
- "გაზიარება:"
+ "აპის არჩევა"
+ "ყველას ნახვა"
"%s-თან გაზიარება"
-
+ "გაზიარება:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-kk-rKZ/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-kk-rKZ/strings.xml
new file mode 100644
index 0000000000..d3ad9e8753
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-kk-rKZ/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "Орындалды"
+ "Негізгі бетте қозғалу"
+ "Жоғары қозғалу"
+ "Басқа опциялар"
+ "Іздеу"
+ "Сұрақты іздеу"
+ "Сұрақты жою"
+ "Сұрақты жіберу"
+ "Дауыс арқылы іздеу"
+ "Қолданбаны таңдау"
+ "Барлығын көру"
+ "%s бөлісу"
+ "Бөлісу"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-km-rKH/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-km-rKH/strings.xml
similarity index 67%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-km-rKH/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-km-rKH/strings.xml
index 780228cf33..df78372589 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-km-rKH/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-km-rKH/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "រួចរាល់"
"រកមើលទៅដើម"
"រកមើលឡើងលើ"
"ជម្រើសច្រើនទៀត"
- "រួចរាល់"
- "មើលទាំងអស់"
- "ជ្រើសកម្មវិធី"
- "សម្អាតសំណួរ"
- "ស្វែងរកសំណួរ"
"ស្វែងរក"
+ "ស្វែងរកសំណួរ"
+ "សម្អាតសំណួរ"
"ដាក់ស្នើសំណួរ"
"ការស្វែងរកសំឡេង"
- "ចែករំលែកជាមួយ"
+ "ជ្រើសកម្មវិធី"
+ "មើលទាំងអស់"
"ចែករំលែកជាមួយ %s"
-
+ "ចែករំលែកជាមួយ"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-kn-rIN/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-kn-rIN/strings.xml
new file mode 100644
index 0000000000..6af7a394cf
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-kn-rIN/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "ಮುಗಿದಿದೆ"
+ "ಮುಖಪುಟವನ್ನು ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಮೇಲಕ್ಕೆ ನ್ಯಾವಿಗೇಟ್ ಮಾಡಿ"
+ "ಇನ್ನಷ್ಟು ಆಯ್ಕೆಗಳು"
+ "ಹುಡುಕು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಹುಡುಕಿ"
+ "ಪ್ರಶ್ನೆಯನ್ನು ತೆರವುಗೊಳಿಸು"
+ "ಪ್ರಶ್ನೆಯನ್ನು ಸಲ್ಲಿಸು"
+ "ಧ್ವನಿ ಹುಡುಕಾಟ"
+ "ಒಂದು ಅಪ್ಲಿಕೇಶನ್ ಆಯ್ಕೆಮಾಡಿ"
+ "ಎಲ್ಲವನ್ನೂ ನೋಡಿ"
+ "%s ಜೊತೆಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+ "ಇವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಿ"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ko/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ko/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ko/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ko/strings.xml
index 5a2aef401c..d331975847 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ko/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ko/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "완료"
"홈 탐색"
"위로 탐색"
"옵션 더보기"
- "완료"
- "전체 보기"
- "앱 선택"
- "검색어 삭제"
- "검색어"
"검색"
+ "검색어"
+ "검색어 삭제"
"검색어 보내기"
"음성 검색"
- "공유 대상"
+ "앱 선택"
+ "전체 보기"
"%s와(과) 공유"
-
+ "공유 대상"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ky-rKG/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ky-rKG/strings.xml
new file mode 100644
index 0000000000..52abd9f0d8
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ky-rKG/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "Даяр"
+ "Үйгө багыттоо"
+ "Жогору"
+ "Көбүрөөк мүмкүнчүлүктөр"
+ "Издөө"
+ "Издөө талаптары"
+ "Талаптарды тазалоо"
+ "Талап жөнөтүү"
+ "Үн аркылуу издөө"
+ "Колдонмо тандоо"
+ "Бардыгын көрүү"
+ "%s аркылуу бөлүшүү"
+ "Бөлүшүү"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-land/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/bools.xml
new file mode 100644
index 0000000000..7d1a1af3f3
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/bools.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ true
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-land/config.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/config.xml
new file mode 100644
index 0000000000..d0d990dc0b
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/config.xml
@@ -0,0 +1,18 @@
+
+
+
+ true
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-land/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/dimens.xml
new file mode 100644
index 0000000000..f0b6892a9f
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/dimens.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+ 32dp
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-land/dimens_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/dimens_material.xml
new file mode 100644
index 0000000000..08c4b0d729
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/dimens_material.xml
@@ -0,0 +1,27 @@
+
+
+
+
+
+ 48dp
+
+ 0dp
+
+ 14dp
+
+ 12dp
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-land/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-land/values.xml
deleted file mode 100644
index 5920099499..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-land/values.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
- true
-
-
-
- true
-
-
-
- false
-
-
-
- 40dip
- 4dip
- 32dp
- 4dip
- 12dp
- -2dp
- 16dp
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-large-v14/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-large-v14/values.xml
deleted file mode 100644
index e328f29d36..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-large-v14/values.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-large/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/bools.xml
new file mode 100644
index 0000000000..7d1a1af3f3
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/bools.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ true
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-large/config.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/config.xml
new file mode 100644
index 0000000000..c4f04a300e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/config.xml
@@ -0,0 +1,30 @@
+
+
+
+
+
+
+ true
+
+
+ 440dp
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-large/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/dimens.xml
new file mode 100644
index 0000000000..de1cefccce
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/dimens.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+ 192dip
+
+ 4
+
+
+ - 60%
+
+ - 90%
+
+ - 60%
+
+ - 90%
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-large/themes_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/themes_base.xml
new file mode 100644
index 0000000000..aafef5fbd5
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/themes_base.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-large/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-large/values.xml
deleted file mode 100644
index 9bb553337f..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-large/values.xml
+++ /dev/null
@@ -1,38 +0,0 @@
-
-
-
-
-
-
- true
-
-
-
- true
-
-
-
- false
-
-
-
- 440dp
-
-
-
- 192dip
-
- - 60%
- - 90%
- - 60%
- - 90%
-
- 4
-
-
-
-
-
-
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-lo-rLA/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-lo-rLA/strings.xml
similarity index 67%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-lo-rLA/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-lo-rLA/strings.xml
index 681c976972..7eb42ea8e9 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-lo-rLA/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-lo-rLA/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "ແລ້ວໆ"
"ກັບໄປໜ້າຫຼັກ"
"ຂຶ້ນເທິງ"
"ໂຕເລືອກອື່ນ"
- "ແລ້ວໆ"
- "ເບິ່ງທັງຫມົດ"
- "ເລືອກແອັບຯ"
- "ລຶບຂໍ້ຄວາມຊອກຫາ"
- "ຊອກຫາ"
"ຊອກຫາ"
+ "ຊອກຫາ"
+ "ລຶບຂໍ້ຄວາມຊອກຫາ"
"ສົ່ງການຊອກຫາ"
"ຊອກຫາດ້ວຍສຽງ"
- "ແບ່ງປັນກັບ"
+ "ເລືອກແອັບຯ"
+ "ເບິ່ງທັງຫມົດ"
"ແບ່ງປັນກັບ %s"
-
+ "ແບ່ງປັນກັບ"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-lt/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-lt/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-lt/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-lt/strings.xml
index 6ebab10700..c4738a73dc 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-lt/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-lt/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Atlikta"
"Eiti į pagrindinį puslapį"
"Eiti į viršų"
"Daugiau parinkčių"
- "Atlikta"
- "Peržiūrėti viską"
- "Pasirinkti programą"
- "Išvalyti užklausą"
- "Paieškos užklausa"
"Paieška"
+ "Paieškos užklausa"
+ "Išvalyti užklausą"
"Pateikti užklausą"
"Paieška balsu"
- "Bendrinti naudojant"
+ "Pasirinkti programą"
+ "Peržiūrėti viską"
"Bendrinti naudojant „%s“"
-
+ "Bendrinti naudojant"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-lv/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-lv/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-lv/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-lv/strings.xml
index a5a52a186a..c33858a14c 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-lv/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-lv/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Gatavs"
"Pārvietoties uz sākuma ekrānu"
"Pārvietoties augšup"
"Vairāk opciju"
- "Gatavs"
- "Skatīt visu"
- "Izvēlieties lietotni"
- "Notīrīt vaicājumu"
- "Meklēšanas vaicājums"
"Meklēt"
+ "Meklēšanas vaicājums"
+ "Notīrīt vaicājumu"
"Iesniegt vaicājumu"
"Meklēšana ar balsi"
- "Kopīgot ar:"
+ "Izvēlieties lietotni"
+ "Skatīt visu"
"Kopīgot ar %s"
-
+ "Kopīgot ar:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-mk-rMK/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-mk-rMK/strings.xml
new file mode 100644
index 0000000000..632728a223
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-mk-rMK/strings.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ "Готово"
+ "Движи се кон дома"
+ "Движи се нагоре"
+ "Повеќе опции"
+ "Пребарај"
+ "Пребарај барање"
+ "Исчисти барање"
+ "Поднеси барање"
+ "Гласовно пребарување"
+ "Избери апликација"
+ "Види ги сите"
+
+
+
+ "Сподели со"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ml-rIN/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ml-rIN/strings.xml
new file mode 100644
index 0000000000..2fb368e09e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ml-rIN/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "പൂർത്തിയാക്കി"
+ "ഹോമിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "മുകളിലേക്ക് നാവിഗേറ്റുചെയ്യുക"
+ "കൂടുതല് ഓപ്ഷനുകള്"
+ "തിരയൽ"
+ "തിരയൽ അന്വേഷണം"
+ "അന്വേഷണം മായ്ക്കുക"
+ "അന്വേഷണം സമർപ്പിക്കുക"
+ "വോയ്സ് തിരയൽ"
+ "ഒരു അപ്ലിക്കേഷൻ തിരഞ്ഞെടുക്കുക"
+ "എല്ലാം കാണുക"
+ "%s എന്നതുമായി പങ്കിടുക"
+ "ഇവരുമായി പങ്കിടുക"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-mn-rMN/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-mn-rMN/strings.xml
similarity index 65%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-mn-rMN/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-mn-rMN/strings.xml
index 7c2f52743e..203e9596c3 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-mn-rMN/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-mn-rMN/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Дууссан"
"Нүүр хуудас руу шилжих"
"Дээш шилжих"
"Нэмэлт сонголтууд"
- "Дууссан"
- "Бүгдийг харах"
- "Апп сонгох"
- "Асуулгыг цэвэрлэх"
- "Хайх асуулга"
"Хайх"
+ "Хайх асуулга"
+ "Асуулгыг цэвэрлэх"
"Асуулгыг илгээх"
"Дуут хайлт"
- "Хуваалцах"
+ "Апп сонгох"
+ "Бүгдийг харах"
"%s-тай хуваалцах"
-
+ "Хуваалцах"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-mr-rIN/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-mr-rIN/strings.xml
new file mode 100644
index 0000000000..41271d471f
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-mr-rIN/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "पूर्ण झाले"
+ "मुख्यपृष्ठ नेव्हिगेट करा"
+ "वर नेव्हिगेट करा"
+ "अधिक पर्याय"
+ "शोध"
+ "शोध क्वेरी"
+ "क्वेरी स्पष्ट करा"
+ "क्वेरी सबमिट करा"
+ "व्हॉइस शोध"
+ "एक अॅप निवडा"
+ "सर्व पहा"
+ "%s सह सामायिक करा"
+ "यांच्यासह सामायिक करा"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ms-rMY/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ms-rMY/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ms-rMY/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ms-rMY/strings.xml
index e99760c5d1..b1740682dd 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ms-rMY/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ms-rMY/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Selesai"
"Navigasi skrin utama"
"Navigasi ke atas"
"Lagi pilihan"
- "Selesai"
- "Lihat semua"
- "Pilih apl"
- "Kosongkan pertanyaan"
- "Pertanyaan carian"
"Cari"
+ "Pertanyaan carian"
+ "Kosongkan pertanyaan"
"Serah pertanyaan"
"Carian suara"
- "Kongsi dengan"
+ "Pilih apl"
+ "Lihat semua"
"Kongsi dengan %s"
-
+ "Kongsi dengan"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-my-rMM/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-my-rMM/strings.xml
new file mode 100644
index 0000000000..d487f5070c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-my-rMM/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "ပြီးဆုံးပါပြီ"
+ "မူလနေရာကို သွားရန်"
+ "အပေါ်သို့သွားရန်"
+ "ပိုမိုရွေးချယ်စရာများ"
+ "ရှာဖွေရန်"
+ "ရှာစရာ အချက်အလက်နေရာ"
+ "ရှာစရာ အချက်အလက်များ ရှင်းလင်းရန်"
+ "ရှာဖွေစရာ အချက်အလက်ကို အတည်ပြုရန်"
+ "အသံဖြင့် ရှာဖွေခြင်း"
+ "အပလီကေးရှင်း တစ်ခုခုကို ရွေးချယ်ပါ"
+ "အားလုံးကို ကြည့်ရန်"
+ "%s ကို မျှဝေပါရန်"
+ "မျှဝေဖို့ ရွေးပါ"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-nb/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-nb/strings.xml
similarity index 61%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-nb/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-nb/strings.xml
index 6328eb7f1e..6630acf7b4 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-nb/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-nb/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Ferdig"
"Gå til startsiden"
"Gå opp"
"Flere alternativer"
- "Fullført"
- "Se alle"
- "Velg en app"
- "Slett søket"
- "Søkeord"
"Søk"
+ "Søkeord"
+ "Slett søket"
"Utfør søket"
"Talesøk"
- "Del med"
+ "Velg en app"
+ "Se alle"
"Del med %s"
-
+ "Del med"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ne-rNP/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ne-rNP/strings.xml
new file mode 100644
index 0000000000..69d10dca25
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ne-rNP/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "सम्पन्न भयो"
+ "गृह खोज्नुहोस्"
+ "माथि खोज्नुहोस्"
+ "थप विकल्पहरू"
+ "खोज्नुहोस्"
+ "जिज्ञासाको खोज गर्नुहोस्"
+ "प्रश्न हटाउनुहोस्"
+ "जिज्ञासा पेस गर्नुहोस्"
+ "भ्वाइस खोजी"
+ "एउटा अनुप्रयोग छान्नुहोस्"
+ "सबै हेर्नुहोस्"
+ "%s सँग साझेदारी गर्नुहोस्"
+ "साझेदारी गर्नुहोस्..."
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-nl/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-nl/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-nl/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-nl/strings.xml
index 45a2324774..1375f9e358 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-nl/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-nl/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Gereed"
"Navigeren naar startpositie"
"Omhoog navigeren"
"Meer opties"
- "Gereed"
- "Alles weergeven"
- "Een app selecteren"
- "Zoekopdracht wissen"
- "Zoekopdracht"
"Zoeken"
+ "Zoekopdracht"
+ "Zoekopdracht wissen"
"Zoekopdracht verzenden"
"Gesproken zoekopdracht"
- "Delen met"
+ "Een app selecteren"
+ "Alles weergeven"
"Delen met %s"
-
+ "Delen met"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-pl/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-pl/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-pl/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-pl/strings.xml
index 3fc94a0990..aa1ba79bc0 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-pl/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-pl/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Gotowe"
"Przejdź do strony głównej"
"Przejdź wyżej"
"Więcej opcji"
- "Gotowe"
- "Zobacz wszystkie"
- "Wybierz aplikację"
- "Wyczyść zapytanie"
- "Wyszukiwane hasło"
"Szukaj"
+ "Wyszukiwane hasło"
+ "Wyczyść zapytanie"
"Wyślij zapytanie"
"Wyszukiwanie głosowe"
- "Udostępnij dla"
+ "Wybierz aplikację"
+ "Zobacz wszystkie"
"Udostępnij dla %s"
-
+ "Udostępnij dla"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-port/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-port/bools.xml
new file mode 100644
index 0000000000..25053bee51
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-port/bools.xml
@@ -0,0 +1,21 @@
+
+
+
+
+
+ false
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-pt-rPT/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-pt-rPT/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-pt-rPT/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-pt-rPT/strings.xml
index a298840de9..0d63f5f30a 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-pt-rPT/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-pt-rPT/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Concluído"
"Navegar para a página inicial"
"Navegar para cima"
"Mais opções"
- "Concluído"
- "Ver tudo"
- "Escolher uma aplicação"
- "Limpar consulta"
- "Consulta de pesquisa"
"Pesquisar"
+ "Consulta de pesquisa"
+ "Limpar consulta"
"Enviar consulta"
"Pesquisa por voz"
- "Partilhar com"
+ "Escolher uma aplicação"
+ "Ver tudo"
"Partilhar com %s"
-
+ "Partilhar com"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-pt/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-pt/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-pt/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-pt/strings.xml
index e90f0142f6..88b09ea6a5 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-pt/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-pt/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Concluído"
"Navegar para a página inicial"
"Navegar para cima"
"Mais opções"
- "Concluído"
- "Ver tudo"
- "Selecione um aplicativo"
- "Limpar consulta"
- "Consulta de pesquisa"
"Pesquisar"
+ "Consulta de pesquisa"
+ "Limpar consulta"
"Enviar consulta"
"Pesquisa por voz"
- "Compartilhar com"
+ "Selecione um aplicativo"
+ "Ver tudo"
"Compartilhar com %s"
-
+ "Compartilhar com"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ro/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ro/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ro/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ro/strings.xml
index 0183d9a2df..36a7b31fbc 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ro/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ro/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Terminat"
"Navigați la ecranul de pornire"
"Navigați în sus"
"Mai multe opțiuni"
- "Terminat"
- "Afișați-le pe toate"
- "Alegeți o aplicaţie"
- "Ștergeți interogarea"
- "Interogare de căutare"
"Căutați"
+ "Interogare de căutare"
+ "Ștergeți interogarea"
"Trimiteți interogarea"
"Căutare vocală"
- "Trimiteți la"
+ "Alegeți o aplicaţie"
+ "Afișați-le pe toate"
"Trimiteți la %s"
-
+ "Trimiteți la"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ru/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ru/strings.xml
similarity index 66%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-ru/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-ru/strings.xml
index c177af86a8..5c22e5e809 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-ru/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ru/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Готово"
"Перейти на главный экран"
"Перейти вверх"
"Другие параметры"
- "Готово"
- "Показать все"
- "Выбрать приложение"
- "Удалить запрос"
- "Поисковый запрос"
"Поиск"
+ "Поисковый запрос"
+ "Удалить запрос"
"Отправить запрос"
"Голосовой поиск"
- "Открыть доступ"
+ "Выбрать приложение"
+ "Показать все"
"Открыть доступ пользователю %s"
-
+ "Открыть доступ"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-si-rLK/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-si-rLK/strings.xml
new file mode 100644
index 0000000000..a6809c3c4f
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-si-rLK/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "අවසාන වූ"
+ "ගෙදරට සංචාලනය කරන්න"
+ "ඉහලට සංචාලනය කරන්න"
+ "තවත් විකල්ප"
+ "සෙවීම"
+ "සෙවුම් විමසුම"
+ "විමසුම හිස් කරන්න"
+ "විමසුම යොමු කරන්න"
+ "හඬ සෙවීම"
+ "යෙදුමක් තෝරන්න"
+ "සියල්ල බලන්න"
+ "%s සමඟ බෙදාගන්න"
+ "සමඟ බෙදාගන්න"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sk/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sk/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-sk/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-sk/strings.xml
index cd0a5dc70c..253f3e5dde 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-sk/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sk/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Hotovo"
"Prejsť na plochu"
"Prejsť hore"
"Ďalšie možnosti"
- "Hotovo"
- "Zobraziť všetko"
- "Zvoľte aplikáciu"
- "Vymazať dopyt"
- "Vyhľadávací dopyt"
"Hľadať"
+ "Vyhľadávací dopyt"
+ "Vymazať dopyt"
"Odoslať dopyt"
"Hlasové vyhľadávanie"
- "Zdieľať pomocou"
+ "Zvoľte aplikáciu"
+ "Zobraziť všetko"
"Zdieľať pomocou %s"
-
+ "Zdieľať pomocou"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sl/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sl/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-sl/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-sl/strings.xml
index bf2cc0f571..8e3e23e989 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-sl/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sl/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Končano"
"Krmarjenje domov"
"Krmarjenje navzgor"
"Več možnosti"
- "Končano"
- "Pokaži vse"
- "Izbira aplikacije"
- "Izbris poizvedbe"
- "Iskalna poizvedba"
"Iskanje"
+ "Iskalna poizvedba"
+ "Izbris poizvedbe"
"Pošiljanje poizvedbe"
"Glasovno iskanje"
- "Deljenje z"
+ "Izbira aplikacije"
+ "Pokaži vse"
"Deljenje z:"
-
+ "Deljenje z"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sr/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sr/strings.xml
similarity index 66%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-sr/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-sr/strings.xml
index 9fddc7af7e..213c9390aa 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-sr/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sr/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Готово"
"Одлазак на Почетну"
"Кретање нагоре"
"Још опција"
- "Готово"
- "Прикажи све"
- "Избор апликације"
- "Брисање упита"
- "Упит за претрагу"
"Претрага"
+ "Упит за претрагу"
+ "Брисање упита"
"Слање упита"
"Гласовна претрага"
- "Дели са"
+ "Избор апликације"
+ "Прикажи све"
"Дели са апликацијом %s"
-
+ "Дели са"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sv/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sv/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-sv/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-sv/strings.xml
index 4f22475455..49c7a5ddfd 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-sv/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sv/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Klart"
"Visa startsidan"
"Navigera uppåt"
"Fler alternativ"
- "Klart"
- "Visa alla"
- "Välj en app"
- "Ta bort frågan"
- "Sökfråga"
"Sök"
+ "Sökfråga"
+ "Ta bort frågan"
"Skicka fråga"
"Röstsökning"
- "Dela med"
+ "Välj en app"
+ "Visa alla"
"Dela med %s"
-
+ "Dela med"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sw/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-sw/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-sw/strings.xml
index 89b0746570..6455ba5c74 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-sw/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Nimemaliza"
"Nenda mwanzo"
"Nenda juu"
"Chaguo zaidi"
- "Nimemaliza"
- "Angalia zote"
- "Chagua programu"
- "Futa hoja"
- "Hoja ya utafutaji"
"Tafuta"
+ "Hoja ya utafutaji"
+ "Futa hoja"
"Wasilisha hoja"
"Tafuta kwa kutamka"
- "Shiriki na:"
+ "Chagua programu"
+ "Angalia zote"
"Shiriki na %s"
-
+ "Shiriki na:"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/config.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/config.xml
new file mode 100644
index 0000000000..fba21e1c06
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/config.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+
+ 580dp
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/dimens.xml
new file mode 100644
index 0000000000..e221b50164
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/dimens.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+ 5
+
+
+ 20dp
+
+ 16dp
+
+ 64dp
+
+ 4dp
+
+ 24dp
+
+
+ 8dp
+
+ 18dp
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/values.xml
deleted file mode 100644
index 00add9d75c..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-sw600dp/values.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
- 56dip
- 4dip
- 9dip
- 14dp
- -3dp
- 18dp
-
-
-
- 580dp
-
-
-
- 5
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ta-rIN/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ta-rIN/strings.xml
new file mode 100644
index 0000000000..4d7d94ee1a
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ta-rIN/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "முடிந்தது"
+ "முகப்பிற்கு வழிசெலுத்து"
+ "மேலே வழிசெலுத்து"
+ "மேலும் விருப்பங்கள்"
+ "தேடு"
+ "தேடல் வினவல்"
+ "வினவலை அழி"
+ "வினவலைச் சமர்ப்பி"
+ "குரல் தேடல்"
+ "பயன்பாட்டைத் தேர்வுசெய்க"
+ "எல்லாம் காட்டு"
+ "%s உடன் பகிர்"
+ "இதனுடன் பகிர்"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-te-rIN/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-te-rIN/strings.xml
new file mode 100644
index 0000000000..f6b17750a4
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-te-rIN/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "పూర్తయింది"
+ "హోమ్కు నావిగేట్ చేయండి"
+ "పైకి నావిగేట్ చేయండి"
+ "మరిన్ని ఎంపికలు"
+ "శోధించు"
+ "ప్రశ్న శోధించండి"
+ "ప్రశ్నను క్లియర్ చేయి"
+ "ప్రశ్నని సమర్పించు"
+ "వాయిస్ శోధన"
+ "అనువర్తనాన్ని ఎంచుకోండి"
+ "అన్నీ చూడండి"
+ "%sతో భాగస్వామ్యం చేయి"
+ "వీరితో భాగస్వామ్యం చేయి"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-th/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-th/strings.xml
similarity index 67%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-th/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-th/strings.xml
index 5524e9cbfe..275dc57139 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-th/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-th/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "เสร็จสิ้น"
"นำทางไปหน้าแรก"
"นำทางขึ้น"
"ตัวเลือกอื่น"
- "เสร็จสิ้น"
- "ดูทั้งหมด"
- "เลือกแอป"
- "ล้างข้อความค้นหา"
- "ข้อความค้นหา"
"ค้นหา"
+ "ข้อความค้นหา"
+ "ล้างข้อความค้นหา"
"ส่งข้อความค้นหา"
"ค้นหาด้วยเสียง"
- "แชร์กับ"
+ "เลือกแอป"
+ "ดูทั้งหมด"
"แชร์กับ %s"
-
+ "แชร์กับ"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-tl/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-tl/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-tl/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-tl/strings.xml
index 5874cd4df6..e0705d6b48 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-tl/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-tl/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Tapos na"
"Mag-navigate patungo sa home"
"Mag-navigate pataas"
"Higit pang mga opsyon"
- "Tapos na"
- "Tingnan lahat"
- "Pumili ng isang app"
- "I-clear ang query"
- "Query sa paghahanap"
"Maghanap"
+ "Query sa paghahanap"
+ "I-clear ang query"
"Isumite ang query"
"Paghahanap gamit ang boses"
- "Ibahagi sa/kay"
+ "Pumili ng isang app"
+ "Tingnan lahat"
"Ibahagi sa/kay %s"
-
+ "Ibahagi sa/kay"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-tr/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-tr/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-tr/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-tr/strings.xml
index f5528ee099..61cb966f8a 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-tr/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-tr/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Tamamlandı"
"Ana ekrana git"
"Yukarı git"
"Diğer seçenekler"
- "Tamamlandı"
- "Tümünü göster"
- "Bir uygulama seçin"
- "Sorguyu temizle"
- "Arama sorgusu"
"Ara"
+ "Arama sorgusu"
+ "Sorguyu temizle"
"Sorguyu gönder"
"Sesli arama"
- "Şununla paylaş"
+ "Bir uygulama seçin"
+ "Tümünü göster"
"%s ile paylaş"
-
+ "Şununla paylaş"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-uk/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-uk/strings.xml
similarity index 66%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-uk/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-uk/strings.xml
index c0107bf2af..f670140e4b 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-uk/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-uk/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Готово"
"Перейти на головний"
"Перейти вгору"
"Інші опції"
- "Готово"
- "Переглянути всі"
- "Вибрати програму"
- "Очистити запит"
- "Пошуковий запит"
"Пошук"
+ "Пошуковий запит"
+ "Очистити запит"
"Надіслати запит"
"Голосовий пошук"
- "Надіслати через"
+ "Вибрати програму"
+ "Переглянути всі"
"Надіслати через %s"
-
+ "Надіслати через"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-ur-rPK/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-ur-rPK/strings.xml
new file mode 100644
index 0000000000..f209747ceb
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-ur-rPK/strings.xml
@@ -0,0 +1,32 @@
+
+
+
+
+ "ہو گیا"
+ "ہوم پر نیویگیٹ کریں"
+ "اوپر نیویگیٹ کریں"
+ "مزید اختیارات"
+ "تلاش کریں"
+ "استفسار تلاش کریں"
+ "استفسار صاف کریں"
+ "استفسار جمع کرائیں"
+ "صوتی تلاش"
+ "ایک ایپ منتخب کریں"
+ "سبھی دیکھیں"
+ "%s کے ساتھ اشتراک کریں"
+ "اشتراک کریں مع"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-uz-rUZ/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-uz-rUZ/strings.xml
new file mode 100644
index 0000000000..84d95413ce
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-uz-rUZ/strings.xml
@@ -0,0 +1,34 @@
+
+
+
+
+ "Tayyor"
+ "Boshiga o‘tish"
+ "Yuqoriga o‘tish"
+ "Qo‘shimcha sozlamalar"
+ "Izlash"
+ "So‘rovni izlash"
+ "So‘rovni tozalash"
+ "So‘rov yaratish"
+ "Ovozli qidiruv"
+ "Dastur tanlang"
+ "Barchasini ko‘rish"
+
+
+
+ "Bo‘lishish:"
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/styles_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/styles_base.xml
new file mode 100644
index 0000000000..0bbf7e3dc3
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/styles_base.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/styles_base_text.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/styles_base_text.xml
new file mode 100644
index 0000000000..4cf49666c3
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/styles_base_text.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/themes_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/themes_base.xml
new file mode 100644
index 0000000000..2ca5b6fb90
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/themes_base.xml
@@ -0,0 +1,149 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/values.xml
deleted file mode 100644
index eb0102500d..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-v11/values.xml
+++ /dev/null
@@ -1,77 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v12/styles_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v12/styles_base.xml
new file mode 100644
index 0000000000..6d87337a85
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v12/styles_base.xml
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/styles.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/styles.xml
new file mode 100644
index 0000000000..f54796d468
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/styles.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/styles_base_text.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/styles_base_text.xml
new file mode 100644
index 0000000000..54c8de2ae4
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/styles_base_text.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/themes_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/themes_base.xml
new file mode 100644
index 0000000000..97b7aaad12
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/themes_base.xml
@@ -0,0 +1,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/values.xml
deleted file mode 100644
index a0d3a48bc8..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-v14/values.xml
+++ /dev/null
@@ -1,246 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v17/styles_rtl.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v17/styles_rtl.xml
new file mode 100644
index 0000000000..918ba0b4dd
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v17/styles_rtl.xml
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v18/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v18/dimens.xml
new file mode 100644
index 0000000000..bb784b76b9
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v18/dimens.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+ 0px
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/styles_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/styles_base.xml
new file mode 100644
index 0000000000..241cb04c59
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/styles_base.xml
@@ -0,0 +1,209 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/styles_base_text.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/styles_base_text.xml
new file mode 100644
index 0000000000..241a91b63e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/styles_base_text.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/themes_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/themes_base.xml
new file mode 100644
index 0000000000..06b33b1f21
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-v21/themes_base.xml
@@ -0,0 +1,178 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-vi/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-vi/strings.xml
similarity index 64%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-vi/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-vi/strings.xml
index 637fda6406..0840f7391f 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-vi/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-vi/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Xong"
"Điều hướng về trang chủ"
"Điều hướng lên trên"
"Thêm tùy chọn"
- "Xong"
- "Xem tất cả"
- "Chọn một ứng dụng"
- "Xóa truy vấn"
- "Tìm kiếm truy vấn"
"Tìm kiếm"
+ "Tìm kiếm truy vấn"
+ "Xóa truy vấn"
"Gửi truy vấn"
"Tìm kiếm bằng giọng nói"
- "Chia sẻ với"
+ "Chọn một ứng dụng"
+ "Xem tất cả"
"Chia sẻ với %s"
-
+ "Chia sẻ với"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w360dp/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w360dp/dimens.xml
new file mode 100644
index 0000000000..e5b2456c8e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-w360dp/dimens.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+ 3
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w360dp/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w360dp/values.xml
deleted file mode 100644
index ea368ec32d..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-w360dp/values.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
- 3
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/bools.xml
new file mode 100644
index 0000000000..470f89be35
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/bools.xml
@@ -0,0 +1,18 @@
+
+
+
+ true
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/config.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/config.xml
new file mode 100644
index 0000000000..e95b6ff8c3
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/config.xml
@@ -0,0 +1,18 @@
+
+
+
+ true
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/values.xml
deleted file mode 100644
index a42bed54f4..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-w480dp/values.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
-
-
- true
-
-
-
- true
-
-
-
- false
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w500dp/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w500dp/dimens.xml
new file mode 100644
index 0000000000..dd6458be71
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-w500dp/dimens.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+ 4
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w500dp/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w500dp/values.xml
deleted file mode 100644
index 21e6bfe248..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-w500dp/values.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
- 4
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w600dp/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w600dp/dimens.xml
new file mode 100644
index 0000000000..252ba6a7b7
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-w600dp/dimens.xml
@@ -0,0 +1,25 @@
+
+
+
+
+
+ 5
+
+
+ 192dip
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w600dp/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w600dp/values.xml
deleted file mode 100644
index 02a32cfcd2..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-w600dp/values.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
- 56dip
- 4dip
- 9dip
- 14dp
- -3dp
- 18dp
- 64dip
- 192dip
-
- 5
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w720dp/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w720dp/bools.xml
new file mode 100644
index 0000000000..05c5aabfff
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-w720dp/bools.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-w720dp/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-w720dp/values.xml
deleted file mode 100644
index 30c63f8dab..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-w720dp/values.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
- false
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge-land/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge-land/dimens.xml
new file mode 100644
index 0000000000..dea6c74dad
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge-land/dimens.xml
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+ 256dip
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/bools.xml
new file mode 100644
index 0000000000..05c5aabfff
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/bools.xml
@@ -0,0 +1,19 @@
+
+
+
+
+ false
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/dimens.xml
new file mode 100644
index 0000000000..3eb29620ba
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/dimens.xml
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+ 5
+
+
+ 192dip
+
+
+ - 50%
+
+ - 70%
+
+ - 60%
+
+ - 90%
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/values.xml
deleted file mode 100644
index 1f6daae2ab..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-xlarge/values.xml
+++ /dev/null
@@ -1,27 +0,0 @@
-
-
-
-
-
-
- false
-
-
-
- 56dip
- 4dip
- 9dip
- 14dp
- -3dp
- 18dp
- 64dip
- 192dip
-
- - 60%
- - 90%
- - 50%
- - 70%
-
- 5
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rCN/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rCN/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rCN/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rCN/strings.xml
index db9e2aaa56..87b36b0be9 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rCN/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rCN/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "完成"
"转到主屏幕"
"转到上一层级"
"更多选项"
- "完成"
- "查看全部"
- "选择应用"
- "清除查询"
- "搜索查询"
"搜索"
+ "搜索查询"
+ "清除查询"
"提交查询"
"语音搜索"
- "分享方式"
+ "选择应用"
+ "查看全部"
"通过%s分享"
-
+ "分享方式"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rHK/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rHK/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rHK/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rHK/strings.xml
index 0b3300d486..f6a367d3a0 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rHK/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rHK/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "完成"
"瀏覽主頁"
"向上瀏覽"
"更多選項"
- "完成"
- "顯示全部"
- "選擇應用程式"
- "清除查詢"
- "搜尋查詢"
"搜尋"
+ "搜尋查詢"
+ "清除查詢"
"提交查詢"
"語音搜尋"
- "分享對象"
+ "選擇應用程式"
+ "顯示全部"
"與「%s」分享"
-
+ "分享對象"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rTW/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rTW/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rTW/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rTW/strings.xml
index 212cc49976..c804ccf3a9 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rTW/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-zh-rTW/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "完成"
"瀏覽首頁"
"向上瀏覽"
"更多選項"
- "完成"
- "查看全部"
- "選擇應用程式"
- "清除查詢"
- "搜尋查詢"
"搜尋"
+ "搜尋查詢"
+ "清除查詢"
"提交查詢"
"語音搜尋"
- "選擇分享對象"
+ "選擇應用程式"
+ "查看全部"
"與「%s」分享"
-
+ "選擇分享對象"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values-zu/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values-zu/strings.xml
similarity index 63%
rename from libs/android-support-appcompat-v7-exploded-aar/res/values-zu/values.xml
rename to libs/android-support-appcompat-v7-exploded-aar/res/values-zu/strings.xml
index 982977aae2..92eac7ecaf 100644
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values-zu/values.xml
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values-zu/strings.xml
@@ -1,21 +1,32 @@
-
-
+
+
-
+ 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.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ -->
+
+
+ "Kwenziwe"
"Zulazulela ekhaya"
"Zulazulela phezulu"
"Izinketho eziningi"
- "Kwenziwe"
- "Buka konke"
- "Khetha uhlelo lokusebenza"
- "Sula inkinga"
- "Umbuzo wosesho"
"Sesha"
+ "Umbuzo wosesho"
+ "Sula inkinga"
"Hambisa umbuzo"
"Ukusesha ngezwi"
- "Yabelana no-"
+ "Khetha uhlelo lokusebenza"
+ "Buka konke"
"Yabelana no-%s"
-
+ "Yabelana no-"
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/attrs.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/attrs.xml
new file mode 100644
index 0000000000..a7b51c1cc8
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/attrs.xml
@@ -0,0 +1,932 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/bools.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/bools.xml
new file mode 100644
index 0000000000..79a5035ad9
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/bools.xml
@@ -0,0 +1,24 @@
+
+
+
+
+
+ true
+ false
+ true
+
+ false
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/colors.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/colors.xml
new file mode 100644
index 0000000000..0ce01d2b2a
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/colors.xml
@@ -0,0 +1,24 @@
+
+
+
+ #7fa87f
+ @android:color/black
+ @android:color/black
+
+ @android:color/black
+
+ #3333B5E5
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/colors_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/colors_material.xml
new file mode 100644
index 0000000000..6b3cca5d48
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/colors_material.xml
@@ -0,0 +1,99 @@
+
+
+
+
+
+ #ff303030
+ #ffeeeeee
+ #ff424242
+ #ffeeeeee
+
+ #ff212121
+ #ffefefef
+ #ff000000
+ #ff757575
+
+ #4dffffff
+ #1f000000
+
+ @color/material_deep_teal_500
+ @color/material_deep_teal_200
+
+ #ff5a595b
+ #ffd6d7d7
+
+ #ffbdbdbd
+ #fff1f1f1
+ #ff616161
+ #ffbdbdbd
+
+ @android:color/white
+ @android:color/black
+
+ #80ffffff
+
+ #80000000
+ @color/bright_foreground_material_light
+ @color/bright_foreground_material_dark
+
+ #ffbebebe
+ #ff323232
+ #80bebebe
+ #80323232
+
+ @color/bright_foreground_disabled_material_dark
+ @color/bright_foreground_disabled_material_light
+
+
+ #6680cbc4
+
+ #66009688
+
+ @color/material_deep_teal_200
+ @color/material_deep_teal_500
+
+
+
+
+ #de000000
+ #8a000000
+
+ #ffffffff
+ #b3ffffff
+
+ - 0.26
+ - 0.30
+
+
+ #39000000
+ #24000000
+
+
+ #4Dffffff
+ #36ffffff
+
+
+
+
+ #ff80cbc4
+ #ff009688
+
+ #ff37474f
+ #ff263238
+ #ff21272b
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/config.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/config.xml
new file mode 100644
index 0000000000..e0c521bdaa
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/config.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+ false
+
+
+ 320dp
+
+
+ true
+
+
+ 150
+ 220
+
+ true
+
+
+ 999
+
+ 127
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/dimens.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/dimens.xml
new file mode 100644
index 0000000000..06f1a06fa8
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/dimens.xml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+ 2
+
+
+ 180dp
+
+
+ 48dp
+
+ 40dp
+
+ 296dp
+
+
+ 160dip
+
+ 320dip
+
+
+ 8dip
+ 8dip
+
+ 32dip
+
+
+
+ - 320dp
+
+ - 320dp
+
+ - 80%
+
+ - 100%
+
+ 6dp
+ @dimen/abc_control_inset_material
+
+ @dimen/abc_control_padding_material
+ 8dp
+
+
+ 4dp
+
+ 4dp
+
+ 2dp
+
+ 4dp
+ 10dp
+ 7dp
+
+
+ 3dp
+
+ 24dp
+ 18dp
+
+
+ 48dp
+
+
+ 8dp
+
+
+ - 65%
+
+
+ - 95%
+
+
+ 64dp
+
+
+ 64dp
+
+
+ 12dp
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/dimens_material.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/dimens_material.xml
new file mode 100644
index 0000000000..2d0f738133
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/dimens_material.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+ 56dp
+
+ 4dp
+
+ 16dp
+
+ 16dp
+
+ -3dp
+
+ 5dp
+
+
+ @dimen/abc_action_bar_content_inset_material
+
+
+ 0dp
+
+ 6dp
+
+ 10dp
+
+ 36dp
+ 48dp
+ 48dp
+
+ 112sp
+ 56sp
+ 45sp
+ 34sp
+ 24sp
+ 20sp
+ 16sp
+ 20dp
+ 16dp
+ 16sp
+ 14sp
+ 14sp
+ 12sp
+ 14sp
+
+ 22sp
+ 18sp
+ 14sp
+
+ 16dp
+
+ - 0.26
+ - 0.30
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/ids.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/ids.xml
new file mode 100644
index 0000000000..2e6ef2497e
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/ids.xml
@@ -0,0 +1,26 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/strings.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/strings.xml
new file mode 100644
index 0000000000..a04b396f99
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/strings.xml
@@ -0,0 +1,71 @@
+
+
+
+
+
+ Done
+
+ Navigate home
+
+ Navigate up
+
+ More options
+
+
+ Collapse
+
+
+ %1$s, %2$s
+
+ %1$s, %2$s, %3$s
+
+
+ Search
+
+ Search…
+
+ Search query
+
+ Clear query
+
+ Submit query
+
+ Voice search
+
+
+
+ Choose an app
+
+ See all
+
+ Share with %s
+
+ Share with
+
+
+ 999+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/styles.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles.xml
new file mode 100644
index 0000000000..0ac20d558b
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles.xml
@@ -0,0 +1,329 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_base.xml
new file mode 100644
index 0000000000..0feb530989
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_base.xml
@@ -0,0 +1,488 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_base_text.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_base_text.xml
new file mode 100644
index 0000000000..78e119c822
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_base_text.xml
@@ -0,0 +1,136 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_rtl.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_rtl.xml
new file mode 100644
index 0000000000..db23019097
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/styles_rtl.xml
@@ -0,0 +1,78 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/themes.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/themes.xml
new file mode 100644
index 0000000000..f8962df6b4
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/themes.xml
@@ -0,0 +1,95 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/themes_base.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/themes_base.xml
new file mode 100644
index 0000000000..5db9d05c7c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/res/values/themes_base.xml
@@ -0,0 +1,612 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/libs/android-support-appcompat-v7-exploded-aar/res/values/values.xml b/libs/android-support-appcompat-v7-exploded-aar/res/values/values.xml
deleted file mode 100644
index c2c89dccd1..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/res/values/values.xml
+++ /dev/null
@@ -1,1308 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- false
- true
-
-
-
- true
- false
-
-
-
- false
- true
-
-
-
- #7fa87f
- @android:color/black
- @android:color/black
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 48dip
- 8dip
- 40dp
- 48dp
- 180dp
- 5dip
- 14dp
- -3dp
- 18dp
- 56dip
-
-
-
- 320dp
-
-
-
- 32dip
- 8dip
- 8dip
- 296dp
- 320dip
- 160dip
-
- - 80%
- - 100%
- - 320dp
- - 320dp
-
-
-
-
-
-
-
-
-
-
-
-
- 2
-
-
-
- Navigate home
- Navigate up
- More options
- Done
- See all
- Choose an app
- Clear query
- Search query
- Search
- Submit query
- Voice search
- Share with
- Share with %s
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/libs/android-support-appcompat-v7-exploded-aar/src/.gitignore b/libs/android-support-appcompat-v7-exploded-aar/src/.gitignore
deleted file mode 100644
index 86d0cb2726..0000000000
--- a/libs/android-support-appcompat-v7-exploded-aar/src/.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/src/.readme b/libs/android-support-appcompat-v7-exploded-aar/src/.readme
new file mode 100644
index 0000000000..4bcebad80c
--- /dev/null
+++ b/libs/android-support-appcompat-v7-exploded-aar/src/.readme
@@ -0,0 +1,2 @@
+This hidden file is there to ensure there is an src folder.
+Once we support binary library this will go away.
\ No newline at end of file
diff --git a/project.properties b/project.properties
index 3abf7906fa..b7cabddb8a 100644
--- a/project.properties
+++ b/project.properties
@@ -8,6 +8,6 @@
# project structure.
# Project target.
-target=android-19
+target=android-22
android.library.reference.1=owncloud-android-library
android.library.reference.2=libs/android-support-appcompat-v7-exploded-aar
diff --git a/res/drawable-hdpi/common_error.png b/res/drawable-hdpi/common_error.png
index 213976c70a..14590e5b11 100644
Binary files a/res/drawable-hdpi/common_error.png and b/res/drawable-hdpi/common_error.png differ
diff --git a/res/drawable-hdpi/ic_account_circle.png b/res/drawable-hdpi/ic_account_circle.png
new file mode 100644
index 0000000000..b2bdc2a0fb
Binary files /dev/null and b/res/drawable-hdpi/ic_account_circle.png differ
diff --git a/res/drawable-hdpi/ic_action_create_dir.png b/res/drawable-hdpi/ic_action_create_dir.png
index ece0eb4425..f8cbd1617a 100644
Binary files a/res/drawable-hdpi/ic_action_create_dir.png and b/res/drawable-hdpi/ic_action_create_dir.png differ
diff --git a/res/drawable-hdpi/ic_action_download.png b/res/drawable-hdpi/ic_action_download.png
index 05e75b4b8d..a0a112dc5f 100644
Binary files a/res/drawable-hdpi/ic_action_download.png and b/res/drawable-hdpi/ic_action_download.png differ
diff --git a/res/drawable-hdpi/ic_action_refresh.png b/res/drawable-hdpi/ic_action_refresh.png
index e6212cf679..e11b2c245d 100644
Binary files a/res/drawable-hdpi/ic_action_refresh.png and b/res/drawable-hdpi/ic_action_refresh.png differ
diff --git a/res/drawable-hdpi/ic_action_refresh_black.png b/res/drawable-hdpi/ic_action_refresh_black.png
deleted file mode 100644
index e6212cf679..0000000000
Binary files a/res/drawable-hdpi/ic_action_refresh_black.png and /dev/null differ
diff --git a/res/drawable-hdpi/ic_action_refresh_grey.png b/res/drawable-hdpi/ic_action_refresh_grey.png
new file mode 100644
index 0000000000..e4dca672fc
Binary files /dev/null and b/res/drawable-hdpi/ic_action_refresh_grey.png differ
diff --git a/res/drawable-hdpi/ic_action_settings.png b/res/drawable-hdpi/ic_action_settings.png
index 999d0f0d8c..cff84744f1 100644
Binary files a/res/drawable-hdpi/ic_action_settings.png and b/res/drawable-hdpi/ic_action_settings.png differ
diff --git a/res/drawable-hdpi/ic_action_upload.png b/res/drawable-hdpi/ic_action_upload.png
index 2369348c9d..9d0402fe09 100644
Binary files a/res/drawable-hdpi/ic_action_upload.png and b/res/drawable-hdpi/ic_action_upload.png differ
diff --git a/res/drawable-hdpi/ic_cancel.png b/res/drawable-hdpi/ic_cancel.png
new file mode 100644
index 0000000000..f964f154ad
Binary files /dev/null and b/res/drawable-hdpi/ic_cancel.png differ
diff --git a/res/drawable-hdpi/ic_drawer.png b/res/drawable-hdpi/ic_drawer.png
deleted file mode 100644
index 6614ea4f4d..0000000000
Binary files a/res/drawable-hdpi/ic_drawer.png and /dev/null differ
diff --git a/res/drawable-hdpi/ic_folder_open.png b/res/drawable-hdpi/ic_folder_open.png
new file mode 100644
index 0000000000..ebfea02a64
Binary files /dev/null and b/res/drawable-hdpi/ic_folder_open.png differ
diff --git a/res/drawable-hdpi/ic_hide.png b/res/drawable-hdpi/ic_hide.png
new file mode 100644
index 0000000000..0aa90d650e
Binary files /dev/null and b/res/drawable-hdpi/ic_hide.png differ
diff --git a/res/drawable-hdpi/ic_lock.png b/res/drawable-hdpi/ic_lock.png
new file mode 100644
index 0000000000..1a5784fc9a
Binary files /dev/null and b/res/drawable-hdpi/ic_lock.png differ
diff --git a/res/drawable-hdpi/ic_lock_open.png b/res/drawable-hdpi/ic_lock_open.png
new file mode 100644
index 0000000000..3e96a1358f
Binary files /dev/null and b/res/drawable-hdpi/ic_lock_open.png differ
diff --git a/res/drawable-hdpi/ic_log.png b/res/drawable-hdpi/ic_log.png
new file mode 100644
index 0000000000..dd7d0734d8
Binary files /dev/null and b/res/drawable-hdpi/ic_log.png differ
diff --git a/res/drawable-hdpi/ic_ok.png b/res/drawable-hdpi/ic_ok.png
new file mode 100644
index 0000000000..9680855afc
Binary files /dev/null and b/res/drawable-hdpi/ic_ok.png differ
diff --git a/res/drawable-hdpi/ic_view.png b/res/drawable-hdpi/ic_view.png
new file mode 100644
index 0000000000..259ddcd144
Binary files /dev/null and b/res/drawable-hdpi/ic_view.png differ
diff --git a/res/drawable-hdpi/ic_warning.png b/res/drawable-hdpi/ic_warning.png
new file mode 100644
index 0000000000..14590e5b11
Binary files /dev/null and b/res/drawable-hdpi/ic_warning.png differ
diff --git a/res/drawable-hdpi/no_network.png b/res/drawable-hdpi/no_network.png
new file mode 100644
index 0000000000..a921888cf4
Binary files /dev/null and b/res/drawable-hdpi/no_network.png differ
diff --git a/res/drawable-ldpi/logo.png b/res/drawable-ldpi/logo.png
deleted file mode 100644
index 23998ff5b2..0000000000
Binary files a/res/drawable-ldpi/logo.png and /dev/null differ
diff --git a/res/drawable-mdpi/ic_action_create_dir.png b/res/drawable-mdpi/ic_action_create_dir.png
index 9215a62540..2251275dc2 100644
Binary files a/res/drawable-mdpi/ic_action_create_dir.png and b/res/drawable-mdpi/ic_action_create_dir.png differ
diff --git a/res/drawable-mdpi/ic_action_download.png b/res/drawable-mdpi/ic_action_download.png
index afb2cb2e3c..990dfb82b3 100644
Binary files a/res/drawable-mdpi/ic_action_download.png and b/res/drawable-mdpi/ic_action_download.png differ
diff --git a/res/drawable-mdpi/ic_action_upload.png b/res/drawable-mdpi/ic_action_upload.png
index 0faf43b06b..ffecb517d1 100644
Binary files a/res/drawable-mdpi/ic_action_upload.png and b/res/drawable-mdpi/ic_action_upload.png differ
diff --git a/res/drawable-mdpi/ic_drawer.png b/res/drawable-mdpi/ic_drawer.png
deleted file mode 100644
index fb681ba263..0000000000
Binary files a/res/drawable-mdpi/ic_drawer.png and /dev/null differ
diff --git a/res/drawable-mdpi/logo.png b/res/drawable-mdpi/logo.png
deleted file mode 100644
index 23998ff5b2..0000000000
Binary files a/res/drawable-mdpi/logo.png and /dev/null differ
diff --git a/res/drawable-xhdpi/common_error.png b/res/drawable-xhdpi/common_error.png
new file mode 100644
index 0000000000..08177e7b48
Binary files /dev/null and b/res/drawable-xhdpi/common_error.png differ
diff --git a/res/drawable-xhdpi/ic_account_circle.png b/res/drawable-xhdpi/ic_account_circle.png
new file mode 100644
index 0000000000..246e0c8724
Binary files /dev/null and b/res/drawable-xhdpi/ic_account_circle.png differ
diff --git a/res/drawable-xhdpi/ic_action_create_dir.png b/res/drawable-xhdpi/ic_action_create_dir.png
new file mode 100644
index 0000000000..2251275dc2
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_create_dir.png differ
diff --git a/res/drawable-xhdpi/ic_action_download.png b/res/drawable-xhdpi/ic_action_download.png
new file mode 100644
index 0000000000..990dfb82b3
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_download.png differ
diff --git a/res/drawable-xhdpi/ic_action_refresh.png b/res/drawable-xhdpi/ic_action_refresh.png
new file mode 100644
index 0000000000..1f93e9f05b
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_refresh.png differ
diff --git a/res/drawable-xhdpi/ic_action_refresh_grey.png b/res/drawable-xhdpi/ic_action_refresh_grey.png
new file mode 100644
index 0000000000..cef51ab1a9
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_refresh_grey.png differ
diff --git a/res/drawable-xhdpi/ic_action_upload.png b/res/drawable-xhdpi/ic_action_upload.png
new file mode 100644
index 0000000000..ffecb517d1
Binary files /dev/null and b/res/drawable-xhdpi/ic_action_upload.png differ
diff --git a/res/drawable-xhdpi/ic_cancel.png b/res/drawable-xhdpi/ic_cancel.png
new file mode 100644
index 0000000000..ce0da22223
Binary files /dev/null and b/res/drawable-xhdpi/ic_cancel.png differ
diff --git a/res/drawable-xhdpi/ic_drawer.png b/res/drawable-xhdpi/ic_drawer.png
deleted file mode 100644
index b9bc3d70f1..0000000000
Binary files a/res/drawable-xhdpi/ic_drawer.png and /dev/null differ
diff --git a/res/drawable-xhdpi/ic_folder_open.png b/res/drawable-xhdpi/ic_folder_open.png
new file mode 100644
index 0000000000..ad4fcfa2b5
Binary files /dev/null and b/res/drawable-xhdpi/ic_folder_open.png differ
diff --git a/res/drawable-xhdpi/ic_hide.png b/res/drawable-xhdpi/ic_hide.png
new file mode 100644
index 0000000000..75e5462bb9
Binary files /dev/null and b/res/drawable-xhdpi/ic_hide.png differ
diff --git a/res/drawable-xhdpi/ic_lock.png b/res/drawable-xhdpi/ic_lock.png
new file mode 100644
index 0000000000..c7b3d38395
Binary files /dev/null and b/res/drawable-xhdpi/ic_lock.png differ
diff --git a/res/drawable-xhdpi/ic_lock_open.png b/res/drawable-xhdpi/ic_lock_open.png
new file mode 100644
index 0000000000..ad1b519fa1
Binary files /dev/null and b/res/drawable-xhdpi/ic_lock_open.png differ
diff --git a/res/drawable-xhdpi/ic_log.png b/res/drawable-xhdpi/ic_log.png
new file mode 100644
index 0000000000..50b1541e7d
Binary files /dev/null and b/res/drawable-xhdpi/ic_log.png differ
diff --git a/res/drawable-xhdpi/ic_ok.png b/res/drawable-xhdpi/ic_ok.png
new file mode 100644
index 0000000000..c46df6b81c
Binary files /dev/null and b/res/drawable-xhdpi/ic_ok.png differ
diff --git a/res/drawable-xhdpi/ic_view.png b/res/drawable-xhdpi/ic_view.png
new file mode 100644
index 0000000000..0e78ea3b22
Binary files /dev/null and b/res/drawable-xhdpi/ic_view.png differ
diff --git a/res/drawable-xhdpi/ic_warning.png b/res/drawable-xhdpi/ic_warning.png
new file mode 100644
index 0000000000..08177e7b48
Binary files /dev/null and b/res/drawable-xhdpi/ic_warning.png differ
diff --git a/res/drawable-xhdpi/no_network.png b/res/drawable-xhdpi/no_network.png
new file mode 100644
index 0000000000..628515df36
Binary files /dev/null and b/res/drawable-xhdpi/no_network.png differ
diff --git a/res/drawable-xxhdpi/common_error.png b/res/drawable-xxhdpi/common_error.png
new file mode 100644
index 0000000000..dc007ee65f
Binary files /dev/null and b/res/drawable-xxhdpi/common_error.png differ
diff --git a/res/drawable-xxhdpi/ic_account_circle.png b/res/drawable-xxhdpi/ic_account_circle.png
new file mode 100644
index 0000000000..bfd4632b57
Binary files /dev/null and b/res/drawable-xxhdpi/ic_account_circle.png differ
diff --git a/res/drawable-xxhdpi/ic_action_create_dir.png b/res/drawable-xxhdpi/ic_action_create_dir.png
new file mode 100644
index 0000000000..7bd3c8fbc6
Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_create_dir.png differ
diff --git a/res/drawable-xxhdpi/ic_action_download.png b/res/drawable-xxhdpi/ic_action_download.png
new file mode 100644
index 0000000000..95502de3f1
Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_download.png differ
diff --git a/res/drawable-xxhdpi/ic_action_refresh.png b/res/drawable-xxhdpi/ic_action_refresh.png
new file mode 100644
index 0000000000..a5561e34d5
Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_refresh.png differ
diff --git a/res/drawable-xxhdpi/ic_action_refresh_grey.png b/res/drawable-xxhdpi/ic_action_refresh_grey.png
new file mode 100644
index 0000000000..5d8775aaeb
Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_refresh_grey.png differ
diff --git a/res/drawable-xxhdpi/ic_action_upload.png b/res/drawable-xxhdpi/ic_action_upload.png
new file mode 100644
index 0000000000..a6c31e9322
Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_upload.png differ
diff --git a/res/drawable-xxhdpi/ic_cancel.png b/res/drawable-xxhdpi/ic_cancel.png
new file mode 100644
index 0000000000..f6f7844def
Binary files /dev/null and b/res/drawable-xxhdpi/ic_cancel.png differ
diff --git a/res/drawable-xxhdpi/ic_folder_open.png b/res/drawable-xxhdpi/ic_folder_open.png
new file mode 100644
index 0000000000..bc826f4ab9
Binary files /dev/null and b/res/drawable-xxhdpi/ic_folder_open.png differ
diff --git a/res/drawable-xxhdpi/ic_hide.png b/res/drawable-xxhdpi/ic_hide.png
new file mode 100644
index 0000000000..394b85e4f7
Binary files /dev/null and b/res/drawable-xxhdpi/ic_hide.png differ
diff --git a/res/drawable-xxhdpi/ic_lock.png b/res/drawable-xxhdpi/ic_lock.png
new file mode 100644
index 0000000000..745227fb11
Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock.png differ
diff --git a/res/drawable-xxhdpi/ic_lock_open.png b/res/drawable-xxhdpi/ic_lock_open.png
new file mode 100644
index 0000000000..a0eec1ff14
Binary files /dev/null and b/res/drawable-xxhdpi/ic_lock_open.png differ
diff --git a/res/drawable-xxhdpi/ic_log.png b/res/drawable-xxhdpi/ic_log.png
new file mode 100644
index 0000000000..50f854ea5a
Binary files /dev/null and b/res/drawable-xxhdpi/ic_log.png differ
diff --git a/res/drawable-xxhdpi/ic_ok.png b/res/drawable-xxhdpi/ic_ok.png
new file mode 100644
index 0000000000..6fe6ef648a
Binary files /dev/null and b/res/drawable-xxhdpi/ic_ok.png differ
diff --git a/res/drawable-xxhdpi/ic_settings.png b/res/drawable-xxhdpi/ic_settings.png
new file mode 100644
index 0000000000..6a70402b4f
Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings.png differ
diff --git a/res/drawable-xxhdpi/ic_view.png b/res/drawable-xxhdpi/ic_view.png
new file mode 100644
index 0000000000..36c10e7535
Binary files /dev/null and b/res/drawable-xxhdpi/ic_view.png differ
diff --git a/res/drawable-xxhdpi/ic_warning.png b/res/drawable-xxhdpi/ic_warning.png
new file mode 100644
index 0000000000..dc007ee65f
Binary files /dev/null and b/res/drawable-xxhdpi/ic_warning.png differ
diff --git a/res/drawable-xxhdpi/no_network.png b/res/drawable-xxhdpi/no_network.png
new file mode 100644
index 0000000000..1fec70bc10
Binary files /dev/null and b/res/drawable-xxhdpi/no_network.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progress_bg_light.9.png b/res/drawable-xxhdpi/owncloud_progress_bg_light.9.png
new file mode 100644
index 0000000000..fb146c3398
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progress_bg_light.9.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progress_primary_light.9.png b/res/drawable-xxhdpi/owncloud_progress_primary_light.9.png
new file mode 100644
index 0000000000..1fc3b4ec7c
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progress_primary_light.9.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progress_secondary_light.9.png b/res/drawable-xxhdpi/owncloud_progress_secondary_light.9.png
new file mode 100644
index 0000000000..6cae209f42
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progress_secondary_light.9.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png
new file mode 100644
index 0000000000..2444d8361b
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_1.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png
new file mode 100644
index 0000000000..35ca0a7627
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_2.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png
new file mode 100644
index 0000000000..94b63b5ca0
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_3.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png
new file mode 100644
index 0000000000..efe4948de0
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_4.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png
new file mode 100644
index 0000000000..e91efc5e7b
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_5.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png
new file mode 100644
index 0000000000..815d093b2d
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_6.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png
new file mode 100644
index 0000000000..c78647de59
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_7.png differ
diff --git a/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png
new file mode 100644
index 0000000000..1edad5a703
Binary files /dev/null and b/res/drawable-xxhdpi/owncloud_progressbar_indeterminate_8.png differ
diff --git a/res/drawable-xxxhdpi/ic_action_create_dir.png b/res/drawable-xxxhdpi/ic_action_create_dir.png
new file mode 100644
index 0000000000..49f258f4e9
Binary files /dev/null and b/res/drawable-xxxhdpi/ic_action_create_dir.png differ
diff --git a/res/drawable-xxxhdpi/ic_action_download.png b/res/drawable-xxxhdpi/ic_action_download.png
new file mode 100644
index 0000000000..a57e72f7dc
Binary files /dev/null and b/res/drawable-xxxhdpi/ic_action_download.png differ
diff --git a/res/drawable-xxxhdpi/ic_action_upload.png b/res/drawable-xxxhdpi/ic_action_upload.png
new file mode 100644
index 0000000000..fb717a9391
Binary files /dev/null and b/res/drawable-xxxhdpi/ic_action_upload.png differ
diff --git a/res/drawable/actionbar_progress_horizontal.xml b/res/drawable/actionbar_progress_horizontal.xml
new file mode 100644
index 0000000000..6c3c0f184d
--- /dev/null
+++ b/res/drawable/actionbar_progress_horizontal.xml
@@ -0,0 +1,19 @@
+
+
+
+
+
+ -
+
+
+ -
+
+
+
+
\ No newline at end of file
diff --git a/res/drawable/actionbar_progress_indeterminate_horizontal.xml b/res/drawable/actionbar_progress_indeterminate_horizontal.xml
new file mode 100644
index 0000000000..1cd653b3e8
--- /dev/null
+++ b/res/drawable/actionbar_progress_indeterminate_horizontal.xml
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+
+
+
diff --git a/res/drawable/backrepeat.xml b/res/drawable/backrepeat.xml
new file mode 100644
index 0000000000..37105c7b6b
--- /dev/null
+++ b/res/drawable/backrepeat.xml
@@ -0,0 +1,4 @@
+
+
\ No newline at end of file
diff --git a/res/drawable/checker_16_16.png b/res/drawable/checker_16_16.png
new file mode 100644
index 0000000000..3e9e3d0969
Binary files /dev/null and b/res/drawable/checker_16_16.png differ
diff --git a/res/drawable/process_dialog_background.xml b/res/drawable/process_dialog_background.xml
new file mode 100644
index 0000000000..9ba0b1e9ab
--- /dev/null
+++ b/res/drawable/process_dialog_background.xml
@@ -0,0 +1,11 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout-land/account_setup.xml b/res/layout-land/account_setup.xml
index 27873a61f2..2fcc1d0baf 100644
--- a/res/layout-land/account_setup.xml
+++ b/res/layout-land/account_setup.xml
@@ -64,7 +64,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginBottom="10dp"
- android:onClick="onRefreshClick"
android:text="@string/auth_check_server"
android:visibility="gone"
android:contentDescription="@string/auth_check_server"/>
@@ -76,6 +75,8 @@
android:text="@string/auth_expired_basic_auth_toast"
android:visibility="gone"
android:layout_marginBottom="10dp"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_expired_basic_auth_toast"/>
@@ -120,6 +123,8 @@
android:drawableLeft="@android:drawable/stat_notify_sync"
android:drawablePadding="5dp"
android:gravity="center_vertical"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:text="@string/auth_testing_connection"
android:contentDescription="@string/auth_testing_connection"/>
@@ -130,6 +135,8 @@
android:checked="false"
android:onClick="onCheckClick"
android:text="@string/oauth_check_onoff"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:textAppearance="?android:attr/textAppearanceSmall"
android:contentDescription="@string/oauth_check_onoff"
/>
@@ -143,6 +150,8 @@
android:text="@string/oauth2_url_endpoint_auth"
android:singleLine="true"
android:inputType="textUri"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:visibility="gone">
@@ -155,6 +164,8 @@
android:text="@string/oauth2_url_endpoint_access"
android:singleLine="true"
android:inputType="textUri"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:visibility="gone">
@@ -166,6 +177,8 @@
android:ems="10"
android:hint="@string/auth_username"
android:inputType="textNoSuggestions"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_username"
/>
@@ -177,7 +190,8 @@
android:hint="@string/auth_password"
android:inputType="textPassword"
android:drawablePadding="5dp"
- android:contentDescription="@string/auth_password"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
/>
@@ -204,13 +220,13 @@
android:layout_alignParentBottom="true"
android:orientation="vertical" >
-
@@ -224,7 +240,7 @@
android:paddingBottom="5dp"
android:paddingTop="5dp"
android:text="@string/auth_register"
- android:textColor="#0000FF"
+ android:textColor="@color/login_text_color"
android:contentDescription="@string/auth_register"/>
diff --git a/res/layout/account_setup.xml b/res/layout/account_setup.xml
index 6b9ce79ff5..0789c59959 100644
--- a/res/layout/account_setup.xml
+++ b/res/layout/account_setup.xml
@@ -38,19 +38,18 @@
android:id="@+id/thumbnail"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:layout_marginBottom="10dp"
+ android:layout_marginBottom="20dp"
android:layout_marginTop="10dp"
- android:background="@color/login_logo_background_color"
android:src="@drawable/logo"
android:contentDescription="@string/app_name"/>
-
@@ -63,13 +62,15 @@
android:text="@string/auth_expired_basic_auth_toast"
android:visibility="gone"
android:layout_marginBottom="10dp"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_expired_basic_auth_toast"/>
@@ -119,6 +124,8 @@
android:onClick="onCheckClick"
android:text="@string/oauth_check_onoff"
android:textAppearance="?android:attr/textAppearanceSmall"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/oauth_check_onoff"
/>
@@ -128,6 +135,8 @@
android:layout_height="wrap_content"
android:ems="10"
android:enabled="false"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:text="@string/oauth2_url_endpoint_auth"
android:singleLine="true"
android:inputType="textUri"
@@ -143,6 +152,8 @@
android:text="@string/oauth2_url_endpoint_access"
android:singleLine="true"
android:inputType="textUri"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:visibility="gone"/>
@@ -163,6 +176,8 @@
android:ems="10"
android:hint="@string/auth_password"
android:inputType="textPassword"
+ android:textColor="@color/primary"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_password"
/>
@@ -175,15 +190,18 @@
android:drawablePadding="5dp"
android:gravity="center_vertical"
android:text="@string/auth_unauthorized"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_unauthorized"/>
-
@@ -196,7 +214,8 @@
android:paddingBottom="5dp"
android:paddingTop="5dp"
android:text="@string/auth_register"
- android:textColor="#0000FF"
+ android:textColor="@color/login_text_color"
+ android:textColorHint="@color/login_text_hint_color"
android:contentDescription="@string/auth_register"/>
diff --git a/res/layout/alert_dialog_list_view.xml b/res/layout/alert_dialog_list_view.xml
new file mode 100644
index 0000000000..ce5a569e1f
--- /dev/null
+++ b/res/layout/alert_dialog_list_view.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
diff --git a/res/layout/drawer.xml b/res/layout/drawer.xml
index 07ad5ee058..aacb1c627b 100644
--- a/res/layout/drawer.xml
+++ b/res/layout/drawer.xml
@@ -16,51 +16,88 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see .
-->
-
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
+
+
+
-
+
-
-
-
-
+
-
-
\ No newline at end of file
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/drawer_list_item.xml b/res/layout/drawer_list_item.xml
index 30f3843b44..8c10610729 100644
--- a/res/layout/drawer_list_item.xml
+++ b/res/layout/drawer_list_item.xml
@@ -24,19 +24,29 @@
android:layout_alignParentLeft="true"
android:orientation="horizontal"
android:background="@color/background_color"
- android:layout_marginTop="10dp"
- android:layout_marginBottom="10dp">
+ android:layout_marginTop="16dp"
+ android:layout_marginBottom="16dp"
+ android:minHeight="?android:attr/listPreferredItemHeight">
+
+
+ android:textStyle="normal"
+ android:layout_gravity="center_vertical"
+ android:textSize="14sp"
+ />
diff --git a/res/layout/file_actions.xml b/res/layout/file_actions.xml
new file mode 100644
index 0000000000..abc42fb4fa
--- /dev/null
+++ b/res/layout/file_actions.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/res/layout/file_details_empty.xml b/res/layout/file_details_empty.xml
index d24295443f..a4c970924a 100644
--- a/res/layout/file_details_empty.xml
+++ b/res/layout/file_details_empty.xml
@@ -20,7 +20,7 @@
+ android:layout_alignParentTop="true" >
@@ -204,7 +207,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
- android:src="@drawable/btn_cancel"
+ android:src="@drawable/ic_cancel"
android:background="@android:color/transparent"
/>
diff --git a/res/layout/file_download_fragment.xml b/res/layout/file_download_fragment.xml
index 0494b8a159..e101de198b 100644
--- a/res/layout/file_download_fragment.xml
+++ b/res/layout/file_download_fragment.xml
@@ -23,12 +23,14 @@
android:layout_gravity="center"
android:gravity="center_vertical"
android:padding="20dp"
+ android:background="@color/black"
>
@@ -44,21 +46,21 @@
>
+ style="?android:attr/progressBarStyleHorizontal"
+ android:indeterminate="false"
+ android:indeterminateOnly="false"
+
+ />
@@ -79,6 +81,7 @@
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_margin="40dp"
+ android:textColor="@color/dark_background_text_color"
android:text="@string/downloader_download_failed_ticker"
/>
diff --git a/res/layout/file_preview.xml b/res/layout/file_preview.xml
index d371e10ea5..2068224dce 100644
--- a/res/layout/file_preview.xml
+++ b/res/layout/file_preview.xml
@@ -59,6 +59,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
+ android:layout_margin="16dp"
/>
\ No newline at end of file
diff --git a/res/layout/files.xml b/res/layout/files.xml
index 649c863ab7..5a2e9572d2 100644
--- a/res/layout/files.xml
+++ b/res/layout/files.xml
@@ -25,28 +25,46 @@
+ android:orientation="vertical">
+
-
+ android:background="@color/background_color"
+
+ android:orientation="horizontal"
+ android:id="@+id/ListLayout"
+ android:contentDescription="@string/list_layout"
+ >
+
+
+
+
+
-
+
+
-
-
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index c0e9d98e39..09b89aafa3 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -27,6 +27,7 @@
Impostazioni
Registri
Chiudi
+ Apri
Generale
Altro
Account
@@ -200,9 +201,9 @@
Vuoi davvero rimuovere %1$s?
Vuoi davvero rimuovere %1$s e il suo contenuto?
Solo localmente
- Solo contenuti locali
- Rimuovi dal server
- Sia remoto che locale
+ Solo locale
+ Dal server
+ Remota e locale
Rimozione effettuata con successo
La rimozione non può essere completata
Digita un nuovo nome
@@ -257,8 +258,8 @@
File in conflitto
Quali file vuoi tenere? Se selezioni entrambi le versioni, il file locale avrà un numero aggiunto al suo nome.
Mantieni entrambi
- Usa la versione locale
- Usa la versione del server
+ Versione locale
+ versione del server
Anteprima dell\'immagine
Questa immagine non può essere mostrata
%1$s non può essere copiato nella cartella locale %2$s
diff --git a/res/values-ja-rJP/strings.xml b/res/values-ja-rJP/strings.xml
index 528752ce5d..c6f90c200a 100644
--- a/res/values-ja-rJP/strings.xml
+++ b/res/values-ja-rJP/strings.xml
@@ -27,6 +27,7 @@
設定
ログ
閉じる
+ 開く
一般
もっと見る
アカウント
@@ -201,9 +202,7 @@
本当に %1$s を削除しますか?
本当に %1$s およびそのコンテンツを削除してもよろしいですか?
ローカルのみ
- ローカルコンテンツのみ
- サーバーから削除
- リモートとローカルの両方
+ ローカルのみ
削除に成功しました
削除を完了できませんでした
新しい名前を入力
@@ -258,8 +257,6 @@
ファイルが競合
どちらのファイルを保存したいですか?両方のバージョンを選択した場合は、ファイル名の後ろに数字を追加したファイルのコピーを作成します。
両方を保持
- 手元のファイルで上書き
- サーバーのファイルで上書き
イメージプレビュー
この画像は表示できません
%1$s は、ローカルフォルダー %2$s にコピーできませんでした。
diff --git a/res/values-ka-rGE/strings.xml b/res/values-ka-rGE/strings.xml
index 241d5babf8..0d7d86016e 100644
--- a/res/values-ka-rGE/strings.xml
+++ b/res/values-ka-rGE/strings.xml
@@ -12,6 +12,7 @@
+ გახსნა
ზოგადი
უფრო მეტი
ანგარიში
@@ -99,9 +100,7 @@
გადარქმევა
წაშლა
მხოლოდ ლოკალური
- მხოლოდ ლოკალური კონტენტი
- სერვერიდან წაშლა
- დაშორებული და ლოკალური
+ მხოლოდ ლოკალური
წაშლა შარმატებით დასრულდა
წაშლა წარუმატებლად დამთავრდა
შეიყვანეთ ახალი სახელი
diff --git a/res/values-km/strings.xml b/res/values-km/strings.xml
index 05de5dbc92..68b39212ac 100644
--- a/res/values-km/strings.xml
+++ b/res/values-km/strings.xml
@@ -23,6 +23,7 @@
+ បើក
ទូទៅ
ច្រើនទៀត
គណនី
@@ -84,8 +85,7 @@
ប្ដូរឈ្មោះ
ដកចេញ
ទីកន្លែងតែមួយ
- ដកចេញពីសឺវឺ
- បញ្ជារ និងទីតាំង
+ ទីកន្លែងតែមួយ
ការដកយកចេញបានជោគជ័យ
ការដកយកចេញបានបរាជ័យ
បញ្ចូលឈ្មោះថ្មី
diff --git a/res/values-kn/strings.xml b/res/values-kn/strings.xml
index 056406d3b7..ef5e51c71f 100644
--- a/res/values-kn/strings.xml
+++ b/res/values-kn/strings.xml
@@ -11,6 +11,7 @@
+ ತೆರೆ
ಇನ್ನಷ್ಟು
ಸಹಾಯ
ಮುದ್ರೆ
diff --git a/res/values-ko/strings.xml b/res/values-ko/strings.xml
index 1cd42cc1d2..efc3c1a233 100644
--- a/res/values-ko/strings.xml
+++ b/res/values-ko/strings.xml
@@ -27,6 +27,7 @@
설정
로그
닫기
+ 열기
일반
더 보기
계정
@@ -200,9 +201,7 @@
%1$s을(를) 삭제하시겠습니까?
%1$s 및 포함된 내용을 삭제하시겠습니까?
로컬만
- 로컬 콘텐츠만
- 서버에서 삭제
- 서버와 로컬 모두
+ 로컬만
성공적으로 삭제함
삭제할 수 없음
새 이름 입력
diff --git a/res/values-ku-rIQ/strings.xml b/res/values-ku-rIQ/strings.xml
index 5bbaf796c8..af1edacf50 100644
--- a/res/values-ku-rIQ/strings.xml
+++ b/res/values-ku-rIQ/strings.xml
@@ -9,6 +9,7 @@
+ بیکەوە
گشتی
هەژمارەکان
یارمەتی
diff --git a/res/values-la/strings.xml b/res/values-la/strings.xml
new file mode 100644
index 0000000000..37e6152416
--- /dev/null
+++ b/res/values-la/strings.xml
@@ -0,0 +1,10 @@
+
+
+
+
+
+
+
+
diff --git a/res/values-lb/strings.xml b/res/values-lb/strings.xml
index eb2e5cfbb1..99468420e4 100644
--- a/res/values-lb/strings.xml
+++ b/res/values-lb/strings.xml
@@ -23,6 +23,7 @@
+ Opmaachen
Allgemeng
Méi
Konten
@@ -145,9 +146,7 @@
Wëlls du %1$s wierklech läschen?
Wëlls du %1$s an de ganzen Inhalt wierklech läschen?
Nemme lokal
- Nëmme lokal Inhalter
- Vum Server läschen
- Um Server a lokal
+ Nemme lokal
Erfollegräich geläscht
Läsche feelgeschloen
Gëff en neien Numm an
diff --git a/res/values-lt-rLT/strings.xml b/res/values-lt-rLT/strings.xml
index 6e7855b5a9..9d3643f142 100644
--- a/res/values-lt-rLT/strings.xml
+++ b/res/values-lt-rLT/strings.xml
@@ -24,6 +24,7 @@
Parinktys
+ Atverti
Bendras
Daugiau
Paskyros
@@ -173,9 +174,7 @@
Ar tikrai norite pašalinti %1$s?
Ar tikrai norite pašalinti %1$s ir ten esantį turinį?
Tik vietiniai
- Tik vietinis turinys
- Pašalinti iš serverio
- Nutolę ir vietiniai
+ Tik vietiniai
Pašalinta sėkmingai
Pašalinti nepavyko
Įveskite naują pavadinimą
diff --git a/res/values-lv/strings.xml b/res/values-lv/strings.xml
index 32f384786a..ea13b1b94d 100644
--- a/res/values-lv/strings.xml
+++ b/res/values-lv/strings.xml
@@ -23,6 +23,7 @@
+ Atvērt
Vispārīgi
Vairāk
Konti
@@ -117,9 +118,7 @@
Pārsaukt
Izņemt
Tikai lokālos
- Tikai lokālo saturu
- Izņemt no servera
- Attālinātās un lokālās
+ Tikai lokālos
Veiksmīgi izņemts
Neizdevās izņemt
Ievadīt jaunu nosaukumu
diff --git a/res/values-mk/strings.xml b/res/values-mk/strings.xml
index 28329fa7a0..8c842a2f3b 100644
--- a/res/values-mk/strings.xml
+++ b/res/values-mk/strings.xml
@@ -23,6 +23,7 @@
+ Отвори
Општо
Повеќе
Сметки
@@ -192,9 +193,7 @@
Дали навистина сакаш да ја отстраниш %1$s?
Дали навистина сакаш да го отстранам %1$s и неговата содржина?
Само локално
- Само локална содржина
- Отстрани од серверот
- Далечинско и локално
+ Само локално
Одстранувањето е успешно
Одстранувањето е неуспешно
Внеси ново име
diff --git a/res/values-ms-rMY/strings.xml b/res/values-ms-rMY/strings.xml
index b2303ba938..4ac4d9523a 100644
--- a/res/values-ms-rMY/strings.xml
+++ b/res/values-ms-rMY/strings.xml
@@ -18,6 +18,7 @@
+ Buka
Umum
Lanjutan
Akaun
@@ -55,6 +56,7 @@
Namakan
Buang
Lokal sahaja
+ Lokal sahaja
Hantar
Akaun
diff --git a/res/values-nb-rNO/strings.xml b/res/values-nb-rNO/strings.xml
index cd1b3b8fe7..cb99ece704 100644
--- a/res/values-nb-rNO/strings.xml
+++ b/res/values-nb-rNO/strings.xml
@@ -27,6 +27,7 @@
Innstillinger
Logger
Lukk
+ Åpne
Generelt
Mer
Kontoer
@@ -200,9 +201,7 @@
Vil du virkelig fjerne %1$s?
Vil du virkelig fjerne %1$s inkludert innholdet?
Kun lokalt
- Kun lokalt innhold
- Fjern fra server
- Ekstern og lokal
+ Kun lokalt
Fjerning var vellykket
Fjerning mislyktes
Skriv inn et nytt navn
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index 1e05442d7a..8e1e5eb139 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -27,6 +27,7 @@
Instellingen
Logs
Sluiten
+ Open
Algemeen
Meer
Accounts
@@ -203,9 +204,9 @@ Hieronder staan de lokale bestanden en de externe bestanden in %5$s waar ze naar
Wilt u %1$s werkelijk verwijderen?
Wilt u %1$s en de inhoud ervan werkelijk verwijderen?
Alleen lokaal
- Alleen lokale inhoud
- Verwijder van server
- Lokaal en op de server
+ Alleen lokaal
+ Van server
+ Extern & lokaal
Succesvol verwijderd
Verwijdering kon niet voltooid worden
Voer een nieuwe naam in
@@ -260,8 +261,8 @@ Hieronder staan de lokale bestanden en de externe bestanden in %5$s waar ze naar
Bestandsconflict
Welke bestanden wilt u bewaren? Als u beide versies selecteert zal het lokale bestand een nummer aan de naam toegevoegd krijgen.
Beide bewaren
- Gebruik de lokale versie
- Gebruik de server-versie
+ lokale versie
+ serverversie
Afbeelding voorbeeld
Deze afbeelding kan niet worden getoond
%1$s kon niet worden gekopieerd naar de %2$s lokale map
diff --git a/res/values-nn-rNO/strings.xml b/res/values-nn-rNO/strings.xml
index b99a6204b6..2a12cc08a1 100644
--- a/res/values-nn-rNO/strings.xml
+++ b/res/values-nn-rNO/strings.xml
@@ -17,6 +17,7 @@
+ Opna
Generelt
Meir
Kontoar
@@ -105,8 +106,7 @@
Endra namn
Fjern
Berre lokalt
- Fjern frå tenaren
- Ekstern og lokal
+ Berre lokalt
Fjerning vellukka
Fjerning mislukka
Klarte ikkje å fullføra omdøyping
diff --git a/res/values-oc/strings.xml b/res/values-oc/strings.xml
index 69f2d1810e..3e17598974 100644
--- a/res/values-oc/strings.xml
+++ b/res/values-oc/strings.xml
@@ -13,6 +13,7 @@
Paramètres
+ Dubrís
General
Mai d\'aquò
Comptes
diff --git a/res/values-pa/strings.xml b/res/values-pa/strings.xml
index a757dba02b..f68a9c64b3 100644
--- a/res/values-pa/strings.xml
+++ b/res/values-pa/strings.xml
@@ -89,8 +89,7 @@
ਨਾਂ ਬਦਲੋ
ਹਟਾਓ
ਕੇਵਲ ਲੋਕਲ
- ਸਰਵਰ ਤੋਂ ਹਟਾਓ
- ਰਿਮੋਟ ਤੇ ਲੋਕਲ
+ ਕੇਵਲ ਲੋਕਲ
ਪਲ਼ ਭਰ ਲਈ ਉਡੀਕੋ
ਕੋਈ ਫਾਇਲ ਨਹੀਂ ਚੁਣੀ ਗਈ
ਇਹ ਸਾਈਟ ਦੀ ਪਛਾਣ ਦੀ ਜਾਂਚ ਨਹੀਂ ਕੀਤੀ ਜਾ ਸਕੀ ਹੈ
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index 0822459b53..869c16e915 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -23,6 +23,7 @@
+ Otwórz
Ogólne
Więcej
Konta
@@ -195,9 +196,7 @@
Czy naprawdę chcesz usunąć %1$s?
Czy naprawdę chcesz usunąć %1$s i jego zawartość?
Tylko lokalnie
- Tylko zasoby lokalne
- Usuń z serwera
- Z serwera i telefonu
+ Tylko lokalnie
Usunięto
Nie można usunąć
Wprowadź nową nazwę
diff --git a/res/values-pt-rBR/strings.xml b/res/values-pt-rBR/strings.xml
index 56f898d990..013757ca91 100644
--- a/res/values-pt-rBR/strings.xml
+++ b/res/values-pt-rBR/strings.xml
@@ -27,6 +27,7 @@
Configurações
Logs
Fechar
+ Abrir
Geral
Mais
Contas
@@ -200,9 +201,9 @@
Você realmente deseja remover %1$s?
Você realmente deseja remover %1$s e seus conteúdos?
Somente local
- Somente conteúdo local
- Remover do servidor
- Ambos remoto e local
+ Somente local
+ Do servidor
+ Remoto & local
Removido com sucesso
Erro ao remover
Digite um novo nome
@@ -257,8 +258,8 @@
Conflito de arquivo
Quais arquivos você deseja manter? Se você selecionar ambas as versões, o arquivo local terá um número adicionado ao seu nome.
Manter ambos
- Usar a versão local
- Usar a versão servidor
+ versão local
+ versão do servidor
Pré-visualização da imagem
Esta imagem não pode ser mostrada
%1$s não pôde ser copiado para pasta local %2$s
diff --git a/res/values-pt-rPT/strings.xml b/res/values-pt-rPT/strings.xml
index 3e399a4324..83c1f5d493 100644
--- a/res/values-pt-rPT/strings.xml
+++ b/res/values-pt-rPT/strings.xml
@@ -27,6 +27,7 @@
Definições
Registos de Alterações
Fechar
+ Abrir
Geral
Mais
Contas
@@ -199,9 +200,7 @@
Tem a certeza que deseja remover %1$s ?
Deseja realmente remover %1$s e o seu conteúdo?
Apenas localmente
- So conteúdos locais
- Apagar do servidor
- ambos os remoto e local
+ Apenas localmente
Removido com sucesso
Não foi possível remover
Introduza um novo nome
@@ -256,8 +255,6 @@
Conflito de ficheiro
Quais os ficheiros que pretende manter? Se selecionar ambas as versões, o ficheiro local irá ter um número adicionado ao seu nome.
Manter ambos
- Usar versão local
- Usar versão do servidor
Pré-Visualizar imagem
Esta imagem não pode ser mostrada
Não foi possível copiar %1$s para a pasta local %2$s
diff --git a/res/values-ro/strings.xml b/res/values-ro/strings.xml
index cd989a49da..8be2ea0670 100644
--- a/res/values-ro/strings.xml
+++ b/res/values-ro/strings.xml
@@ -27,6 +27,7 @@
Setări
Înregistrări
Închide
+ Deschide
General
Mai mult
Conturi
@@ -194,14 +195,15 @@
Nu se poate autentifica cu acest server
Contul nu există încă în dispozitiv
Favorit
+ Defavoritați
Redenumește
Elimină
Doriti sigur sa stergeti %1$s?
Sigur vrei să elimini %1$s și conținutul său?
Doar local
- Doar continut local
- Elimină de pe server
- De la distanță și local
+ Doar local
+ De pe server
+ Ambele
Eliminat cu succes
Eliminarea nu a reușit
Introduceţi un nou nume
@@ -253,7 +255,11 @@
Încarcă poze doar prin WiFi
Încarcă videoclipuri doar via WiFi
/Încărcare instantă
+ Conflict de fișiere
+ Care fișiere doriți să păstrați? Dacă selectați „ambele”, fișierului local i se va adăuga un număr numelui său.
Pastreaza amandoua
+ versiunea locală
+ versiunea de pe server
Previzualizare imagine
Aceasta imagine nu poate fi arătată
%1$s nu a putut fi copiat in dosarul local %2$s
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 3c5b4edd2e..fdad0befbd 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -27,6 +27,7 @@
Настройки
Журналы
Закрыть
+ Открыть
Основные
Больше
Учётные записи
@@ -201,9 +202,7 @@
Вы действительно хотите удалить %1$s?
Вы действительно хотите удалить %1$s и его содержимое?
Только локально
- Только локальные данные
- Удалить с сервера
- Удалённо и локально
+ Только локально
Удаление завершено
Ошибка удаления
Введите новое имя
@@ -258,8 +257,6 @@
Конфликт файлов
Какие файлы Вы хотите сохранить? При выборе обеих версий, к названию локального файла будет добавлена цифра
Сохранить оба
- Использовать локальную версию
- Использовать версию сервера
Предпросмотр
Это изображение не может быть отображено
%1$s невозможно скопировать в локальный каталог %2$s
diff --git a/res/values-si-rLK/strings.xml b/res/values-si-rLK/strings.xml
index dce26eeb00..8116b724ef 100644
--- a/res/values-si-rLK/strings.xml
+++ b/res/values-si-rLK/strings.xml
@@ -9,6 +9,7 @@
+ විවෘත කරන්න
සාමාන්යයෙන්
වැඩි
ගිණුම්
@@ -66,8 +67,7 @@
නැවත නම් කරන්න
ඉවත් කරන්න
පෙදෙසි පමණක්
- සේවාදායකයාගෙන් ඉවත් කරන්න
- දුරස්ථ හා පෙදෙසි
+ පෙදෙසි පමණක්
සාර්ථක ඉවත්කිරීමක්
ඉවත් කිරීම සම්පූර්ණ කළ නොහැක
නැවත නම් කිරීම සම්පුර්ණ කළ නොහැකි විය
diff --git a/res/values-sk-rSK/strings.xml b/res/values-sk-rSK/strings.xml
index d3e366f9ae..7cc28c2226 100644
--- a/res/values-sk-rSK/strings.xml
+++ b/res/values-sk-rSK/strings.xml
@@ -27,6 +27,7 @@
Nastavenia
Logy
Zavrieť
+ Otvoriť
Všeobecné
Viac
Účty
@@ -194,9 +195,7 @@
Naozaj chcete odstrániť %1$s?
Naozaj chcete odstrániť %1$s a jeho obsah?
Iba lokálne
- Len lokálny obsah
- Zmazať zo servera
- Vzdialené a lokálne
+ Iba lokálne
Úspešne odstránené
Odstránenie zlyhalo
Zadajte nové meno
diff --git a/res/values-sl/strings.xml b/res/values-sl/strings.xml
index e13d17dd32..2351338b39 100644
--- a/res/values-sl/strings.xml
+++ b/res/values-sl/strings.xml
@@ -27,6 +27,7 @@
Nastavitve
Dnevnik
Zapri
+ Odpri
Splošno
Več
Računi
@@ -200,9 +201,9 @@
Ali res želite odstraniti %1$s?
Ali res želite odstraniti %1$s skupaj s celotno vsebino?
Le krajevno
- Le krajevno vsebino
- Odstrani s strežnika
- Oddaljeno in krajevno
+ Le krajevno
+ S strežnika
+ Oddaljeno & krajevno
Odstranitev je uspešno končana
Odstranjevanje je spodletelo
Vnesite novo ime
@@ -254,7 +255,11 @@
Pošiljaj slike le preko povezav Wi-Fi
Pošlji posnetke le preko povezave Wi-Fi
/Poslano
+ Neskladje datotek
+ Katere datoteke želite ohraniti? Če izberete obe različici, bo krajevni datoteki dodatna k imenu še številka.
Ohrani obe
+ krajevna različica
+ različica strežnika
Predogled slike
Te slike ni mogoče prikazati
Datoteke %1$s ni mogoče kopirati v krajevno mapo %2$s
@@ -309,6 +314,7 @@
v souporabi
z vami
Uporabnik %1$s je omogočil souporabo \"%2$s\" z vami
+ \"%1$s\" je oddan v souporabo z vami
Osveži povezavo
Naslov strežnika
Ni dovolj pomnilnika
diff --git a/res/values-sq/strings.xml b/res/values-sq/strings.xml
index cf074a635a..fc3b8a4d17 100644
--- a/res/values-sq/strings.xml
+++ b/res/values-sq/strings.xml
@@ -11,6 +11,7 @@
+ Hap
Përgjithshme
Më tepër
Llogarit
diff --git a/res/values-sr-rSP/strings.xml b/res/values-sr-rSP/strings.xml
index 6380fe3ff3..a8200978e2 100644
--- a/res/values-sr-rSP/strings.xml
+++ b/res/values-sr-rSP/strings.xml
@@ -12,6 +12,7 @@
+ Otvori
Opšte
Nalozi
Upravljaj nalozima
diff --git a/res/values-sr/strings.xml b/res/values-sr/strings.xml
index 7ced0476cf..01dfce6cab 100644
--- a/res/values-sr/strings.xml
+++ b/res/values-sr/strings.xml
@@ -27,6 +27,7 @@
Поставке
Записници
Затвори
+ Отвори
Опште
Остало
Налози
@@ -200,9 +201,7 @@
Желите да уклоните %1$s?
Желите да уклоните %1$s и њен садржај?
Само локално
- Само локални садржај
- Уклони са сервера
- Удаљено и локално
+ Само локално
Уклањање успешно
Уклањање неуспешно
Унесите нов назив
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 2efdb1af5a..98de6de6e4 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -23,6 +23,7 @@
+ Öppna
Allmänt
Mer
Konton
@@ -182,9 +183,7 @@
Vill du verkligen ta bort %1$s?
Vill du verkligen ta bort %1$s och dess innehåll?
Endast lokalt
- Endast lokalt innehåll
- Radera från server
- Både server och lokalt
+ Endast lokalt
Lyckad radering
Radering kunde inte slutföras
Ange ett nytt namn
diff --git a/res/values-ta-rLK/strings.xml b/res/values-ta-rLK/strings.xml
index 37b569a81c..2f30505dac 100644
--- a/res/values-ta-rLK/strings.xml
+++ b/res/values-ta-rLK/strings.xml
@@ -11,6 +11,7 @@
+ திறக்க
பொதுவான
மேலதிக
கணக்குகள்
@@ -87,9 +88,7 @@
பெயர்மாற்றம்
அகற்றுக
உள்ளூர் மட்டும்
- இடத்துரி உள்ளடக்கங்கள் மட்டும்
- சேவையகத்திலிருந்து அகற்றுக
- தொலைவு மற்றும் உள்ளூர்
+ உள்ளூர் மட்டும்
வெற்றிகரமாக அகற்றப்பட்டது
நீக்கலை நிறைவு செய்ய முடியவில்லை
புதிய பெயரொன்றை நுழைக்க
diff --git a/res/values-th-rTH/strings.xml b/res/values-th-rTH/strings.xml
index 50d6fc2546..c13c48ee77 100644
--- a/res/values-th-rTH/strings.xml
+++ b/res/values-th-rTH/strings.xml
@@ -27,6 +27,7 @@
ตั้งค่า
บันทึก
ปิด
+ เปิด
ทั่วไป
เพิ่มเติม
บัญชี
@@ -199,9 +200,9 @@
คุณต้องการที่จะลบ %1$s?
คุณต้องการที่จะลบ %1$s และเนื้อหาของมัน?
เฉพาะต้นทางเท่านั้น
- เนื้อหาต้นทางเท่านั้น
- ลบออกจากเซิร์ฟเวอร์
- ต้นทางและปลายทาง
+ เฉพาะต้นทางเท่านั้น
+ จากเซิฟเวอร์
+ รีโมท & ต้นทาง
ลบเรียบร้อยแล้ว
ไม่สามารถลบได้
กรอกชื่อใหม่
@@ -256,8 +257,8 @@
ไฟล์ที่ขัดแย้ง
ไฟล์ใดที่คุณต้องการที่จะเก็บ? หากคุณเลือกทั้งสองรุ่น ไฟล์ต้นทางจะมีจำนวนชื่อเพิ่ม
เก็บไว้ทั้งสองอย่าง
- ใช้รุ่นทั่วไป
- ใช้รุ่นของเซิร์ฟเวอร์
+ เวอร์ชันต้นทาง
+ เวอร์ชันเซิฟเวอร์
แสดงรูปภาพตัวอย่าง
ไม่สามารถแสดงรูปภาพนี้ได้
%1$s ไม่สามารถคัดลอกไปยังโฟลเดอร์ %2$s ในเครื่อง
diff --git a/res/values-tr/strings.xml b/res/values-tr/strings.xml
index 13e90b6685..a9879619cc 100644
--- a/res/values-tr/strings.xml
+++ b/res/values-tr/strings.xml
@@ -27,6 +27,7 @@
Ayarlar
Günlükler
Kapat
+ Aç
Genel
Daha fazla
Hesaplar
@@ -200,9 +201,7 @@
Gerçekten %1$s dosyasını kaldırmak istiyor musunuz?
Gerçekten %1$s ve içeriğini kaldırmak istediğinizden emin misiniz?
Sadece yerel
- Sadece yerel içerik
- Sunucudan kaldır
- Uzak ve yerel
+ Sadece yerel
Kaldırma başarılı
Kaldırma başarısız
Yeni bir isim girin
diff --git a/res/values-ug/strings.xml b/res/values-ug/strings.xml
index 97255fefab..4573d71373 100644
--- a/res/values-ug/strings.xml
+++ b/res/values-ug/strings.xml
@@ -11,6 +11,7 @@
+ ئاچ
ئادەتتىكى
تېخىمۇ كۆپ
ھېساباتلار
diff --git a/res/values-uk/strings.xml b/res/values-uk/strings.xml
index 485b6ab123..d036312fd6 100644
--- a/res/values-uk/strings.xml
+++ b/res/values-uk/strings.xml
@@ -27,6 +27,7 @@
Налаштування
Журнали
Закрити
+ Відкрити
Основне
Більше
Облікові записи
@@ -188,9 +189,7 @@
Ви дійсно бажаєте видалити %1$s?
Ви дійсно бажаєте видалити %1$s та весь вміст?
Лише локально
- Лише локальний зміст
- Видалити із серверу
- Віддалено і локально
+ Лише локально
Успішно видалено
Видалення не вдалось
Введіть нове ім\'я
diff --git a/res/values-ur-rPK/strings.xml b/res/values-ur-rPK/strings.xml
index 0c1462d098..3e97d3fa7e 100644
--- a/res/values-ur-rPK/strings.xml
+++ b/res/values-ur-rPK/strings.xml
@@ -8,6 +8,7 @@
+ کھولیں
مزید
مدد
یوزر نیم
diff --git a/res/values-v11/versioned_styles.xml b/res/values-v11/versioned_styles.xml
index ab237e8426..00fe7cace1 100644
--- a/res/values-v11/versioned_styles.xml
+++ b/res/values-v11/versioned_styles.xml
@@ -6,7 +6,6 @@
- @color/button_text_color
-
+
\ No newline at end of file
diff --git a/res/values-vi/strings.xml b/res/values-vi/strings.xml
index fdaec2a590..bdccc82ad8 100644
--- a/res/values-vi/strings.xml
+++ b/res/values-vi/strings.xml
@@ -17,6 +17,7 @@
+ Mở
Tổng hợp
hơn
Tài khoản
@@ -154,9 +155,7 @@
Sửa tên
Xóa
Chỉ cục bộ
- Chỉ nội dung trên máy
- Xóa từ máy chủ
- Remote và local
+ Chỉ cục bộ
Xóa thành công
Xóa không thành công
Nhập tên mới
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index 7d735ff8b8..fc58f9534d 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -27,6 +27,7 @@
设置
日志
关闭
+ 打开
常规
更多
账号
@@ -200,9 +201,7 @@
你确定要删除 %1$s 吗?
您确定要删除 %1$s 及其内容吗?
仅本地
- 仅本地内容
- 从服务器删除
- 远程和本地都
+ 仅本地
成功删除
无法完成删除
请输出新的名字
@@ -257,8 +256,6 @@
文件冲突
您想要保留哪个文件?如果您同时选中了两个版本,本地的文件的文件名将被加上一个数字
保留两者
- 使用本地版本
- 使用服务器版本
图片预览
无法显示图片
无法复制 %1$s 到本地目录 %2$s
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index c283a8b950..21b43f13df 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/strings.xml
@@ -13,6 +13,7 @@
+ 開啟
一般
更多
帳號
diff --git a/res/values-zh-rTW/strings.xml b/res/values-zh-rTW/strings.xml
index 980ba44c4d..69701a580c 100644
--- a/res/values-zh-rTW/strings.xml
+++ b/res/values-zh-rTW/strings.xml
@@ -27,10 +27,12 @@
設定
紀錄
關閉
+ 開啟
一般
更多
帳號
管理帳號
+ 密碼鎖
即時圖片上傳
即時上傳相機照片
即時影像上傳
@@ -68,6 +70,7 @@
上傳中
幾秒前
這裡還沒有東西,上傳一些吧!
+ 載入中…
這個目錄中沒有任何檔案.
在檔案上輕觸來顯示更多資訊。
容量:
@@ -77,6 +80,7 @@
下載
更新檔案列表
檔案名稱在上傳時已被更改為 %1$s
+ 列表版型
分享連結
取消共享連結
是
@@ -129,6 +133,15 @@
本地: %1$s
遠端: %1$s
無足夠的空間可以複製檔案到 %1$s 目錄. 是否使用移動的方式來處理?
+ 請輸入您的密碼鎖密碼
+ 輸入您的密碼鎖密碼
+ 這個密碼在你每次啟動這程式時都會被要求輸入
+ 請重新輸入您的密碼鎖密碼
+ 移除您的密碼鎖密碼
+ 密碼不相符
+ 不正確的密碼
+ 密碼鎖已被移除
+ 密碼鎖已設定
%1$s 音樂播放器
%1$s (播放中)
%1$s (載入中)
@@ -182,14 +195,15 @@
無法在這個伺服器上取得認證
帳號目前不存在於本裝置
我的最愛
+ 不喜愛的
重新命名
移除
您真的要移除 %1$s ?
您真的要移除 %1$s 與裡頭的檔案?
只有本地
只有本地
- 從伺服器移除
- 遠端與本地
+ 來自伺服器
+ 遠端 & 本地
成功地移除
刪除失敗
輸入新名稱
@@ -199,11 +213,13 @@
檔案與同步
資料夾無法建立
禁止使用字符: / \\ < > : \" | ? *
+ 檔案名稱含有不合法的字元
檔名不能為空的
請稍後
未知的問題; 請選擇其他程式開啟檔案
沒有挑選檔案
傳送連結至 ...
+ 由私有的儲存空間複製檔案中
以 oAuth2 方式登入
連線到 oAuth2 伺服器…
這個網站的憑證無法被驗證
@@ -239,7 +255,11 @@
只使用 WiFi 來執行即時圖片上傳的功能
只使用 WiFi 來執行即時影像上傳的功能
/InstantUpload
+ 檔案衝突
+ 您要保留那個檔案? 如果您同時選擇兩個版本, 本地的檔案將在檔案名稱後面會加上編號
都保留
+ 本地版本
+ 伺服器版本
圖片預覽
無法顯示圖片
%1$s 無法被複製到本地目錄 %2$s
@@ -294,7 +314,17 @@
以分享的
與你
%1$s 分享了 \"%2$s\" 給您
+ \"%1$s\" 已經與您分享
重新連線
伺服器位址
+ 記憶體不足
使用者名稱
+ 1 個資料夾
+ %1$d 個資料夾
+ 1 個檔案
+ 1 個檔案, 1 個資料夾
+ 1 個檔案, %1$d 個資料夾
+ %1$d 個檔案
+ %1$d 個檔案, 1 個資料夾
+ %1$d 個檔案, %2$d 個資料夾
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 22c082c64b..800a4b6df3 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -5,7 +5,7 @@
-
+
diff --git a/res/values/colors.xml b/res/values/colors.xml
index b42538fd72..8ca0a4e5ec 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -18,12 +18,34 @@
along with this program. If not, see .
-->
-
- #DDDDDD
+
+ #1D2D44
+ #35537A
#00ddff
+
#989898
#000000
+ #FFFFFF
#303030
+ #000000
#fff0f0f0
-
+ #DDDDDD
+ #EEEEEE
+ #757575
+ #757575
+ @color/owncloud_blue_accent
+ #D6D7D7
+ #00000000
+
+
+ @color/owncloud_blue_accent
+ #1F1F1F
+
+
+ @color/owncloud_blue
+ #162233
+
+
+ #201D2D44
+ #40162233
\ No newline at end of file
diff --git a/res/values/dims.xml b/res/values/dims.xml
index 955f87e6d0..4c384d5069 100644
--- a/res/values/dims.xml
+++ b/res/values/dims.xml
@@ -17,6 +17,16 @@
along with this program. If not, see .
-->
- 32dp
+
+ @dimen/standard_padding
+ @dimen/standard_padding
+ 260dp
+
+ 32dp
128dp
+ 16dp
+ 16dp
+
+ 16sp
+ 14sp
diff --git a/res/values/strings.xml b/res/values/strings.xml
index ee4e5b3c27..000589463c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -28,6 +28,7 @@
Settings
Logs
Close
+ Open
General
More
Accounts
@@ -207,9 +208,9 @@
"Do you really want to remove %1$s?"
"Do you really want to remove %1$s and its contents?"
Local only
- Local contents only
- Remove from server
- Remote and local
+ Local only
+ From server
+ Remote & local
"Removal succeeded"
"Removal failed"
Enter a new name
@@ -268,8 +269,8 @@
File conflict
Which files do you want to keep? If you select both versions, the local file will have a number added to its name.
Keep both
- Use local version
- Use server version
+ local version
+ server version
Image preview
This image cannot be shown
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 0d3f14dfd5..54e522578b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -21,16 +21,96 @@
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -38,7 +118,7 @@
-
+
+
+
+
+
@@ -111,8 +217,9 @@
-
#777777
diff --git a/setup_env.bat b/setup_env.bat
index ded68e1660..8ccfeee1fc 100644
--- a/setup_env.bat
+++ b/setup_env.bat
@@ -22,7 +22,7 @@ echo "Executing Ant setup..."
call git submodule init
call git submodule update
-call android.bat update project -p libs/android-support-appcompat-v7-exploded-aar --target android-16
+call android.bat update project -p libs/android-support-appcompat-v7-exploded-aar --target android-22
call android.bat update lib-project -p owncloud-android-library
call android.bat update project -p .
call android.bat update project -p oc_jb_workaround
diff --git a/setup_env.sh b/setup_env.sh
index a38c32df11..76ba2a32d8 100755
--- a/setup_env.sh
+++ b/setup_env.sh
@@ -17,7 +17,7 @@ function initForAnt {
git submodule update
#Prepare project android-support-appcompat-v7 ; JAR file is not enough, includes resources
- android update lib-project -p libs/android-support-appcompat-v7-exploded-aar --target android-16
+ android update lib-project -p libs/android-support-appcompat-v7-exploded-aar --target android-22
#As default it updates the ant scripts
android update lib-project -p owncloud-android-library
diff --git a/src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java b/src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
index c44b043512..78d95e4357 100644
--- a/src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
+++ b/src/com/owncloud/android/authentication/AccountAuthenticatorActivity.java
@@ -19,7 +19,7 @@ package com.owncloud.android.authentication;
import android.accounts.AccountAuthenticatorResponse;
import android.accounts.AccountManager;
import android.os.Bundle;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
/*
* Base class for implementing an Activity that is used to help implement an AbstractAccountAuthenticator.
@@ -32,7 +32,7 @@ import android.support.v7.app.ActionBarActivity;
* then error AccountManager.ERROR_CODE_CANCELED will be called on the response.
*/
-public class AccountAuthenticatorActivity extends ActionBarActivity {
+public class AccountAuthenticatorActivity extends AppCompatActivity {
private AccountAuthenticatorResponse mAccountAuthenticatorResponse = null;
private Bundle mResultBundle = null;
diff --git a/src/com/owncloud/android/authentication/AuthenticatorActivity.java b/src/com/owncloud/android/authentication/AuthenticatorActivity.java
index e8f42d99a0..47985ce4b7 100644
--- a/src/com/owncloud/android/authentication/AuthenticatorActivity.java
+++ b/src/com/owncloud/android/authentication/AuthenticatorActivity.java
@@ -23,9 +23,6 @@
package com.owncloud.android.authentication;
-import java.security.cert.X509Certificate;
-import java.util.Map;
-
import android.accounts.Account;
import android.accounts.AccountManager;
import android.app.Dialog;
@@ -93,6 +90,9 @@ import com.owncloud.android.ui.dialog.SslUntrustedCertDialog;
import com.owncloud.android.ui.dialog.SslUntrustedCertDialog.OnSslUntrustedCertListener;
import com.owncloud.android.utils.DisplayUtils;
+import java.security.cert.X509Certificate;
+import java.util.Map;
+
/**
* This Activity is used to add an ownCloud account to the App
*/
@@ -176,6 +176,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
private EditText mUsernameInput;
private EditText mPasswordInput;
private View mOkButton;
+ private View mCenteredRefreshButton;
private TextView mAuthStatusView;
private int mAuthStatusText = 0, mAuthStatusIcon = 0;
@@ -250,6 +251,24 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
/// initialize general UI elements
initOverallUi();
+
+ mOkButton = findViewById(R.id.buttonOK);
+ mOkButton.setOnClickListener(new View.OnClickListener() {
+
+ @Override
+ public void onClick(View v) {
+ onOkClick();
+ }
+ });
+
+ mCenteredRefreshButton = findViewById(R.id.centeredRefreshButton);
+ mCenteredRefreshButton.setOnClickListener(new View.OnClickListener() {
+
+ @Override
+ public void onClick(View v) {
+ checkOcServer();
+ }
+ });
mOkButton = findViewById(R.id.buttonOK);
@@ -870,10 +889,8 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
* is postponed until it is available.
*
* IMPORTANT ENTRY POINT 4
- *
- * @param view OK button
*/
- public void onOkClick(View view) {
+ public void onOkClick() {
// this check should be unnecessary
if (mServerInfo.mVersion == null ||
!mServerInfo.mVersion.isVersionValid() ||
@@ -1146,7 +1163,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
switch (result.getCode()) {
case OK_SSL:
- mServerStatusIcon = android.R.drawable.ic_secure;
+ mServerStatusIcon = R.drawable.ic_lock;
mServerStatusText = R.string.auth_secure_connection;
break;
@@ -1157,7 +1174,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
mServerStatusIcon = R.drawable.ic_ok;
} else {
mServerStatusText = R.string.auth_nossl_plain_ok_title;
- mServerStatusIcon = android.R.drawable.ic_partial_secure;
+ mServerStatusIcon = R.drawable.ic_lock_open;
}
break;
@@ -1207,7 +1224,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
mServerStatusText = R.string.auth_unknown_error_title;
break;
case OK_REDIRECT_TO_NON_SECURE_CONNECTION:
- mServerStatusIcon = android.R.drawable.ic_partial_secure;
+ mServerStatusIcon = R.drawable.ic_lock_open;
mServerStatusText = R.string.auth_redirect_non_secure_connection_title;
break;
default:
@@ -1227,7 +1244,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
switch (result.getCode()) {
case OK_SSL:
- mAuthStatusIcon = android.R.drawable.ic_secure;
+ mAuthStatusIcon = R.drawable.ic_lock;
mAuthStatusText = R.string.auth_secure_connection;
break;
@@ -1238,7 +1255,7 @@ public class AuthenticatorActivity extends AccountAuthenticatorActivity
mAuthStatusIcon = R.drawable.ic_ok;
} else {
mAuthStatusText = R.string.auth_nossl_plain_ok_title;
- mAuthStatusIcon = android.R.drawable.ic_partial_secure;
+ mAuthStatusIcon = R.drawable.ic_lock_open;
}
break;
diff --git a/src/com/owncloud/android/datamodel/OCFile.java b/src/com/owncloud/android/datamodel/OCFile.java
index d1821b44e4..2aa5dbc07f 100644
--- a/src/com/owncloud/android/datamodel/OCFile.java
+++ b/src/com/owncloud/android/datamodel/OCFile.java
@@ -543,6 +543,13 @@ public class OCFile implements Parcelable, Comparable {
FileStorageUtils.getMimeTypeFromName(mRemotePath).startsWith("image/"));
}
+ /**
+ * @return 'True' if the file is hidden
+ */
+ public boolean isHidden() {
+ return getFileName().startsWith(".");
+ }
+
public String getPermissions() {
return mPermissions;
}
diff --git a/src/com/owncloud/android/datamodel/ThumbnailsCacheManager.java b/src/com/owncloud/android/datamodel/ThumbnailsCacheManager.java
index 0e59a8341d..362106e6e3 100644
--- a/src/com/owncloud/android/datamodel/ThumbnailsCacheManager.java
+++ b/src/com/owncloud/android/datamodel/ThumbnailsCacheManager.java
@@ -33,6 +33,8 @@ import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.Bitmap.CompressFormat;
import android.graphics.BitmapFactory;
+import android.graphics.Canvas;
+import android.graphics.Shader;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import android.media.ThumbnailUtils;
@@ -259,10 +261,16 @@ public class ThumbnailsCacheManager {
int px = getThumbnailDimension();
if (file.isDown()) {
- Bitmap bitmap = BitmapUtils.decodeSampledBitmapFromFile(
+ Bitmap temp = BitmapUtils.decodeSampledBitmapFromFile(
file.getStoragePath(), px, px);
+ Bitmap bitmap = ThumbnailUtils.extractThumbnail(temp, px, px);
if (bitmap != null) {
+ // Handle PNG
+ if (file.getMimetype().equalsIgnoreCase("image/png")) {
+ bitmap = handlePNG(bitmap, px);
+ }
+
thumbnail = addThumbnailToCache(imageKey, bitmap, file.getStoragePath(), px);
file.setNeedsUpdateThumbnail(false);
@@ -289,6 +297,11 @@ public class ThumbnailsCacheManager {
Bitmap bitmap = BitmapFactory.decodeStream(inputStream);
thumbnail = ThumbnailUtils.extractThumbnail(bitmap, px, px);
+ // Handle PNG
+ if (file.getMimetype().equalsIgnoreCase("image/png")) {
+ thumbnail = handlePNG(thumbnail, px);
+ }
+
// Add thumbnail to cache
if (thumbnail != null) {
addBitmapToCache(imageKey, thumbnail);
@@ -308,6 +321,26 @@ public class ThumbnailsCacheManager {
}
+ private Bitmap handlePNG(Bitmap bitmap, int px){
+ Bitmap resultBitmap = Bitmap.createBitmap(px,
+ px,
+ Bitmap.Config.ARGB_8888);
+ Canvas c = new Canvas(resultBitmap);
+ Bitmap checker = BitmapFactory.decodeResource(MainApp.getAppContext().getResources(),
+ R.drawable.checker_16_16);
+
+ BitmapDrawable background;
+ background = new BitmapDrawable(MainApp.getAppContext().getResources(), checker);
+
+ background.setBounds(0, 0, px, px);
+ background.setTileModeXY(Shader.TileMode.REPEAT, Shader.TileMode.REPEAT);
+ background.draw(c);
+
+ c.drawBitmap(bitmap, 0, 0, null);
+
+ return resultBitmap;
+ }
+
private Bitmap doFileInBackground() {
File file = (File)mFile;
diff --git a/src/com/owncloud/android/media/MediaControlView.java b/src/com/owncloud/android/media/MediaControlView.java
index 653943b983..5f2d46d4c6 100644
--- a/src/com/owncloud/android/media/MediaControlView.java
+++ b/src/com/owncloud/android/media/MediaControlView.java
@@ -43,6 +43,7 @@ import java.util.Formatter;
import java.util.Locale;
import com.owncloud.android.R;
+import com.owncloud.android.utils.DisplayUtils;
/**
@@ -220,7 +221,10 @@ public class MediaControlView extends FrameLayout /* implements OnLayoutChangeLi
if (mProgress != null) {
if (mProgress instanceof SeekBar) {
SeekBar seeker = (SeekBar) mProgress;
+ DisplayUtils.colorPreLollipopHorizontalSeekBar(seeker);
seeker.setOnSeekBarChangeListener(this);
+ } else {
+ DisplayUtils.colorPreLollipopHorizontalProgressBar(mProgress);
}
mProgress.setMax(1000);
}
diff --git a/src/com/owncloud/android/operations/RefreshFolderOperation.java b/src/com/owncloud/android/operations/RefreshFolderOperation.java
index ddbffb8cb5..977f72a8ac 100644
--- a/src/com/owncloud/android/operations/RefreshFolderOperation.java
+++ b/src/com/owncloud/android/operations/RefreshFolderOperation.java
@@ -252,8 +252,14 @@ public class RefreshFolderOperation extends RemoteOperation {
if (!mIgnoreETag) {
// check if remote and local folder are different
- mRemoteFolderChanged =
- !(remoteFolder.getEtag().equalsIgnoreCase(mLocalFolder.getEtag()));
+ String remoteFolderETag = remoteFolder.getEtag();
+ if (remoteFolderETag != null) {
+ mRemoteFolderChanged =
+ !(remoteFolderETag.equalsIgnoreCase(mLocalFolder.getEtag()));
+ } else {
+ Log_OC.e(TAG, "Checked " + mAccount.name + remotePath + " : " +
+ "No ETag received from server");
+ }
}
result = new RemoteOperationResult(ResultCode.OK);
diff --git a/src/com/owncloud/android/ui/NavigationDrawerItem.java b/src/com/owncloud/android/ui/NavigationDrawerItem.java
index 44ed3eccb4..0dad197d30 100644
--- a/src/com/owncloud/android/ui/NavigationDrawerItem.java
+++ b/src/com/owncloud/android/ui/NavigationDrawerItem.java
@@ -24,6 +24,7 @@ public class NavigationDrawerItem {
private String mTitle;
private String mContentDescription;
+ private int mIcon;
// Constructors
public NavigationDrawerItem(){}
@@ -32,9 +33,10 @@ public class NavigationDrawerItem {
mTitle = title;
}
- public NavigationDrawerItem(String title, String contentDescription){
+ public NavigationDrawerItem(String title, String contentDescription, int icon){
mTitle = title;
mContentDescription = contentDescription;
+ mIcon = icon;
}
// Getters and Setters
@@ -53,4 +55,12 @@ public class NavigationDrawerItem {
public void setContentDescription(String contentDescription) {
this.mContentDescription = contentDescription;
}
+
+ public int getIcon() {
+ return mIcon;
+ }
+
+ public void setIcon(int icon) {
+ this.mIcon = icon;
+ }
}
diff --git a/src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java b/src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
index 601ec4fd4d..9b7050e80d 100644
--- a/src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
+++ b/src/com/owncloud/android/ui/activity/ConflictsResolveActivity.java
@@ -22,6 +22,9 @@
package com.owncloud.android.ui.activity;
+import android.content.Intent;
+import android.os.Bundle;
+
import com.owncloud.android.datamodel.OCFile;
import com.owncloud.android.files.services.FileDownloader;
import com.owncloud.android.files.services.FileUploader;
@@ -29,11 +32,6 @@ import com.owncloud.android.lib.common.utils.Log_OC;
import com.owncloud.android.ui.dialog.ConflictsResolveDialog;
import com.owncloud.android.ui.dialog.ConflictsResolveDialog.Decision;
import com.owncloud.android.ui.dialog.ConflictsResolveDialog.OnConflictDecisionMadeListener;
-import com.owncloud.android.utils.DisplayUtils;
-
-import android.app.ActionBar;
-import android.content.Intent;
-import android.os.Bundle;
/**
* Wrapper activity which will be launched if keep-in-sync file will be modified by external
@@ -46,8 +44,6 @@ public class ConflictsResolveActivity extends FileActivity implements OnConflict
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
- ActionBar actionBar = getActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
}
@Override
diff --git a/src/com/owncloud/android/ui/activity/ErrorsWhileCopyingHandlerActivity.java b/src/com/owncloud/android/ui/activity/ErrorsWhileCopyingHandlerActivity.java
index d7d96fabaf..3162dd7f9d 100644
--- a/src/com/owncloud/android/ui/activity/ErrorsWhileCopyingHandlerActivity.java
+++ b/src/com/owncloud/android/ui/activity/ErrorsWhileCopyingHandlerActivity.java
@@ -30,7 +30,7 @@ import android.os.AsyncTask;
import android.os.Bundle;
import android.os.Handler;
import android.support.v4.app.DialogFragment;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.text.method.ScrollingMovementMethod;
import android.view.LayoutInflater;
import android.view.View;
@@ -61,7 +61,7 @@ import com.owncloud.android.utils.FileStorageUtils;
*
* Shown when the error notification summarizing the list of errors is clicked by the user.
*/
-public class ErrorsWhileCopyingHandlerActivity extends ActionBarActivity
+public class ErrorsWhileCopyingHandlerActivity extends AppCompatActivity
implements OnClickListener {
private static final String TAG = ErrorsWhileCopyingHandlerActivity.class.getSimpleName();
diff --git a/src/com/owncloud/android/ui/activity/FileActivity.java b/src/com/owncloud/android/ui/activity/FileActivity.java
index e2667e8c9b..1c21cab40c 100644
--- a/src/com/owncloud/android/ui/activity/FileActivity.java
+++ b/src/com/owncloud/android/ui/activity/FileActivity.java
@@ -35,18 +35,20 @@ import android.content.res.Configuration;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
-import android.support.v4.app.ActionBarDrawerToggle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import android.support.v7.app.ActionBar;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.ActionBarDrawerToggle;
+import android.support.v7.app.AppCompatActivity;
+import android.util.Log;
import android.view.View;
import android.widget.AdapterView;
-import android.widget.LinearLayout;
import android.widget.ListView;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
import android.widget.Toast;
import com.owncloud.android.BuildConfig;
@@ -85,7 +87,7 @@ import java.util.ArrayList;
* Activity with common behaviour for activities handling {@link OCFile}s in ownCloud
* {@link Account}s .
*/
-public class FileActivity extends ActionBarActivity
+public class FileActivity extends AppCompatActivity
implements OnRemoteOperationListener, ComponentsGetter {
public static final String EXTRA_FILE = "com.owncloud.android.ui.activity.FILE";
@@ -289,7 +291,7 @@ public class FileActivity extends ActionBarActivity
// Sync the toggle state after onRestoreInstanceState has occurred.
if (mDrawerToggle != null) {
mDrawerToggle.syncState();
- if (mDrawerLayout.isDrawerOpen(GravityCompat.START)) {
+ if (isDrawerOpen()) {
getSupportActionBar().setTitle(R.string.app_name);
mDrawerToggle.setDrawerIndicatorEnabled(true);
}
@@ -304,6 +306,37 @@ public class FileActivity extends ActionBarActivity
}
}
+ @Override
+ public void onBackPressed() {
+ if (isDrawerOpen()) {
+ closeNavDrawer();
+ return;
+ }
+ super.onBackPressed();
+ }
+
+ /**
+ * checks if the drawer exists and is opened.
+ *
+ * @return true
if the drawer is open, else false
+ */
+ public boolean isDrawerOpen() {
+ if(mDrawerLayout != null) {
+ return mDrawerLayout.isDrawerOpen(GravityCompat.START);
+ } else {
+ return false;
+ }
+ }
+
+ /**
+ * closes the navigation drawer.
+ */
+ public void closeNavDrawer() {
+ if(mDrawerLayout != null) {
+ mDrawerLayout.closeDrawer(GravityCompat.START);
+ }
+ }
+
protected void initDrawer(){
// constant settings for action bar when navigation drawer is inited
getSupportActionBar().setNavigationMode(ActionBar.NAVIGATION_MODE_STANDARD);
@@ -311,7 +344,7 @@ public class FileActivity extends ActionBarActivity
mDrawerLayout = (DrawerLayout) findViewById(R.id.drawer_layout);
// Notification Drawer
- LinearLayout navigationDrawerLayout = (LinearLayout) findViewById(R.id.left_drawer);
+ RelativeLayout navigationDrawerLayout = (RelativeLayout) findViewById(R.id.left_drawer);
mDrawerList = (ListView) navigationDrawerLayout.findViewById(R.id.drawer_list);
// TODO re-enable when "Accounts" is available in Navigation Drawer
@@ -329,6 +362,14 @@ public class FileActivity extends ActionBarActivity
// username.setText(account.name.substring(0, lastAtPos));
// }
+ // Display username in drawer
+ Account account = AccountUtils.getCurrentOwnCloudAccount(getApplicationContext());
+ if (account != null) {
+ TextView username = (TextView) navigationDrawerLayout.findViewById(R.id.drawer_username);
+ int lastAtPos = account.name.lastIndexOf("@");
+ username.setText(account.name.substring(0, lastAtPos));
+ }
+
// load slide menu items
mDrawerTitles = getResources().getStringArray(R.array.drawer_items);
@@ -344,7 +385,8 @@ public class FileActivity extends ActionBarActivity
// mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[0],
// mDrawerContentDescriptions[0]));
// All Files
- mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[0], mDrawerContentDescriptions[0]));
+ mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[0], mDrawerContentDescriptions[0],
+ R.drawable.ic_folder_open));
// TODO Enable when "On Device" is recovered
// On Device
@@ -352,11 +394,12 @@ public class FileActivity extends ActionBarActivity
// mDrawerContentDescriptions[2]));
// Settings
- mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[1], mDrawerContentDescriptions[1]));
+ mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[1], mDrawerContentDescriptions[1],
+ R.drawable.ic_settings));
// Logs
if (BuildConfig.DEBUG) {
mDrawerItems.add(new NavigationDrawerItem(mDrawerTitles[2],
- mDrawerContentDescriptions[2]));
+ mDrawerContentDescriptions[2],R.drawable.ic_log));
}
// setting the nav drawer list adapter
@@ -364,12 +407,8 @@ public class FileActivity extends ActionBarActivity
mDrawerItems);
mDrawerList.setAdapter(mNavigationDrawerAdapter);
- mDrawerToggle = new ActionBarDrawerToggle(
- this,
- mDrawerLayout,
- R.drawable.ic_drawer,
- R.string.app_name,
- R.string.drawer_close) {
+
+ mDrawerToggle = new ActionBarDrawerToggle(this, mDrawerLayout,R.string.drawer_open,R.string.drawer_close) {
/** Called when a drawer has settled in a completely closed state. */
public void onDrawerClosed(View view) {
@@ -386,13 +425,13 @@ public class FileActivity extends ActionBarActivity
invalidateOptionsMenu();
}
};
-
- //mDrawerToggle.setDrawerIndicatorEnabled(true);
+
// Set the list's click listener
mDrawerList.setOnItemClickListener(new DrawerItemClickListener());
// Set the drawer toggle as the DrawerListener
mDrawerLayout.setDrawerListener(mDrawerToggle);
+ mDrawerToggle.setDrawerIndicatorEnabled(false);
}
/**
@@ -512,7 +551,11 @@ public class FileActivity extends ActionBarActivity
outState.putBoolean(FileActivity.EXTRA_FROM_NOTIFICATION, mFromNotification);
outState.putLong(KEY_WAITING_FOR_OP_ID, mFileOperationsHelper.getOpIdWaitingFor());
outState.putBoolean(KEY_TRY_SHARE_AGAIN, mTryShareAgain);
- outState.putString(KEY_ACTION_BAR_TITLE, getSupportActionBar().getTitle().toString());
+ if(getSupportActionBar().getTitle() != null) {
+ // Null check in case the actionbar is used in ActionBar.NAVIGATION_MODE_LIST
+ // since it doesn't have a title then
+ outState.putString(KEY_ACTION_BAR_TITLE, getSupportActionBar().getTitle().toString());
+ }
}
diff --git a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java
index 616c068df9..6c09cbfd06 100644
--- a/src/com/owncloud/android/ui/activity/FileDisplayActivity.java
+++ b/src/com/owncloud/android/ui/activity/FileDisplayActivity.java
@@ -26,7 +26,7 @@ import android.accounts.Account;
import android.accounts.AccountManager;
import android.accounts.AuthenticatorException;
import android.annotation.TargetApi;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.content.BroadcastReceiver;
import android.content.ComponentName;
import android.content.ContentResolver;
@@ -48,12 +48,15 @@ import android.provider.OpenableColumns;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
+import android.support.v4.content.ContextCompat;
import android.support.v4.view.GravityCompat;
import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
-import android.view.Window;
+import android.widget.ProgressBar;
+import android.widget.RelativeLayout;
+import android.widget.TextView;
import android.widget.Toast;
import com.owncloud.android.MainApp;
@@ -121,6 +124,7 @@ public class FileDisplayActivity extends HookActivity
private boolean mDualPane;
private View mLeftFragmentContainer;
private View mRightFragmentContainer;
+ private ProgressBar mProgressBar;
private static final String KEY_WAITING_TO_PREVIEW = "WAITING_TO_PREVIEW";
private static final String KEY_SYNC_IN_PROGRESS = "SYNC_IN_PROGRESS";
@@ -153,7 +157,6 @@ public class FileDisplayActivity extends HookActivity
@Override
protected void onCreate(Bundle savedInstanceState) {
Log_OC.v(TAG, "onCreate() start");
- requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
super.onCreate(savedInstanceState); // this calls onAccountChanged() when ownCloud Account
// is valid
@@ -186,6 +189,11 @@ public class FileDisplayActivity extends HookActivity
// Navigation Drawer
initDrawer();
+ mProgressBar = (ProgressBar) findViewById(R.id.progressBar);
+ mProgressBar.setIndeterminateDrawable(
+ ContextCompat.getDrawable(this,
+ R.drawable.actionbar_progress_indeterminate_horizontal));
+
mDualPane = getResources().getBoolean(R.bool.large_land_layout);
mLeftFragmentContainer = findViewById(R.id.left_fragment_container);
mRightFragmentContainer = findViewById(R.id.right_fragment_container);
@@ -198,8 +206,11 @@ public class FileDisplayActivity extends HookActivity
// according to the official
// documentation
- setSupportProgressBarIndeterminateVisibility(mSyncInProgress
- /*|| mRefreshSharesInProgress*/);
+ // enable ActionBar app icon to behave as action to toggle nav drawer
+ //getSupportActionBar().setDisplayHomeAsUpEnabled(true);
+ getSupportActionBar().setHomeButtonEnabled(true);
+
+ mProgressBar.setIndeterminate(mSyncInProgress);
// always AFTER setContentView(...) ; to work around bug in its implementation
setBackgroundText();
@@ -211,7 +222,6 @@ public class FileDisplayActivity extends HookActivity
protected void onStart() {
Log_OC.v(TAG, "onStart() start");
super.onStart();
- getSupportActionBar().setIcon(DisplayUtils.getSeasonalIconId());
Log_OC.v(TAG, "onStart() end");
}
@@ -253,6 +263,15 @@ public class FileDisplayActivity extends HookActivity
}
setFile(file);
+ if (mAccountWasSet) {
+ RelativeLayout navigationDrawerLayout = (RelativeLayout) findViewById(R.id.left_drawer);
+ if (navigationDrawerLayout != null && getAccount() != null) {
+ TextView username = (TextView) navigationDrawerLayout.findViewById(R.id.drawer_username);
+ int lastAtPos = getAccount().name.lastIndexOf("@");
+ username.setText(getAccount().name.substring(0, lastAtPos));
+ }
+ }
+
if (!stateWasRecovered) {
Log_OC.d(TAG, "Initializing Fragments in onAccountChanged..");
initFragmentsWithFile();
@@ -755,22 +774,25 @@ public class FileDisplayActivity extends HookActivity
@Override
public void onBackPressed() {
- OCFileListFragment listOfFiles = getListOfFilesFragment();
- if (mDualPane || getSecondFragment() == null) {
- OCFile currentDir = getCurrentDir();
- if (currentDir == null || currentDir.getParentId() == FileDataStorageManager.ROOT_PARENT_ID) {
- finish();
- return;
+ if (!isDrawerOpen()){
+ OCFileListFragment listOfFiles = getListOfFilesFragment();
+ if (mDualPane || getSecondFragment() == null) {
+ OCFile currentDir = getCurrentDir();
+ if (currentDir == null || currentDir.getParentId() == FileDataStorageManager.ROOT_PARENT_ID) {
+ finish();
+ return;
+ }
+ if (listOfFiles != null) { // should never be null, indeed
+ listOfFiles.onBrowseUp();
+ }
}
if (listOfFiles != null) { // should never be null, indeed
- listOfFiles.onBrowseUp();
+ setFile(listOfFiles.getCurrentFile());
}
+ cleanSecondFragment();
+ } else {
+ super.onBackPressed();
}
- if (listOfFiles != null) { // should never be null, indeed
- setFile(listOfFiles.getCurrentFile());
- }
- cleanSecondFragment();
-
}
@Override
@@ -957,8 +979,10 @@ public class FileDisplayActivity extends HookActivity
}
removeStickyBroadcast(intent);
Log_OC.d(TAG, "Setting progress visibility to " + mSyncInProgress);
- setSupportProgressBarIndeterminateVisibility(mSyncInProgress
- /*|| mRefreshSharesInProgress*/);
+ mProgressBar.setIndeterminate(mSyncInProgress);
+ //mProgressBar.setVisibility((mSyncInProgress) ? View.VISIBLE : View.INVISIBLE);
+ //setSupportProgressBarIndeterminateVisibility(mSyncInProgress
+ /*|| mRefreshSharesInProgress*/ //);
setBackgroundText();
@@ -1056,6 +1080,7 @@ public class FileDisplayActivity extends HookActivity
} // TODO what about other kind of previews?
}
+ mProgressBar.setIndeterminate(false);
} finally {
if (intent != null) {
removeStickyBroadcast(intent);
@@ -1193,7 +1218,6 @@ public class FileDisplayActivity extends HookActivity
}
-
@Override
protected ServiceConnection newTransferenceServiceConnection() {
return new ListServiceConnection();
@@ -1594,8 +1618,7 @@ public class FileDisplayActivity extends HookActivity
getApplicationContext()
);
synchFolderOp.execute(getAccount(), MainApp.getAppContext(), this, null, null);
-
- setSupportProgressBarIndeterminateVisibility(true);
+ mProgressBar.setIndeterminate(true);
setBackgroundText();
}
diff --git a/src/com/owncloud/android/ui/activity/FolderPickerActivity.java b/src/com/owncloud/android/ui/activity/FolderPickerActivity.java
index a358f79ee3..4b558f00bd 100644
--- a/src/com/owncloud/android/ui/activity/FolderPickerActivity.java
+++ b/src/com/owncloud/android/ui/activity/FolderPickerActivity.java
@@ -40,6 +40,7 @@ import android.view.View;
import android.view.View.OnClickListener;
import android.view.Window;
import android.widget.Button;
+import android.widget.ProgressBar;
import android.widget.Toast;
import com.owncloud.android.R;
@@ -59,7 +60,6 @@ import com.owncloud.android.syncadapter.FileSyncAdapter;
import com.owncloud.android.ui.dialog.CreateFolderDialogFragment;
import com.owncloud.android.ui.fragment.FileFragment;
import com.owncloud.android.ui.fragment.OCFileListFragment;
-import com.owncloud.android.utils.DisplayUtils;
import com.owncloud.android.utils.ErrorMessageAdapter;
public class FolderPickerActivity extends FileActivity implements FileFragment.ContainerActivity,
@@ -81,12 +81,12 @@ public class FolderPickerActivity extends FileActivity implements FileFragment.C
protected Button mCancelBtn;
protected Button mChooseBtn;
+ private ProgressBar mProgressBar;
@Override
protected void onCreate(Bundle savedInstanceState) {
Log_OC.d(TAG, "onCreate() start");
- requestWindowFeature(Window.FEATURE_INDETERMINATE_PROGRESS);
super.onCreate(savedInstanceState);
@@ -103,20 +103,23 @@ public class FolderPickerActivity extends FileActivity implements FileFragment.C
ActionBar actionBar = getSupportActionBar();
actionBar.setDisplayShowTitleEnabled(true);
actionBar.setNavigationMode(ActionBar.NAVIGATION_MODE_STANDARD);
- setSupportProgressBarIndeterminateVisibility(mSyncInProgress);
- // always AFTER setContentView(...) ; to work around bug in its implementation
+
+ mProgressBar = (ProgressBar) findViewById(R.id.progressBar);
+ mProgressBar.setIndeterminateDrawable(
+ getResources().getDrawable(
+ R.drawable.actionbar_progress_indeterminate_horizontal));
+ mProgressBar.setIndeterminate(mSyncInProgress);
+ // always AFTER setContentView(...) ; to work around bug in its implementation
// sets message for empty list of folders
setBackgroundText();
Log_OC.d(TAG, "onCreate() end");
-
}
@Override
protected void onStart() {
super.onStart();
- getSupportActionBar().setIcon(DisplayUtils.getSeasonalIconId());
}
/**
@@ -217,8 +220,8 @@ public class FolderPickerActivity extends FileActivity implements FileFragment.C
getApplicationContext()
);
synchFolderOp.execute(getAccount(), this, null, null);
-
- setSupportProgressBarIndeterminateVisibility(true);
+
+ mProgressBar.setIndeterminate(true);
setBackgroundText();
}
@@ -522,10 +525,10 @@ public class FolderPickerActivity extends FileActivity implements FileFragment.C
}
removeStickyBroadcast(intent);
Log_OC.d(TAG, "Setting progress visibility to " + mSyncInProgress);
- setSupportProgressBarIndeterminateVisibility(mSyncInProgress /*|| mRefreshSharesInProgress*/);
+
+ mProgressBar.setIndeterminate(mSyncInProgress);
setBackgroundText();
-
}
} catch (RuntimeException e) {
diff --git a/src/com/owncloud/android/ui/activity/GenericExplanationActivity.java b/src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
index fab638d2b4..a0c9d5e08a 100644
--- a/src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
+++ b/src/com/owncloud/android/ui/activity/GenericExplanationActivity.java
@@ -25,8 +25,7 @@ import java.util.ArrayList;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
-import android.support.v7.app.ActionBar;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.text.method.ScrollingMovementMethod;
import android.view.View;
import android.view.ViewGroup;
@@ -45,7 +44,7 @@ import com.owncloud.android.utils.DisplayUtils;
* Added to show explanations for notifications when the user clicks on them, and there no place
* better to show them.
*/
-public class GenericExplanationActivity extends ActionBarActivity {
+public class GenericExplanationActivity extends AppCompatActivity {
public static final String EXTRA_LIST = GenericExplanationActivity.class.getCanonicalName() +
".EXTRA_LIST";
@@ -81,9 +80,6 @@ public class GenericExplanationActivity extends ActionBarActivity {
} else {
listView.setVisibility(View.GONE);
}
-
- ActionBar actionBar = getSupportActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
}
public class ExplanationListAdapterView extends ArrayAdapter {
diff --git a/src/com/owncloud/android/ui/activity/LogHistoryActivity.java b/src/com/owncloud/android/ui/activity/LogHistoryActivity.java
index 71b9d571ae..3ca5b2c4e7 100644
--- a/src/com/owncloud/android/ui/activity/LogHistoryActivity.java
+++ b/src/com/owncloud/android/ui/activity/LogHistoryActivity.java
@@ -35,8 +35,7 @@ import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
-import android.support.v7.app.ActionBar;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.view.MenuItem;
import android.view.View;
import android.view.View.OnClickListener;
@@ -51,7 +50,7 @@ import com.owncloud.android.utils.DisplayUtils;
import com.owncloud.android.utils.FileStorageUtils;
-public class LogHistoryActivity extends ActionBarActivity {
+public class LogHistoryActivity extends AppCompatActivity {
private static final String MAIL_ATTACHMENT_TYPE = "text/plain";
@@ -72,9 +71,7 @@ public class LogHistoryActivity extends ActionBarActivity {
setContentView(R.layout.log_send_file);
setTitle(getText(R.string.actionbar_logger));
- ActionBar actionBar = getSupportActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
- actionBar.setDisplayHomeAsUpEnabled(true);
+ getSupportActionBar().setDisplayHomeAsUpEnabled(true);
Button deleteHistoryButton = (Button) findViewById(R.id.deleteLogHistoryButton);
Button sendHistoryButton = (Button) findViewById(R.id.sendLogHistoryButton);
TextView logTV = (TextView) findViewById(R.id.logTV);
diff --git a/src/com/owncloud/android/ui/activity/PassCodeActivity.java b/src/com/owncloud/android/ui/activity/PassCodeActivity.java
index 09a96307f5..16974394cb 100644
--- a/src/com/owncloud/android/ui/activity/PassCodeActivity.java
+++ b/src/com/owncloud/android/ui/activity/PassCodeActivity.java
@@ -27,8 +27,7 @@ import java.util.Arrays;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.preference.PreferenceManager;
-import android.support.v7.app.ActionBar;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import android.text.Editable;
import android.text.TextWatcher;
import android.view.KeyEvent;
@@ -41,10 +40,8 @@ import android.widget.Toast;
import com.owncloud.android.R;
import com.owncloud.android.lib.common.utils.Log_OC;
-import com.owncloud.android.utils.DisplayUtils;
-
-public class PassCodeActivity extends ActionBarActivity {
+public class PassCodeActivity extends AppCompatActivity {
private static final String TAG = PassCodeActivity.class.getSimpleName();
@@ -128,9 +125,6 @@ public class PassCodeActivity extends ActionBarActivity {
}
setTextListeners();
-
- ActionBar actionBar = getSupportActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
}
diff --git a/src/com/owncloud/android/ui/activity/Preferences.java b/src/com/owncloud/android/ui/activity/Preferences.java
index ca7f8871f6..e1c5c10dee 100644
--- a/src/com/owncloud/android/ui/activity/Preferences.java
+++ b/src/com/owncloud/android/ui/activity/Preferences.java
@@ -32,8 +32,8 @@ import android.content.ServiceConnection;
import android.content.SharedPreferences;
import android.content.pm.PackageInfo;
import android.content.pm.PackageManager.NameNotFoundException;
+import android.content.res.Configuration;
import android.net.Uri;
-import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
@@ -44,15 +44,22 @@ import android.preference.Preference.OnPreferenceClickListener;
import android.preference.PreferenceActivity;
import android.preference.PreferenceCategory;
import android.preference.PreferenceManager;
-//import android.support.v7.app.ActionBar;
-import android.app.ActionBar;
+import android.support.annotation.LayoutRes;
+import android.support.annotation.Nullable;
+import android.support.v7.app.ActionBar;
+import android.support.v7.app.AlertDialog;
+import android.support.v7.app.AppCompatDelegate;
+import android.support.v7.widget.Toolbar;
import android.view.ContextMenu;
import android.view.ContextMenu.ContextMenuInfo;
import android.view.Menu;
+import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
+import android.view.ViewGroup;
import android.widget.AdapterView;
import android.widget.AdapterView.OnItemLongClickListener;
+import android.widget.ArrayAdapter;
import android.widget.ListAdapter;
import android.widget.ListView;
@@ -75,6 +82,9 @@ import com.owncloud.android.utils.DisplayUtils;
/**
* An Activity that allows the user to change the application's settings.
+ *
+ * It proxies the necessary calls via {@link android.support.v7.app.AppCompatDelegate} to be used
+ * with AppCompat.
*/
public class Preferences extends PreferenceActivity
implements AccountManagerCallback, ComponentsGetter {
@@ -87,6 +97,7 @@ public class Preferences extends PreferenceActivity
private DbHandler mDbHandler;
private CheckBoxPreference pCode;
private Preference pAboutApp;
+ private AppCompatDelegate mDelegate;
private PreferenceCategory mAccountsPrefCategory = null;
private final Handler mHandler = new Handler();
@@ -109,23 +120,15 @@ public class Preferences extends PreferenceActivity
@SuppressWarnings("deprecation")
@Override
public void onCreate(Bundle savedInstanceState) {
+ getDelegate().installViewFactory();
+ getDelegate().onCreate(savedInstanceState);
super.onCreate(savedInstanceState);
mDbHandler = new DbHandler(getBaseContext());
addPreferencesFromResource(R.xml.preferences);
- // Set properties of Action Bar in an ugly workaround to build correctly without
- // upgrading minSdk
- // TODO : increase minSdk; scheduled for next realease, don't wont to mix with this US
- if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB) {
- ActionBar actionBar = getActionBar();
- if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
- }
- actionBar.setDisplayHomeAsUpEnabled(true);
- actionBar.setTitle(R.string.actionbar_settings);
- } else {
- setTitle(R.string.actionbar_settings);
- }
+ ActionBar actionBar = getSupportActionBar();
+ actionBar.setDisplayHomeAsUpEnabled(true);
+ actionBar.setTitle(R.string.actionbar_settings);
// For adding content description tag to a title field in the action bar
int actionBarTitleId = getResources().getIdentifier("action_bar_title", "id", "android");
@@ -150,7 +153,49 @@ public class Preferences extends PreferenceActivity
mShowContextMenu = true;
mAccountName = ((RadioButtonPreference) obj).getKey();
- Preferences.this.openContextMenu(listView);
+ String[] items = {
+ getResources().getString(R.string.change_password),
+ getResources().getString(R.string.delete_account)
+ };
+ final AlertDialog.Builder alertDialogBuilder = new AlertDialog.Builder(Preferences.this);
+ View convertView = getLayoutInflater().inflate(R.layout.alert_dialog_list_view, null);
+ alertDialogBuilder.setView(convertView);
+ ListView lv = (ListView) convertView.findViewById(R.id.list);
+ ArrayAdapter adapter = new ArrayAdapter(
+ Preferences.this,R.layout.simple_dialog_list_item,items);
+ lv.setAdapter(adapter);
+
+ //Setup proper inline listener
+ final AlertDialog alertDialog = alertDialogBuilder.create();
+ lv.setOnItemClickListener(new AdapterView.OnItemClickListener() {
+ @Override
+ public void onItemClick(AdapterView> parent, View view, int position, long id) {
+ AccountManager am = (AccountManager) getSystemService(ACCOUNT_SERVICE);
+ Account accounts[] = am.getAccountsByType(MainApp.getAccountType());
+ for (Account a : accounts) {
+ if (a.name.equals(mAccountName)) {
+ if (position==0) {
+
+ // Change account password
+ Intent updateAccountCredentials = new Intent(Preferences.this, AuthenticatorActivity.class);
+ updateAccountCredentials.putExtra(AuthenticatorActivity.EXTRA_ACCOUNT, a);
+ updateAccountCredentials.putExtra(AuthenticatorActivity.EXTRA_ACTION,
+ AuthenticatorActivity.ACTION_UPDATE_TOKEN);
+ startActivity(updateAccountCredentials);
+ alertDialog.cancel();
+
+ } else if (position==1) {
+
+ // Remove account
+ am.removeAccount(a, Preferences.this, mHandler);
+ Log_OC.d(TAG, "Remove an account " + a.name);
+ alertDialog.cancel();
+ }
+ }
+ }
+ }
+ });
+ alertDialog.show();
View.OnLongClickListener longListener = (View.OnLongClickListener) obj;
return longListener.onLongClick(view);
@@ -439,40 +484,6 @@ public class Preferences extends PreferenceActivity
super.onCreateContextMenu(menu, v, menuInfo);
}
- /**
- * Called when the user clicked on an item into the context menu created at
- * {@link #onCreateContextMenu(ContextMenu, View, ContextMenuInfo)} for
- * every ownCloud {@link Account} , containing 'secondary actions' for them.
- *
- * {@inheritDoc}
- */
- @Override
- public boolean onContextItemSelected(android.view.MenuItem item) {
- AccountManager am = (AccountManager) getSystemService(ACCOUNT_SERVICE);
- Account accounts[] = am.getAccountsByType(MainApp.getAccountType());
- for (Account a : accounts) {
- if (a.name.equals(mAccountName)) {
- if (item.getItemId() == R.id.change_password) {
-
- // Change account password
- Intent updateAccountCredentials = new Intent(this, AuthenticatorActivity.class);
- updateAccountCredentials.putExtra(AuthenticatorActivity.EXTRA_ACCOUNT, a);
- updateAccountCredentials.putExtra(AuthenticatorActivity.EXTRA_ACTION,
- AuthenticatorActivity.ACTION_UPDATE_TOKEN);
- startActivity(updateAccountCredentials);
-
- } else if (item.getItemId() == R.id.delete_account) {
-
- // Remove account
- am.removeAccount(a, this, mHandler);
- Log_OC.d(TAG, "Remove an account " + a.name);
- }
- }
- }
-
- return true;
- }
-
@Override
public void run(AccountManagerFuture future) {
if (future.isDone()) {
@@ -571,6 +582,61 @@ public class Preferences extends PreferenceActivity
}
}
+ public ActionBar getSupportActionBar() {
+ return getDelegate().getSupportActionBar();
+ }
+
+ public void setSupportActionBar(@Nullable Toolbar toolbar) {
+ getDelegate().setSupportActionBar(toolbar);
+ }
+
+ @Override
+ public MenuInflater getMenuInflater() {
+ return getDelegate().getMenuInflater();
+ }
+
+ @Override
+ public void setContentView(@LayoutRes int layoutResID) {
+ getDelegate().setContentView(layoutResID);
+ }
+ @Override
+ public void setContentView(View view) {
+ getDelegate().setContentView(view);
+ }
+ @Override
+ public void setContentView(View view, ViewGroup.LayoutParams params) {
+ getDelegate().setContentView(view, params);
+ }
+
+ @Override
+ public void addContentView(View view, ViewGroup.LayoutParams params) {
+ getDelegate().addContentView(view, params);
+ }
+
+ @Override
+ protected void onPostResume() {
+ super.onPostResume();
+ getDelegate().onPostResume();
+ }
+
+ @Override
+ protected void onTitleChanged(CharSequence title, int color) {
+ super.onTitleChanged(title, color);
+ getDelegate().setTitle(title);
+ }
+
+ @Override
+ public void onConfigurationChanged(Configuration newConfig) {
+ super.onConfigurationChanged(newConfig);
+ getDelegate().onConfigurationChanged(newConfig);
+ }
+
+ @Override
+ protected void onPostCreate(Bundle savedInstanceState) {
+ super.onPostCreate(savedInstanceState);
+ getDelegate().onPostCreate(savedInstanceState);
+ }
+
@Override
protected void onDestroy() {
mDbHandler.close();
@@ -585,6 +651,24 @@ public class Preferences extends PreferenceActivity
}
super.onDestroy();
+ getDelegate().onDestroy();
+ }
+
+ @Override
+ protected void onStop() {
+ super.onStop();
+ getDelegate().onStop();
+ }
+
+ public void invalidateOptionsMenu() {
+ getDelegate().invalidateOptionsMenu();
+ }
+
+ private AppCompatDelegate getDelegate() {
+ if (mDelegate == null) {
+ mDelegate = AppCompatDelegate.create(this, null);
+ }
+ return mDelegate;
}
/**
diff --git a/src/com/owncloud/android/ui/activity/UploadFilesActivity.java b/src/com/owncloud/android/ui/activity/UploadFilesActivity.java
index 7a7f8e56ff..9a3ce17846 100644
--- a/src/com/owncloud/android/ui/activity/UploadFilesActivity.java
+++ b/src/com/owncloud/android/ui/activity/UploadFilesActivity.java
@@ -20,8 +20,6 @@
package com.owncloud.android.ui.activity;
-import java.io.File;
-
import android.accounts.Account;
import android.content.Intent;
import android.os.AsyncTask;
@@ -40,12 +38,13 @@ import android.widget.TextView;
import com.owncloud.android.R;
import com.owncloud.android.lib.common.utils.Log_OC;
import com.owncloud.android.ui.dialog.ConfirmationDialogFragment;
-import com.owncloud.android.ui.dialog.IndeterminateProgressDialog;
import com.owncloud.android.ui.dialog.ConfirmationDialogFragment.ConfirmationDialogFragmentListener;
+import com.owncloud.android.ui.dialog.IndeterminateProgressDialog;
import com.owncloud.android.ui.fragment.LocalFileListFragment;
-import com.owncloud.android.utils.DisplayUtils;
import com.owncloud.android.utils.FileStorageUtils;
+import java.io.File;
+
/**
* Displays local files and let the user choose what of them wants to upload
@@ -117,7 +116,6 @@ public class UploadFilesActivity extends FileActivity implements
// Action bar setup
ActionBar actionBar = getSupportActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
actionBar.setHomeButtonEnabled(true); // mandatory since Android ICS, according to the
// official documentation
actionBar.setDisplayHomeAsUpEnabled(mCurrentDir != null && mCurrentDir.getName() != null);
diff --git a/src/com/owncloud/android/ui/activity/Uploader.java b/src/com/owncloud/android/ui/activity/Uploader.java
index f0e0695365..d221bc9285 100644
--- a/src/com/owncloud/android/ui/activity/Uploader.java
+++ b/src/com/owncloud/android/ui/activity/Uploader.java
@@ -33,8 +33,8 @@ import java.util.Vector;
import android.accounts.Account;
import android.accounts.AccountManager;
-import android.app.AlertDialog;
-import android.app.AlertDialog.Builder;
+import android.support.v7.app.AlertDialog;
+import android.support.v7.app.AlertDialog.Builder;
import android.app.Dialog;
import android.app.ProgressDialog;
import android.content.Context;
@@ -57,6 +57,8 @@ import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.support.v4.app.FragmentTransaction;
import android.support.v7.app.ActionBar;
+import android.view.Menu;
+import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
@@ -64,6 +66,7 @@ import android.widget.AdapterView.OnItemClickListener;
import android.widget.Button;
import android.widget.EditText;
import android.widget.ListView;
+import android.widget.ProgressBar;
import android.widget.SimpleAdapter;
import android.widget.Toast;
@@ -146,11 +149,6 @@ public class Uploader extends FileActivity
if (mAccountSelected) {
setAccount((Account) savedInstanceState.getParcelable(FileActivity.EXTRA_ACCOUNT));
}
-
-
- ActionBar actionBar = getSupportActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
-
}
@Override
@@ -206,10 +204,19 @@ public class Uploader extends FileActivity
final AlertDialog.Builder builder = new Builder(this);
switch (id) {
case DIALOG_WAITING:
- ProgressDialog pDialog = new ProgressDialog(this);
+ final ProgressDialog pDialog = new ProgressDialog(this, R.style.ProgressDialogTheme);
pDialog.setIndeterminate(false);
pDialog.setCancelable(false);
pDialog.setMessage(getResources().getString(R.string.uploader_info_uploading));
+ pDialog.setOnShowListener(new DialogInterface.OnShowListener() {
+ @Override
+ public void onShow(DialogInterface dialog) {
+ ProgressBar v = (ProgressBar) pDialog.findViewById(android.R.id.progress);
+ v.getIndeterminateDrawable().setColorFilter(getResources().getColor(R.color.color_accent),
+ android.graphics.PorterDuff.Mode.MULTIPLY);
+
+ }
+ });
return pDialog;
case DIALOG_NO_ACCOUNT:
builder.setIcon(android.R.drawable.ic_dialog_alert);
@@ -356,9 +363,8 @@ public class Uploader extends FileActivity
break;
- case R.id.uploader_new_folder:
- CreateFolderDialogFragment dialog = CreateFolderDialogFragment.newInstance(mFile);
- dialog.show(getSupportFragmentManager(), "createdirdialog");
+ case R.id.uploader_cancel:
+ finish();
break;
@@ -432,7 +438,7 @@ public class Uploader extends FileActivity
Button btnChooseFolder = (Button) findViewById(R.id.uploader_choose_folder);
btnChooseFolder.setOnClickListener(this);
- Button btnNewFolder = (Button) findViewById(R.id.uploader_new_folder);
+ Button btnNewFolder = (Button) findViewById(R.id.uploader_cancel);
btnNewFolder.setOnClickListener(this);
mListView.setOnItemClickListener(this);
@@ -648,11 +654,26 @@ public class Uploader extends FileActivity
}
}
+ @Override
+ public boolean onCreateOptionsMenu(Menu menu) {
+ MenuInflater inflater = getMenuInflater();
+ inflater.inflate(R.menu.main_menu, menu);
+ menu.findItem(R.id.action_upload).setVisible(false);
+ menu.findItem(R.id.action_sort).setVisible(false);
+ menu.findItem(R.id.action_sync_account).setVisible(false);
+ return true;
+ }
@Override
public boolean onOptionsItemSelected(MenuItem item) {
boolean retval = true;
switch (item.getItemId()) {
+ case R.id.action_create_dir:
+ CreateFolderDialogFragment dialog = CreateFolderDialogFragment.newInstance(mFile);
+ dialog.show(
+ getSupportFragmentManager(),
+ CreateFolderDialogFragment.CREATE_FOLDER_FRAGMENT);
+ break;
case android.R.id.home:
if((mParents.size() > 1)) {
onBackPressed();
diff --git a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java
index 33fa57fd91..0c72052a92 100644
--- a/src/com/owncloud/android/ui/adapter/FileListListAdapter.java
+++ b/src/com/owncloud/android/ui/adapter/FileListListAdapter.java
@@ -30,6 +30,7 @@ import android.accounts.Account;
import android.content.Context;
import android.content.SharedPreferences;
import android.graphics.Bitmap;
+import android.graphics.drawable.Drawable;
import android.os.Build;
import android.preference.PreferenceManager;
import android.text.format.DateUtils;
@@ -320,6 +321,13 @@ public class FileListListAdapter extends BaseAdapter implements ListAdapter {
task.execute(file);
}
}
+
+ if (file.getMimetype().equalsIgnoreCase("image/png")){
+ Drawable backrepeat = mContext.getResources().
+ getDrawable(R.drawable.backrepeat);
+ fileIcon.setBackground(backrepeat);
+ }
+
} else {
fileIcon.setImageResource(DisplayUtils.getFileTypeIconId(file.getMimetype(),
file.getFileName()));
diff --git a/src/com/owncloud/android/ui/adapter/NavigationDrawerListAdapter.java b/src/com/owncloud/android/ui/adapter/NavigationDrawerListAdapter.java
index 78d0693e0b..a8a60274b2 100644
--- a/src/com/owncloud/android/ui/adapter/NavigationDrawerListAdapter.java
+++ b/src/com/owncloud/android/ui/adapter/NavigationDrawerListAdapter.java
@@ -28,6 +28,7 @@ import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
+import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
@@ -102,12 +103,18 @@ public class NavigationDrawerListAdapter extends BaseAdapter {
NavigationDrawerItem navItem = (NavigationDrawerItem) mAll.get(position);
View view = inflator.inflate(R.layout.drawer_list_item, null);
- view.setMinimumHeight(40);
+
LinearLayout itemLayout = (LinearLayout) view.findViewById(R.id.itemLayout);
itemLayout.setContentDescription(navItem.getContentDescription());
+
TextView itemText = (TextView) view.findViewById(R.id.itemTitle);
itemText.setText(navItem.getTitle());
+ if(navItem.getIcon()!=0) {
+ ImageView itemImage = (ImageView) view.findViewById(R.id.itemIcon);
+ itemImage.setImageResource(navItem.getIcon());
+ }
+
return view;
}
// TODO re-enable when "Accounts" is available in Navigation Drawer
diff --git a/src/com/owncloud/android/ui/dialog/AccountActionsDialogFragment.java b/src/com/owncloud/android/ui/dialog/AccountActionsDialogFragment.java
new file mode 100644
index 0000000000..96414a024d
--- /dev/null
+++ b/src/com/owncloud/android/ui/dialog/AccountActionsDialogFragment.java
@@ -0,0 +1,146 @@
+package com.owncloud.android.ui.dialog;
+
+import android.os.Bundle;
+import android.support.v4.app.DialogFragment;
+import android.view.LayoutInflater;
+import android.view.Menu;
+import android.view.MenuItem;
+import android.view.View;
+import android.view.ViewGroup;
+import android.view.Window;
+import android.widget.AdapterView;
+import android.widget.AdapterView.OnItemClickListener;
+import android.widget.ArrayAdapter;
+import android.widget.ListView;
+
+import com.owncloud.android.R;
+import com.owncloud.android.ui.dialog.parcel.MenuItemParcelable;
+import com.owncloud.android.ui.dialog.parcel.MenuParcelable;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Dialog for choosing a file action.
+ */
+public class AccountActionsDialogFragment extends DialogFragment implements
+ OnItemClickListener {
+ private static final String ARG_ITEM_LIST = "ITEM_LIST";
+ private static final String ARG_FILE_POSITION = "FILE_POSITION";
+ public static final String FTAG_FILE_ACTIONS = "FILE_ACTIONS_FRAGMENT";
+
+ private List mMenuItems;
+
+ private int mFilePosition;
+
+ private ListView mListView;
+
+ /**
+ * Listener interface for the file action fragment.
+ */
+ public interface FileActionsDialogFragmentListener {
+ public boolean onFileActionChosen(int menuId, int filePosition);
+ }
+
+ /**
+ * Public factory method to create new FileActionsDialogFragment instances.
+ *
+ * @param menu menu to be display.
+ * @return Dialog ready to show.
+ */
+ public static AccountActionsDialogFragment newInstance(Menu menu, int filePosition) {
+ AccountActionsDialogFragment fragment = new AccountActionsDialogFragment();
+ Bundle args = new Bundle();
+
+ MenuParcelable menuParcelable = new MenuParcelable();
+ menuParcelable.setMenuItems(calculateMenuParcel(menu));
+
+ args.putParcelable(ARG_ITEM_LIST, menuParcelable);
+ args.putInt(ARG_FILE_POSITION, filePosition);
+
+ fragment.setArguments(args);
+ return fragment;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setStyle(DialogFragment.STYLE_NORMAL, R.style.ownCloud_Dialog);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public View onCreateView(LayoutInflater inflater, ViewGroup container,
+ Bundle savedInstanceState) {
+ View view = inflater.inflate(R.layout.file_actions, null, false);
+ mListView = (ListView) view.findViewById(R.id.file_actions_list);
+
+ getDialog().getWindow().requestFeature(Window.FEATURE_NO_TITLE);
+ return view;
+ }
+
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void onActivityCreated(Bundle savedInstanceState) {
+ super.onActivityCreated(savedInstanceState);
+
+ mFilePosition = getArguments().getInt(ARG_FILE_POSITION);
+
+ MenuParcelable menu = getArguments().getParcelable(ARG_ITEM_LIST);
+ mMenuItems = menu.getMenuItems();
+ List stringList = new ArrayList();
+ for (int i = 0; i < mMenuItems.size(); i++) {
+ stringList.add(mMenuItems.get(i).getMenuText());
+ }
+
+ ArrayAdapter adapter = new ArrayAdapter(getActivity(),
+ R.layout.simple_dialog_list_item, stringList);
+
+ mListView.setAdapter(adapter);
+
+ mListView.setOnItemClickListener(this);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void onItemClick(AdapterView> parent, View view, int position, long id) {
+ dismiss();
+ ((FileActionsDialogFragmentListener) getTargetFragment()).onFileActionChosen(mMenuItems.get(position).getMenuItemId(), mFilePosition);
+ }
+
+ /**
+ * calculates a parcelable list of MenuItemParcelable based on the given menu and the visibility of the menu items.
+ *
+ * @param menu the menu to be displayed
+ * @return a filtered List of parcelables based on the menu
+ */
+ private static List calculateMenuParcel(Menu menu) {
+ int index = 0;
+ boolean hasNext = true;
+ List itemList = new ArrayList();
+ MenuParcelable menuParcelable = new MenuParcelable();
+ try {
+ while (hasNext) {
+ MenuItem item = menu.getItem(index);
+ if (item.isVisible()) {
+ itemList.add(new MenuItemParcelable(item));
+ }
+ index++;
+ }
+ } catch (IndexOutOfBoundsException iobe) {
+ // reach the end of the item list
+ }
+
+ return itemList;
+ }
+}
diff --git a/src/com/owncloud/android/ui/dialog/ChangelogDialog.java b/src/com/owncloud/android/ui/dialog/ChangelogDialog.java
index 83c6053b10..56df50edc2 100644
--- a/src/com/owncloud/android/ui/dialog/ChangelogDialog.java
+++ b/src/com/owncloud/android/ui/dialog/ChangelogDialog.java
@@ -19,7 +19,7 @@
package com.owncloud.android.ui.dialog;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
diff --git a/src/com/owncloud/android/ui/dialog/ConfirmationDialogFragment.java b/src/com/owncloud/android/ui/dialog/ConfirmationDialogFragment.java
index e2dbe8500e..1be319fc5c 100644
--- a/src/com/owncloud/android/ui/dialog/ConfirmationDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/ConfirmationDialogFragment.java
@@ -20,12 +20,13 @@
package com.owncloud.android.ui.dialog;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
+import com.owncloud.android.R;
import com.owncloud.android.lib.common.utils.Log_OC;
@@ -81,8 +82,8 @@ public class ConfirmationDialogFragment extends DialogFragment {
return null;
}
- AlertDialog.Builder builder = new AlertDialog.Builder(getActivity())
- .setIcon(android.R.drawable.ic_dialog_alert)
+ AlertDialog.Builder builder = new AlertDialog.Builder(getActivity(), R.style.Theme_ownCloud_Dialog)
+ .setIcon(R.drawable.ic_warning)
.setMessage(String.format(getString(resourceId), confirmationTarget))
.setTitle(android.R.string.dialog_alert_title);
if (android.os.Build.VERSION.SDK_INT >= android.os.Build.VERSION_CODES.HONEYCOMB) {
diff --git a/src/com/owncloud/android/ui/dialog/ConflictsResolveDialog.java b/src/com/owncloud/android/ui/dialog/ConflictsResolveDialog.java
index 163197c5b9..a01a7f9b12 100644
--- a/src/com/owncloud/android/ui/dialog/ConflictsResolveDialog.java
+++ b/src/com/owncloud/android/ui/dialog/ConflictsResolveDialog.java
@@ -21,14 +21,14 @@
package com.owncloud.android.ui.dialog;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentTransaction;
-import android.support.v7.app.ActionBarActivity;
+import android.support.v7.app.AppCompatActivity;
import com.owncloud.android.R;
import com.owncloud.android.utils.DisplayUtils;
@@ -60,8 +60,8 @@ public class ConflictsResolveDialog extends DialogFragment {
@Override
public Dialog onCreateDialog(Bundle savedInstanceState) {
String remotepath = getArguments().getString("remotepath");
- return new AlertDialog.Builder(getActivity())
- .setIcon(DisplayUtils.getSeasonalIconId())
+ return new AlertDialog.Builder(getActivity(), R.style.Theme_ownCloud_Dialog)
+ .setIcon(R.drawable.ic_warning)
.setTitle(R.string.conflict_title)
.setMessage(String.format(getString(R.string.conflict_message), remotepath))
.setPositiveButton(R.string.conflict_use_local_version,
@@ -92,7 +92,7 @@ public class ConflictsResolveDialog extends DialogFragment {
.create();
}
- public void showDialog(ActionBarActivity activity) {
+ public void showDialog(AppCompatActivity activity) {
Fragment prev = activity.getSupportFragmentManager().findFragmentByTag("dialog");
FragmentTransaction ft = activity.getSupportFragmentManager().beginTransaction();
if (prev != null) {
@@ -103,7 +103,7 @@ public class ConflictsResolveDialog extends DialogFragment {
this.show(ft, "dialog");
}
- public void dismissDialog(ActionBarActivity activity) {
+ public void dismissDialog(AppCompatActivity activity) {
Fragment prev = activity.getSupportFragmentManager().findFragmentByTag(getTag());
if (prev != null) {
FragmentTransaction ft = activity.getSupportFragmentManager().beginTransaction();
diff --git a/src/com/owncloud/android/ui/dialog/CreateFolderDialogFragment.java b/src/com/owncloud/android/ui/dialog/CreateFolderDialogFragment.java
index ac1e312d49..7b58f4d863 100644
--- a/src/com/owncloud/android/ui/dialog/CreateFolderDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/CreateFolderDialogFragment.java
@@ -25,7 +25,7 @@ import com.owncloud.android.datamodel.OCFile;
import com.owncloud.android.lib.resources.files.FileUtils;
import com.owncloud.android.ui.activity.ComponentsGetter;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
diff --git a/src/com/owncloud/android/ui/dialog/CredentialsDialogFragment.java b/src/com/owncloud/android/ui/dialog/CredentialsDialogFragment.java
index c12b9dd7f2..609f7215a5 100644
--- a/src/com/owncloud/android/ui/dialog/CredentialsDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/CredentialsDialogFragment.java
@@ -22,9 +22,9 @@ package com.owncloud.android.ui.dialog;
import com.owncloud.android.R;
import com.owncloud.android.authentication.AuthenticatorActivity;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
-import android.app.AlertDialog.Builder;
+import android.support.v7.app.AlertDialog.Builder;
import android.content.DialogInterface;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
diff --git a/src/com/owncloud/android/ui/dialog/FileActionsDialogFragment.java b/src/com/owncloud/android/ui/dialog/FileActionsDialogFragment.java
new file mode 100644
index 0000000000..cf75cc2288
--- /dev/null
+++ b/src/com/owncloud/android/ui/dialog/FileActionsDialogFragment.java
@@ -0,0 +1,147 @@
+package com.owncloud.android.ui.dialog;
+
+import android.support.v4.app.DialogFragment;
+import android.os.Bundle;
+import android.view.LayoutInflater;
+import android.view.Menu;
+import android.view.MenuItem;
+import android.view.View;
+import android.view.ViewGroup;
+import android.view.Window;
+import android.widget.AdapterView;
+import android.widget.AdapterView.OnItemClickListener;
+import android.widget.ArrayAdapter;
+import android.widget.ListView;
+
+import com.owncloud.android.R;
+import com.owncloud.android.ui.dialog.parcel.MenuItemParcelable;
+import com.owncloud.android.ui.dialog.parcel.MenuParcelable;
+
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * Dialog for choosing a file action.
+ */
+public class FileActionsDialogFragment extends DialogFragment implements
+ OnItemClickListener {
+ private static final String ARG_ITEM_LIST = "ITEM_LIST";
+ private static final String ARG_FILE_POSITION = "FILE_POSITION";
+ public static final String FTAG_FILE_ACTIONS = "FILE_ACTIONS_FRAGMENT";
+
+ private List mMenuItems;
+
+ private int mFilePosition;
+
+ private ListView mListView;
+
+ /**
+ * Listener interface for the file action fragment.
+ */
+ public interface FileActionsDialogFragmentListener {
+ public boolean onFileActionChosen(int menuId, int filePosition);
+ }
+
+ /**
+ * Public factory method to create new FileActionsDialogFragment instances.
+ *
+ * @param menu menu to be display.
+ * @return Dialog ready to show.
+ */
+ public static FileActionsDialogFragment newInstance(Menu menu, int filePosition) {
+ FileActionsDialogFragment fragment = new FileActionsDialogFragment();
+ Bundle args = new Bundle();
+
+ MenuParcelable menuParcelable = new MenuParcelable();
+ menuParcelable.setMenuItems(calculateMenuParcel(menu));
+
+ args.putParcelable(ARG_ITEM_LIST, menuParcelable);
+ args.putInt(ARG_FILE_POSITION, filePosition);
+
+ fragment.setArguments(args);
+ return fragment;
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void onCreate(Bundle savedInstanceState) {
+ super.onCreate(savedInstanceState);
+ setStyle(DialogFragment.STYLE_NORMAL, R.style.ownCloud_Dialog);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public View onCreateView(LayoutInflater inflater, ViewGroup container,
+ Bundle savedInstanceState) {
+ View view = inflater.inflate(R.layout.file_actions, null, false);
+ mListView = (ListView) view.findViewById(R.id.file_actions_list);
+
+ getDialog().getWindow().requestFeature(Window.FEATURE_NO_TITLE);
+ return view;
+ }
+
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void onActivityCreated(Bundle savedInstanceState) {
+ super.onActivityCreated(savedInstanceState);
+
+ mFilePosition = getArguments().getInt(ARG_FILE_POSITION);
+
+ MenuParcelable menu = getArguments().getParcelable(ARG_ITEM_LIST);
+ mMenuItems = menu.getMenuItems();
+ List stringList = new ArrayList();
+ for (int i = 0; i < mMenuItems.size(); i++) {
+ stringList.add(mMenuItems.get(i).getMenuText());
+ }
+
+ ArrayAdapter adapter = new ArrayAdapter(getActivity(),
+ R.layout.simple_dialog_list_item, stringList);
+
+ mListView.setAdapter(adapter);
+
+ mListView.setOnItemClickListener(this);
+ }
+
+ /**
+ * {@inheritDoc}
+ */
+ @Override
+ public void onItemClick(AdapterView> parent, View view, int position, long id) {
+ dismiss();
+ ((FileActionsDialogFragmentListener) getTargetFragment())
+ .onFileActionChosen(mMenuItems.get(position).getMenuItemId(), mFilePosition);
+ }
+
+ /**
+ * calculates a parcelable list of MenuItemParcelable based on the given menu and the visibility of the menu items.
+ *
+ * @param menu the menu to be displayed
+ * @return a filtered List of parcelables based on the menu
+ */
+ private static List calculateMenuParcel(Menu menu) {
+ int index = 0;
+ boolean hasNext = true;
+ List itemList = new ArrayList();
+ MenuParcelable menuParcelable = new MenuParcelable();
+ try {
+ while (hasNext) {
+ MenuItem item = menu.getItem(index);
+ if (item.isVisible()) {
+ itemList.add(new MenuItemParcelable(item));
+ }
+ index++;
+ }
+ } catch (IndexOutOfBoundsException iobe) {
+ // reach the end of the item list
+ }
+
+ return itemList;
+ }
+}
diff --git a/src/com/owncloud/android/ui/dialog/IndeterminateProgressDialog.java b/src/com/owncloud/android/ui/dialog/IndeterminateProgressDialog.java
index 6f4b680d57..95105ddccc 100644
--- a/src/com/owncloud/android/ui/dialog/IndeterminateProgressDialog.java
+++ b/src/com/owncloud/android/ui/dialog/IndeterminateProgressDialog.java
@@ -26,6 +26,7 @@ import android.content.DialogInterface.OnKeyListener;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.view.KeyEvent;
+import android.widget.ProgressBar;
import com.owncloud.android.R;
@@ -45,6 +46,7 @@ public class IndeterminateProgressDialog extends DialogFragment {
*/
public static IndeterminateProgressDialog newInstance(int messageId, boolean cancelable) {
IndeterminateProgressDialog fragment = new IndeterminateProgressDialog();
+ fragment.setStyle(DialogFragment.STYLE_NO_FRAME, R.style.ownCloud_AlertDialog);
Bundle args = new Bundle();
args.putInt(ARG_MESSAGE_ID, messageId);
args.putBoolean(ARG_CANCELABLE, cancelable);
@@ -59,34 +61,43 @@ public class IndeterminateProgressDialog extends DialogFragment {
@Override
public Dialog onCreateDialog(Bundle savedInstanceState) {
/// create indeterminate progress dialog
- final ProgressDialog dialog = new ProgressDialog(getActivity());
- dialog.setIndeterminate(true);
+ final ProgressDialog progressDialog = new ProgressDialog(getActivity(), R.style.ProgressDialogTheme);
+ progressDialog.setIndeterminate(true);
+ progressDialog.setOnShowListener(new DialogInterface.OnShowListener() {
+ @Override
+ public void onShow(DialogInterface dialog) {
+ ProgressBar v = (ProgressBar) progressDialog.findViewById(android.R.id.progress);
+ v.getIndeterminateDrawable().setColorFilter(getResources().getColor(R.color.color_accent),
+ android.graphics.PorterDuff.Mode.MULTIPLY);
+
+ }
+ });
/// set message
int messageId = getArguments().getInt(ARG_MESSAGE_ID, R.string.placeholder_sentence);
- dialog.setMessage(getString(messageId));
-
+ progressDialog.setMessage(getString(messageId));
+
/// set cancellation behavior
boolean cancelable = getArguments().getBoolean(ARG_CANCELABLE, false);
if (!cancelable) {
- dialog.setCancelable(false);
+ progressDialog.setCancelable(false);
// disable the back button
OnKeyListener keyListener = new OnKeyListener() {
@Override
public boolean onKey(DialogInterface dialog, int keyCode,
KeyEvent event) {
- if( keyCode == KeyEvent.KEYCODE_BACK){
+ if( keyCode == KeyEvent.KEYCODE_BACK) {
return true;
}
return false;
}
};
- dialog.setOnKeyListener(keyListener);
+ progressDialog.setOnKeyListener(keyListener);
}
- return dialog;
+ return progressDialog;
}
}
diff --git a/src/com/owncloud/android/ui/dialog/LoadingDialog.java b/src/com/owncloud/android/ui/dialog/LoadingDialog.java
index e8e68e714b..6e9edb8bba 100644
--- a/src/com/owncloud/android/ui/dialog/LoadingDialog.java
+++ b/src/com/owncloud/android/ui/dialog/LoadingDialog.java
@@ -21,12 +21,14 @@ package com.owncloud.android.ui.dialog;
import com.owncloud.android.R;
import android.app.Dialog;
+import android.graphics.PorterDuff;
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.Window;
+import android.widget.ProgressBar;
import android.widget.TextView;
public class LoadingDialog extends DialogFragment {
@@ -56,6 +58,11 @@ public class LoadingDialog extends DialogFragment {
// set value
TextView tv = (TextView) v.findViewById(R.id.loadingText);
tv.setText(mMessage);
+
+ // set progress wheel color
+ ProgressBar progressBar = (ProgressBar) v.findViewById(R.id.loadingBar);
+ progressBar.getIndeterminateDrawable().setColorFilter(
+ getResources().getColor(R.color.color_accent), PorterDuff.Mode.SRC_IN);
return v;
}
diff --git a/src/com/owncloud/android/ui/dialog/RemoveFileDialogFragment.java b/src/com/owncloud/android/ui/dialog/RemoveFileDialogFragment.java
index 72f40f97b6..28419e62a9 100644
--- a/src/com/owncloud/android/ui/dialog/RemoveFileDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/RemoveFileDialogFragment.java
@@ -39,6 +39,8 @@ import com.owncloud.android.ui.dialog.ConfirmationDialogFragment.ConfirmationDia
public class RemoveFileDialogFragment extends ConfirmationDialogFragment
implements ConfirmationDialogFragmentListener {
+ private OCFile mTargetFile;
+
private static final String ARG_TARGET_FILE = "TARGET_FILE";
/**
@@ -54,29 +56,26 @@ implements ConfirmationDialogFragmentListener {
int messageStringId = R.string.confirmation_remove_alert;
int posBtn = R.string.confirmation_remove_remote;
- int neuBtn = -1;
+ int negBtn = -1;
if (file.isFolder()) {
messageStringId = R.string.confirmation_remove_folder_alert;
posBtn = R.string.confirmation_remove_remote_and_local;
- neuBtn = R.string.confirmation_remove_folder_local;
+ negBtn = R.string.confirmation_remove_local;
} else if (file.isDown()) {
posBtn = R.string.confirmation_remove_remote_and_local;
- neuBtn = R.string.confirmation_remove_local;
+ negBtn = R.string.confirmation_remove_local;
}
-
args.putInt(ARG_CONF_RESOURCE_ID, messageStringId);
args.putStringArray(ARG_CONF_ARGUMENTS, new String[]{file.getFileName()});
args.putInt(ARG_POSITIVE_BTN_RES, posBtn);
- args.putInt(ARG_NEUTRAL_BTN_RES, neuBtn);
- args.putInt(ARG_NEGATIVE_BTN_RES, R.string.common_cancel);
+ args.putInt(ARG_NEUTRAL_BTN_RES, R.string.common_no);
+ args.putInt(ARG_NEGATIVE_BTN_RES, negBtn);
args.putParcelable(ARG_TARGET_FILE, file);
frag.setArguments(args);
return frag;
}
-
- private OCFile mTargetFile;
@Override
public Dialog onCreateDialog(Bundle savedInstanceState) {
@@ -104,7 +103,7 @@ implements ConfirmationDialogFragmentListener {
* Performs the removal of the local copy of the target file
*/
@Override
- public void onNeutral(String callerTag) {
+ public void onCancel(String callerTag) {
ComponentsGetter cg = (ComponentsGetter)getActivity();
cg.getFileOperationsHelper().removeFile(mTargetFile, true);
@@ -138,8 +137,7 @@ implements ConfirmationDialogFragmentListener {
}
@Override
- public void onCancel(String callerTag) {
+ public void onNeutral(String callerTag) {
// nothing to do here
}
-
}
\ No newline at end of file
diff --git a/src/com/owncloud/android/ui/dialog/RenameFileDialogFragment.java b/src/com/owncloud/android/ui/dialog/RenameFileDialogFragment.java
index d4bf31c2c5..24e1b14d50 100644
--- a/src/com/owncloud/android/ui/dialog/RenameFileDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/RenameFileDialogFragment.java
@@ -25,7 +25,7 @@ package com.owncloud.android.ui.dialog;
*
* Triggers the rename operation.
*/
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Bundle;
diff --git a/src/com/owncloud/android/ui/dialog/ShareLinkToDialog.java b/src/com/owncloud/android/ui/dialog/ShareLinkToDialog.java
index 29b591d201..a315a1d5f2 100644
--- a/src/com/owncloud/android/ui/dialog/ShareLinkToDialog.java
+++ b/src/com/owncloud/android/ui/dialog/ShareLinkToDialog.java
@@ -25,7 +25,7 @@ import java.util.Collections;
import java.util.Iterator;
import java.util.List;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.ComponentName;
import android.content.Context;
diff --git a/src/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.java b/src/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.java
index d2d29fef6e..d069b5a0bc 100644
--- a/src/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/SharePasswordDialogFragment.java
@@ -18,7 +18,7 @@
*/
package com.owncloud.android.ui.dialog;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
diff --git a/src/com/owncloud/android/ui/dialog/UploadSourceDialogFragment.java b/src/com/owncloud/android/ui/dialog/UploadSourceDialogFragment.java
index 7eb861c9b7..5b01c8f7e0 100644
--- a/src/com/owncloud/android/ui/dialog/UploadSourceDialogFragment.java
+++ b/src/com/owncloud/android/ui/dialog/UploadSourceDialogFragment.java
@@ -20,7 +20,7 @@
package com.owncloud.android.ui.dialog;
import android.accounts.Account;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.app.Dialog;
import android.content.DialogInterface;
import android.content.Intent;
diff --git a/src/com/owncloud/android/ui/dialog/parcel/MenuItemParcelable.java b/src/com/owncloud/android/ui/dialog/parcel/MenuItemParcelable.java
new file mode 100644
index 0000000000..dadac2d30c
--- /dev/null
+++ b/src/com/owncloud/android/ui/dialog/parcel/MenuItemParcelable.java
@@ -0,0 +1,61 @@
+package com.owncloud.android.ui.dialog.parcel;
+
+import android.os.Parcel;
+import android.os.Parcelable;
+import android.view.MenuItem;
+
+public class MenuItemParcelable implements Parcelable {
+ int mMenuItemId;
+ String mMenuText;
+
+ public MenuItemParcelable() {}
+
+ public MenuItemParcelable(MenuItem menuItem) {
+ mMenuItemId = menuItem.getItemId();
+ mMenuText = menuItem.getTitle().toString();
+ }
+
+ public MenuItemParcelable(Parcel read) {
+ mMenuItemId = read.readInt();
+ }
+
+ public void setMenuItemId(int id) {
+ mMenuItemId = id;
+ }
+
+ public int getMenuItemId() {
+ return mMenuItemId;
+ }
+
+ public String getMenuText() {
+ return mMenuText;
+ }
+
+ public void setMenuText(String mMenuText) {
+ this.mMenuText = mMenuText;
+ }
+
+ public static final Parcelable.Creator CREATOR =
+ new Parcelable.Creator() {
+
+ @Override
+ public MenuItemParcelable createFromParcel(Parcel source) {
+ return new MenuItemParcelable(source);
+ }
+
+ @Override
+ public MenuItemParcelable[] newArray(int size) {
+ return new MenuItemParcelable[size];
+ }
+ };
+
+ @Override
+ public int describeContents() {
+ return 0;
+ }
+
+ @Override
+ public void writeToParcel(Parcel dest, int flags) {
+ dest.writeInt(mMenuItemId);
+ }
+}
diff --git a/src/com/owncloud/android/ui/dialog/parcel/MenuParcelable.java b/src/com/owncloud/android/ui/dialog/parcel/MenuParcelable.java
new file mode 100644
index 0000000000..7b6f526152
--- /dev/null
+++ b/src/com/owncloud/android/ui/dialog/parcel/MenuParcelable.java
@@ -0,0 +1,51 @@
+package com.owncloud.android.ui.dialog.parcel;
+
+import android.os.Parcel;
+import android.os.Parcelable;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class MenuParcelable implements Parcelable {
+
+ private List mMenuItems = new ArrayList();
+
+ public List getMenuItems() {
+ return mMenuItems;
+ }
+
+ public void setMenuItems(List menuItems) {
+ this.mMenuItems = menuItems;
+ }
+
+ public MenuParcelable() {
+ mMenuItems = new ArrayList();
+ }
+
+ public MenuParcelable(Parcel in) {
+ in.readTypedList(mMenuItems, MenuItemParcelable.CREATOR);
+ }
+
+ public static final Parcelable.Creator CREATOR = new Parcelable.Creator() {
+
+ @Override
+ public MenuParcelable createFromParcel(Parcel in) {
+ return new MenuParcelable(in);
+ }
+
+ @Override
+ public MenuParcelable[] newArray(int size) {
+ return new MenuParcelable[size];
+ }
+ };
+
+ @Override
+ public int describeContents() {
+ return 0;
+ }
+
+ @Override
+ public void writeToParcel(Parcel outParcel, int flags) {
+ outParcel.writeTypedList(mMenuItems);
+ }
+}
diff --git a/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java b/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java
index 24767cf254..24015d08fb 100644
--- a/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java
+++ b/src/com/owncloud/android/ui/fragment/ExtendedListFragment.java
@@ -338,9 +338,9 @@ public class ExtendedListFragment extends Fragment
}
private void onCreateSwipeToRefresh(SwipeRefreshLayout refreshLayout) {
- // Colors in animations: background
- refreshLayout.setColorScheme(R.color.background_color, R.color.background_color,
- R.color.background_color, R.color.background_color);
+ // Colors in animations
+ refreshLayout.setColorSchemeResources(R.color.color_accent, R.color.primary,
+ R.color.primary_dark);
refreshLayout.setOnRefreshListener(this);
}
diff --git a/src/com/owncloud/android/ui/fragment/FileDetailFragment.java b/src/com/owncloud/android/ui/fragment/FileDetailFragment.java
index b5fce44e84..24f7248fa2 100644
--- a/src/com/owncloud/android/ui/fragment/FileDetailFragment.java
+++ b/src/com/owncloud/android/ui/fragment/FileDetailFragment.java
@@ -131,6 +131,7 @@ public class FileDetailFragment extends FileFragment implements OnClickListener
if (mLayout == R.layout.file_details_fragment) {
mView.findViewById(R.id.fdFavorite).setOnClickListener(this);
ProgressBar progressBar = (ProgressBar)mView.findViewById(R.id.fdProgressBar);
+ DisplayUtils.colorPreLollipopHorizontalProgressBar(progressBar);
mProgressListener = new ProgressListener(progressBar);
mView.findViewById(R.id.fdCancelBtn).setOnClickListener(this);
}
diff --git a/src/com/owncloud/android/ui/fragment/OCFileListFragment.java b/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
index 1fdc49d741..8d76e3aade 100644
--- a/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
+++ b/src/com/owncloud/android/ui/fragment/OCFileListFragment.java
@@ -27,11 +27,13 @@ import android.content.Intent;
import android.os.Bundle;
import android.support.v4.widget.SwipeRefreshLayout;
import android.view.ContextMenu;
+import android.view.Menu;
import android.view.MenuInflater;
import android.view.MenuItem;
import android.view.View;
import android.widget.AdapterView;
import android.widget.AdapterView.AdapterContextMenuInfo;
+import android.widget.PopupMenu;
import com.owncloud.android.R;
import com.owncloud.android.authentication.AccountUtils;
@@ -46,6 +48,7 @@ import com.owncloud.android.ui.activity.FolderPickerActivity;
import com.owncloud.android.ui.activity.OnEnforceableRefreshListener;
import com.owncloud.android.ui.adapter.FileListListAdapter;
import com.owncloud.android.ui.dialog.ConfirmationDialogFragment;
+import com.owncloud.android.ui.dialog.FileActionsDialogFragment;
import com.owncloud.android.ui.dialog.RemoveFileDialogFragment;
import com.owncloud.android.ui.dialog.RenameFileDialogFragment;
import com.owncloud.android.ui.preview.PreviewImageFragment;
@@ -60,8 +63,8 @@ import java.util.Vector;
*
* TODO refactor to get rid of direct dependency on FileDisplayActivity
*/
-public class OCFileListFragment extends ExtendedListFragment {
-
+public class OCFileListFragment extends ExtendedListFragment implements FileActionsDialogFragment.FileActionsDialogFragmentListener {
+
private static final String TAG = OCFileListFragment.class.getSimpleName();
private static final String MY_PACKAGE = OCFileListFragment.class.getPackage() != null ?
@@ -140,9 +143,62 @@ public class OCFileListFragment extends ExtendedListFragment {
);
setListAdapter(mAdapter);
- registerForContextMenu();
+ registerLongClickListener();
}
+ private void registerLongClickListener() {
+ getListView().setOnItemLongClickListener(new AdapterView.OnItemLongClickListener() {
+ public boolean onItemLongClick(AdapterView> arg0, View v,
+ int index, long arg3) {
+ showFileAction(index);
+ return true;
+ }
+ });
+ }
+
+
+ private void showFileAction(int fileIndex) {
+ Bundle args = getArguments();
+ PopupMenu pm = new PopupMenu(getActivity(),null);
+ Menu menu = pm.getMenu();
+
+ boolean allowContextualActions =
+ (args == null) ? true : args.getBoolean(ARG_ALLOW_CONTEXTUAL_ACTIONS, true);
+
+ if (allowContextualActions) {
+ MenuInflater inflater = getActivity().getMenuInflater();
+
+ inflater.inflate(R.menu.file_actions_menu, menu);
+ OCFile targetFile = (OCFile) mAdapter.getItem(fileIndex);
+
+ if (mContainerActivity.getStorageManager() != null) {
+ FileMenuFilter mf = new FileMenuFilter(
+ targetFile,
+ mContainerActivity.getStorageManager().getAccount(),
+ mContainerActivity,
+ getActivity()
+ );
+ mf.filter(menu);
+ }
+
+ /// TODO break this direct dependency on FileDisplayActivity... if possible
+ MenuItem item = menu.findItem(R.id.action_open_file_with);
+ FileFragment frag = ((FileDisplayActivity)getActivity()).getSecondFragment();
+ if (frag != null && frag instanceof FileDetailFragment &&
+ frag.getFile().getFileId() == targetFile.getFileId()) {
+ item = menu.findItem(R.id.action_see_details);
+ if (item != null) {
+ item.setVisible(false);
+ item.setEnabled(false);
+ }
+ }
+
+ FileActionsDialogFragment dialog = FileActionsDialogFragment.newInstance(menu, fileIndex);
+ dialog.setTargetFragment(this, 0);
+ dialog.show(getFragmentManager(), FileActionsDialogFragment.FTAG_FILE_ACTIONS);
+ }
+ }
+
/**
* Saves the current listed folder.
*/
@@ -154,7 +210,7 @@ public class OCFileListFragment extends ExtendedListFragment {
/**
* Call this, when the user presses the up button.
- *
+ *
* Tries to move up the current folder one level. If the parent folder was removed from the
* database, it continues browsing up until finding an existing folders.
*
@@ -244,7 +300,6 @@ public class OCFileListFragment extends ExtendedListFragment {
@Override
public void onCreateContextMenu(
ContextMenu menu, View v, ContextMenu.ContextMenuInfo menuInfo) {
- super.onCreateContextMenu(menu, v, menuInfo);
Bundle args = getArguments();
boolean allowContextualActions =
(args == null) ? true : args.getBoolean(ARG_ALLOW_CONTEXTUAL_ACTIONS, true);
@@ -278,15 +333,13 @@ public class OCFileListFragment extends ExtendedListFragment {
}
}
-
/**
- * {@inhericDoc}
+ * {@inheritDoc}
*/
@Override
- public boolean onContextItemSelected(MenuItem item) {
- AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo();
- mTargetFile = (OCFile) mAdapter.getItem(info.position);
- switch (item.getItemId()) {
+ public boolean onFileActionChosen(int menuId, int filePosition) {
+ mTargetFile = (OCFile) mAdapter.getItem(filePosition);
+ switch (menuId) {
case R.id.action_share_file: {
mContainerActivity.getFileOperationsHelper().shareFileWithLink(mTargetFile);
return true;
@@ -342,11 +395,11 @@ public class OCFileListFragment extends ExtendedListFragment {
getActivity().startActivityForResult(action, FileDisplayActivity.ACTION_MOVE_FILES);
return true;
}
- case R.id.action_favorite_file:{
+ case R.id.action_favorite_file: {
mContainerActivity.getFileOperationsHelper().toggleFavorite(mTargetFile, true);
return true;
}
- case R.id.action_unfavorite_file:{
+ case R.id.action_unfavorite_file: {
mContainerActivity.getFileOperationsHelper().toggleFavorite(mTargetFile, false);
return true;
}
@@ -358,7 +411,21 @@ public class OCFileListFragment extends ExtendedListFragment {
getActivity().startActivityForResult(action, FileDisplayActivity.ACTION_COPY_FILES);
return true;
default:
- return super.onContextItemSelected(item);
+ return false;
+ }
+ }
+
+ /**
+ * {@inhericDoc}
+ */
+ @Override
+ public boolean onContextItemSelected (MenuItem item) {
+ AdapterContextMenuInfo info = (AdapterContextMenuInfo) item.getMenuInfo();
+ boolean matched = onFileActionChosen(item.getItemId(), ((AdapterContextMenuInfo) item.getMenuInfo()).position);
+ if(!matched) {
+ return super.onContextItemSelected(item);
+ } else {
+ return matched;
}
}
@@ -437,9 +504,12 @@ public class OCFileListFragment extends ExtendedListFragment {
if (file.isFolder()) {
foldersCount++;
} else {
- filesCount++;
- if (file.isImage()){
- imagesCount++;
+ if (!file.isHidden()) {
+ filesCount++;
+
+ if (file.isImage()) {
+ imagesCount++;
+ }
}
}
}
@@ -452,6 +522,7 @@ public class OCFileListFragment extends ExtendedListFragment {
if (version != null && version.supportsRemoteThumbnails() &&
imagesCount > 0 && imagesCount == filesCount) {
switchToGridView();
+ registerLongClickListener();
} else {
switchToListView();
}
@@ -498,7 +569,6 @@ public class OCFileListFragment extends ExtendedListFragment {
return output;
}
-
public void sortByName(boolean descending) {
mAdapter.setSortOrder(FileStorageUtils.SORT_NAME, descending);
}
@@ -510,6 +580,4 @@ public class OCFileListFragment extends ExtendedListFragment {
public void sortBySize(boolean descending) {
mAdapter.setSortOrder(FileStorageUtils.SORT_SIZE, descending);
}
-
-
}
diff --git a/src/com/owncloud/android/ui/preview/FileDownloadFragment.java b/src/com/owncloud/android/ui/preview/FileDownloadFragment.java
index 957d338431..e63b324528 100644
--- a/src/com/owncloud/android/ui/preview/FileDownloadFragment.java
+++ b/src/com/owncloud/android/ui/preview/FileDownloadFragment.java
@@ -36,13 +36,9 @@ import android.view.ViewGroup;
import android.widget.ProgressBar;
import android.widget.TextView;
-import com.owncloud.android.R;
-import com.owncloud.android.datamodel.OCFile;
import com.owncloud.android.lib.common.network.OnDatatransferProgressListener;
import com.owncloud.android.lib.common.utils.Log_OC;
-import com.owncloud.android.ui.fragment.FileFragment;
-
-import java.lang.ref.WeakReference;
+import com.owncloud.android.utils.DisplayUtils;
/**
@@ -140,11 +136,10 @@ public class FileDownloadFragment extends FileFragment implements OnClickListene
}
}
- View view = null;
- view = inflater.inflate(R.layout.file_download_fragment, container, false);
- mView = view;
-
- ProgressBar progressBar = (ProgressBar) mView.findViewById(R.id.progressBar);
+ mView = inflater.inflate(R.layout.file_download_fragment, container, false);
+
+ ProgressBar progressBar = (ProgressBar)mView.findViewById(R.id.progressBar);
+ DisplayUtils.colorPreLollipopHorizontalProgressBar(progressBar);
mProgressListener = new ProgressListener(progressBar);
(mView.findViewById(R.id.cancelBtn)).setOnClickListener(this);
@@ -163,7 +158,7 @@ public class FileDownloadFragment extends FileFragment implements OnClickListene
setButtonsForTransferring();
}
- return view;
+ return mView;
}
diff --git a/src/com/owncloud/android/ui/preview/PreviewImageActivity.java b/src/com/owncloud/android/ui/preview/PreviewImageActivity.java
index b2d0c8cf38..5cbacfcf2c 100644
--- a/src/com/owncloud/android/ui/preview/PreviewImageActivity.java
+++ b/src/com/owncloud/android/ui/preview/PreviewImageActivity.java
@@ -26,6 +26,7 @@ import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.ServiceConnection;
+import android.graphics.drawable.ColorDrawable;
import android.os.Build;
import android.os.Bundle;
import android.os.Handler;
@@ -104,7 +105,6 @@ public class PreviewImageActivity extends FileActivity implements
// ActionBar
ActionBar actionBar = getSupportActionBar();
- actionBar.setIcon(DisplayUtils.getSeasonalIconId());
updateActionBarTitleAndHomeButton(null);
actionBar.hide();
@@ -133,6 +133,9 @@ public class PreviewImageActivity extends FileActivity implements
}
});
+ if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) {
+ getWindow().setStatusBarColor(getResources().getColor(R.color.owncloud_blue_dark_transparent));
+ }
}
if (savedInstanceState != null) {
@@ -610,7 +613,7 @@ public class PreviewImageActivity extends FileActivity implements
/**
* Checks if OS version is Honeycomb one or higher
- *
+ *
* @return boolean
*/
private boolean isHoneycombOrHigher() {
diff --git a/src/com/owncloud/android/ui/preview/PreviewImageFragment.java b/src/com/owncloud/android/ui/preview/PreviewImageFragment.java
index 6dd1865860..b6f36823b6 100644
--- a/src/com/owncloud/android/ui/preview/PreviewImageFragment.java
+++ b/src/com/owncloud/android/ui/preview/PreviewImageFragment.java
@@ -26,6 +26,7 @@ import android.annotation.SuppressLint;
import android.app.Activity;
import android.graphics.Bitmap;
import android.graphics.Point;
+import android.graphics.drawable.Drawable;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.FragmentStatePagerAdapter;
@@ -200,7 +201,8 @@ public class PreviewImageFragment extends FileFragment {
if (getFile() != null) {
mLoadBitmapTask = new LoadBitmapTask(mImageView, mMessageView, mProgressWheel);
//mLoadBitmapTask.execute(new String[]{getFile().getStoragePath()});
- mLoadBitmapTask.execute(getFile().getStoragePath());
+// mLoadBitmapTask.execute(getFile().getStoragePath());
+ mLoadBitmapTask.execute(getFile());
}
}
@@ -363,8 +365,8 @@ public class PreviewImageFragment extends FileFragment {
finish();
}
-
- private class LoadBitmapTask extends AsyncTask {
+
+ private class LoadBitmapTask extends AsyncTask {
/**
* Weak reference to the target {@link ImageView} where the bitmap will be loaded into.
@@ -410,12 +412,12 @@ public class PreviewImageFragment extends FileFragment {
mProgressWheelRef = new WeakReference(progressWheel);
}
-
@Override
- protected Bitmap doInBackground(String... params) {
+ protected LoadImage doInBackground(OCFile... params) {
Bitmap result = null;
if (params.length != 1) return null;
- String storagePath = params[0];
+ OCFile ocFile = params[0];
+ String storagePath = ocFile.getStoragePath();
try {
int maxDownScale = 3; // could be a parameter passed to doInBackground(...)
@@ -428,7 +430,7 @@ public class PreviewImageFragment extends FileFragment {
result = BitmapUtils.decodeSampledBitmapFromFile(storagePath, minWidth,
minHeight);
- if (isCancelled()) return result;
+ if (isCancelled()) return new LoadImage(result, ocFile);
if (result == null) {
mErrorMessageId = R.string.preview_image_error_unknown_format;
@@ -469,40 +471,47 @@ public class PreviewImageFragment extends FileFragment {
}
- return result;
+ return new LoadImage(result, ocFile);
}
@Override
- protected void onCancelled(Bitmap result) {
- if (result != null) {
- result.recycle();
+ protected void onCancelled(LoadImage result) {
+ if (result.bitmap != null) {
+ result.bitmap.recycle();
}
}
@Override
- protected void onPostExecute(Bitmap result) {
+ protected void onPostExecute(LoadImage result) {
hideProgressWheel();
- if (result != null) {
+ if (result.bitmap != null) {
showLoadedImage(result);
}
else {
showErrorMessage();
}
- if (result != null && mBitmap != result) {
+ if (result.bitmap != null && mBitmap != result.bitmap) {
// unused bitmap, release it! (just in case)
- result.recycle();
+ result.bitmap.recycle();
}
}
@SuppressLint("InlinedApi")
- private void showLoadedImage(Bitmap result) {
+ private void showLoadedImage(LoadImage result) {
final ImageViewCustom imageView = mImageViewRef.get();
+ Bitmap bitmap = result.bitmap;
if (imageView != null) {
- Log_OC.d(TAG, "Showing image with resolution " + result.getWidth() + "x" +
- result.getHeight());
- imageView.setImageBitmap(result);
+ Log_OC.d(TAG, "Showing image with resolution " + bitmap.getWidth() + "x" +
+ bitmap.getHeight());
+
+ if (result.ocFile.getMimetype().equalsIgnoreCase("image/png")){
+ Drawable backrepeat = getResources().getDrawable(R.drawable.backrepeat);
+ imageView.setBackground(backrepeat);
+ }
+
+ imageView.setImageBitmap(bitmap);
imageView.setVisibility(View.VISIBLE);
- mBitmap = result; // needs to be kept for recycling when not useful
+ mBitmap = bitmap; // needs to be kept for recycling when not useful
}
final TextView messageView = mMessageViewRef.get();
@@ -558,4 +567,15 @@ public class PreviewImageFragment extends FileFragment {
return mImageView;
}
+ private class LoadImage {
+ private Bitmap bitmap;
+ private OCFile ocFile;
+
+ public LoadImage(Bitmap bitmap, OCFile ocFile){
+ this.bitmap = bitmap;
+ this.ocFile = ocFile;
+ }
+
+ }
+
}
diff --git a/src/com/owncloud/android/ui/preview/PreviewMediaFragment.java b/src/com/owncloud/android/ui/preview/PreviewMediaFragment.java
index 02aebd0c00..0dbb1a3252 100644
--- a/src/com/owncloud/android/ui/preview/PreviewMediaFragment.java
+++ b/src/com/owncloud/android/ui/preview/PreviewMediaFragment.java
@@ -21,7 +21,10 @@ package com.owncloud.android.ui.preview;
import android.accounts.Account;
import android.app.Activity;
-import android.app.AlertDialog;
+import android.graphics.Bitmap;
+import android.graphics.BitmapFactory;
+import android.media.MediaMetadataRetriever;
+import android.support.v7.app.AlertDialog;
import android.content.ComponentName;
import android.content.Context;
import android.content.DialogInterface;
@@ -205,11 +208,35 @@ public class PreviewMediaFragment extends FileFragment implements
else {
mVideoPreview.setVisibility(View.GONE);
mImagePreview.setVisibility(View.VISIBLE);
+ extractAndSetCoverArt(file);
}
}
}
+ /**
+ * tries to read the cover art from the audio file and sets it as cover art.
+ *
+ * @param file audio file with potential cover art
+ */
+ private void extractAndSetCoverArt(OCFile file) {
+ if (file.isAudio()) {
+ try {
+ MediaMetadataRetriever mmr = new MediaMetadataRetriever();
+ mmr.setDataSource(file.getStoragePath());
+ byte[] data = mmr.getEmbeddedPicture();
+ if (data != null) {
+ Bitmap bitmap = BitmapFactory.decodeByteArray(data, 0, data.length);
+ mImagePreview.setImageBitmap(bitmap); //associated cover art in bitmap
+ } else {
+ mImagePreview.setImageResource(R.drawable.logo);
+ }
+ } catch (Throwable t) {
+ mImagePreview.setImageResource(R.drawable.logo);
+ }
+ }
+ }
+
/**
* {@inheritDoc}
diff --git a/src/com/owncloud/android/ui/preview/PreviewVideoActivity.java b/src/com/owncloud/android/ui/preview/PreviewVideoActivity.java
index 938d52d484..42b7fb28dc 100644
--- a/src/com/owncloud/android/ui/preview/PreviewVideoActivity.java
+++ b/src/com/owncloud/android/ui/preview/PreviewVideoActivity.java
@@ -26,7 +26,7 @@ import com.owncloud.android.media.MediaService;
import com.owncloud.android.ui.activity.FileActivity;
import android.accounts.Account;
-import android.app.AlertDialog;
+import android.support.v7.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.media.MediaPlayer;
diff --git a/src/com/owncloud/android/utils/DialogMenuItem.java b/src/com/owncloud/android/utils/DialogMenuItem.java
new file mode 100644
index 0000000000..630085b355
--- /dev/null
+++ b/src/com/owncloud/android/utils/DialogMenuItem.java
@@ -0,0 +1,247 @@
+/**
+ * ownCloud Android client application
+ *
+ * @author Andy Scherzinger
+ * Copyright (C) 2015 ownCloud Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2,
+ * as published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see .
+ *
+ */
+
+package com.owncloud.android.utils;
+
+import android.content.Intent;
+import android.graphics.drawable.Drawable;
+import android.view.ActionProvider;
+import android.view.ContextMenu;
+import android.view.MenuItem;
+import android.view.SubMenu;
+import android.view.View;
+
+/**
+ * Created by scherzia on 17.08.2015.
+ */
+public class DialogMenuItem implements MenuItem {
+ int mItemId;
+ CharSequence mTitle;
+
+ public DialogMenuItem(int itemId) {
+ this.mItemId = itemId;
+ }
+
+ @Override
+ public int getItemId() {
+ return mItemId;
+ }
+
+ @Override
+ public int getGroupId() {
+ return 0;
+ }
+
+ @Override
+ public int getOrder() {
+ return 0;
+ }
+
+ @Override
+ public MenuItem setTitle(CharSequence title) {
+ this.mTitle = title;
+ return this;
+ }
+
+ @Override
+ public MenuItem setTitle(int title) {
+ return this;
+ }
+
+ @Override
+ public CharSequence getTitle() {
+ return this.mTitle;
+ }
+
+ @Override
+ public MenuItem setTitleCondensed(CharSequence title) {
+ return null;
+ }
+
+ @Override
+ public CharSequence getTitleCondensed() {
+ return null;
+ }
+
+ @Override
+ public MenuItem setIcon(Drawable icon) {
+ return null;
+ }
+
+ @Override
+ public MenuItem setIcon(int iconRes) {
+ return null;
+ }
+
+ @Override
+ public Drawable getIcon() {
+ return null;
+ }
+
+ @Override
+ public MenuItem setIntent(Intent intent) {
+ return null;
+ }
+
+ @Override
+ public Intent getIntent() {
+ return null;
+ }
+
+ @Override
+ public MenuItem setShortcut(char numericChar, char alphaChar) {
+ return null;
+ }
+
+ @Override
+ public MenuItem setNumericShortcut(char numericChar) {
+ return null;
+ }
+
+ @Override
+ public char getNumericShortcut() {
+ return 0;
+ }
+
+ @Override
+ public MenuItem setAlphabeticShortcut(char alphaChar) {
+ return null;
+ }
+
+ @Override
+ public char getAlphabeticShortcut() {
+ return 0;
+ }
+
+ @Override
+ public MenuItem setCheckable(boolean checkable) {
+ return null;
+ }
+
+ @Override
+ public boolean isCheckable() {
+ return false;
+ }
+
+ @Override
+ public MenuItem setChecked(boolean checked) {
+ return null;
+ }
+
+ @Override
+ public boolean isChecked() {
+ return false;
+ }
+
+ @Override
+ public MenuItem setVisible(boolean visible) {
+ return null;
+ }
+
+ @Override
+ public boolean isVisible() {
+ return false;
+ }
+
+ @Override
+ public MenuItem setEnabled(boolean enabled) {
+ return null;
+ }
+
+ @Override
+ public boolean isEnabled() {
+ return false;
+ }
+
+ @Override
+ public boolean hasSubMenu() {
+ return false;
+ }
+
+ @Override
+ public SubMenu getSubMenu() {
+ return null;
+ }
+
+ @Override
+ public MenuItem setOnMenuItemClickListener(OnMenuItemClickListener menuItemClickListener) {
+ return null;
+ }
+
+ @Override
+ public ContextMenu.ContextMenuInfo getMenuInfo() {
+ return null;
+ }
+
+ @Override
+ public void setShowAsAction(int actionEnum) {
+
+ }
+
+ @Override
+ public MenuItem setShowAsActionFlags(int actionEnum) {
+ return null;
+ }
+
+ @Override
+ public MenuItem setActionView(View view) {
+ return null;
+ }
+
+ @Override
+ public MenuItem setActionView(int resId) {
+ return null;
+ }
+
+ @Override
+ public View getActionView() {
+ return null;
+ }
+
+ @Override
+ public MenuItem setActionProvider(ActionProvider actionProvider) {
+ return null;
+ }
+
+ @Override
+ public ActionProvider getActionProvider() {
+ return null;
+ }
+
+ @Override
+ public boolean expandActionView() {
+ return false;
+ }
+
+ @Override
+ public boolean collapseActionView() {
+ return false;
+ }
+
+ @Override
+ public boolean isActionViewExpanded() {
+ return false;
+ }
+
+ @Override
+ public MenuItem setOnActionExpandListener(OnActionExpandListener listener) {
+ return null;
+ }
+}
diff --git a/src/com/owncloud/android/utils/DisplayUtils.java b/src/com/owncloud/android/utils/DisplayUtils.java
index 7030c87f09..3ae36e446e 100644
--- a/src/com/owncloud/android/utils/DisplayUtils.java
+++ b/src/com/owncloud/android/utils/DisplayUtils.java
@@ -35,11 +35,15 @@ import java.util.Vector;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
+import android.graphics.Color;
import android.graphics.Point;
+import android.graphics.PorterDuff;
import android.os.Build;
import android.text.format.DateUtils;
import android.view.Display;
import android.webkit.MimeTypeMap;
+import android.widget.ProgressBar;
+import android.widget.SeekBar;
import com.owncloud.android.MainApp;
import com.owncloud.android.R;
@@ -373,4 +377,33 @@ public class DisplayUtils {
return size;
}
+ /**
+ * sets the coloring of the given progress bar to color_accent.
+ *
+ * @param progressBar the progress bar to be colored
+ */
+ public static void colorPreLollipopHorizontalProgressBar(ProgressBar progressBar) {
+ if (progressBar != null && Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
+ int color = progressBar.getResources().getColor(R.color.color_accent);
+ progressBar.getIndeterminateDrawable().setColorFilter(color, PorterDuff.Mode.SRC_IN);
+ progressBar.getProgressDrawable().setColorFilter(color, PorterDuff.Mode.SRC_IN);
+ }
+ }
+
+ /**
+ * sets the coloring of the given seek bar to color_accent.
+ *
+ * @param seekBar the seek bar to be colored
+ */
+ public static void colorPreLollipopHorizontalSeekBar(SeekBar seekBar) {
+ if (seekBar != null && Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP) {
+ colorPreLollipopHorizontalProgressBar(seekBar);
+
+ if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN) {
+ int color = seekBar.getResources().getColor(R.color.color_accent);
+ seekBar.getThumb().setColorFilter(color, PorterDuff.Mode.SRC_IN);
+ seekBar.getThumb().setColorFilter(color, PorterDuff.Mode.SRC_IN);
+ }
+ }
+ }
}
diff --git a/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java b/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java
index 508380a622..be487634f4 100644
--- a/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java
+++ b/src/third_parties/in/srain/cube/GridViewWithHeaderAndFooter.java
@@ -99,6 +99,7 @@ public class GridViewWithHeaderAndFooter extends GridView {
ListAdapter adapter = getAdapter();
if (adapter != null && adapter instanceof HeaderViewGridAdapter) {
((HeaderViewGridAdapter) adapter).setNumColumns(getNumColumnsCompatible());
+ invalidateRowHeight();
((HeaderViewGridAdapter) adapter).setRowHeight(getRowHeight());
}
}
diff --git a/tests/project.properties b/tests/project.properties
index 4ab125693c..00cf62bacc 100644
--- a/tests/project.properties
+++ b/tests/project.properties
@@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
-target=android-19
+target=android-22