diff --git a/Android.mk b/Android.mk index 24ce1feb0f0..c9af08afa3a 100644 --- a/Android.mk +++ b/Android.mk @@ -8,17 +8,22 @@ LOCAL_MODULE_TAGS := optional LOCAL_SRC_FILES := $(call all-java-files-under, src) \ src/com/android/settings/EventLogTags.logtags -LOCAL_SRC_FILES += $(call all-java-files-under, ../OmniGears/src) +LOCAL_SRC_FILES += $(call all-java-files-under, ../AmraSettings/src) LOCAL_SRC_FILES += $(call all-java-files-under, ../PerformanceControl/src) -LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/res -LOCAL_RESOURCE_DIR += packages/apps/OmniGears/res +LOCAL_SRC_FILES += \ + ../AmraSettings/src/org/regulus/amrasettings/screencolor/IPPService.aidl + +LOCAL_RESOURCE_DIR := $(LOCAL_PATH)/res +LOCAL_RESOURCE_DIR += packages/apps/AmraSettings/res LOCAL_RESOURCE_DIR += packages/apps/PerformanceControl/res LOCAL_ASSET_DIR += packages/apps/PerformanceControl/assets +LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true + LOCAL_AAPT_FLAGS := --auto-add-overlay \ - --extra-packages org.omnirom.omnigears \ + --extra-packages org.regulus.amrasettings \ --extra-packages com.brewcrewfoo.performance LOCAL_PACKAGE_NAME := Settings @@ -27,8 +32,16 @@ LOCAL_PRIVILEGED_MODULE := true LOCAL_PROGUARD_FLAG_FILES := proguard.flags +LOCAL_JAVA_LIBRARIES += org.cyanogenmod.hardware + LOCAL_AAPT_FLAGS += -c zz_ZZ +LOCAL_AAPT_INCLUDE_ALL_RESOURCES := true +LOCAL_AAPT_FLAGS += --extra-packages com.koushikdutta.superuser:com.koushikdutta.widgets --auto-add-overlay + +LOCAL_SRC_FILES += $(call all-java-files-under,../../../external/amra/Superuser/Superuser/src) $(call all-java-files-under,../../../external/amra/Widgets/Widgets/src) +LOCAL_RESOURCE_DIR += $(LOCAL_PATH)/../../../external/amra/Widgets/Widgets/res $(LOCAL_PATH)/../../../external/amra/Superuser/Superuser/res + include $(BUILD_PACKAGE) # Use the folloing include to make our test apk. diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4058c4530f6..091cdc6b7ab 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -44,6 +44,7 @@ + @@ -67,8 +68,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -107,33 +152,34 @@ - - + + + android:name="org.regulus.amrasettings.amra.service.AlarmReceiver"> - - - - + + + + + + android:name="org.regulus.amrasettings.amra.service.BootReceiver"> @@ -246,7 +292,7 @@ @@ -257,7 +303,7 @@ @@ -268,7 +314,7 @@ + android:theme="@style/Theme.Settings.DialogWhenLarge"> @@ -277,7 +323,7 @@ + android:theme="@style/Theme.Settings.DialogWhenLarge"> @@ -295,21 +341,25 @@ - + android:parentActivityName="Settings$WirelessSettingsActivity" + android:clearTaskOnLaunch="true"> + @@ -341,7 +391,7 @@ @@ -614,8 +664,11 @@ android:resource="@id/sound_settings" /> - + @@ -624,70 +677,368 @@ + android:value="org.regulus.amrasettings.AmraSettings" /> + android:resource="@id/amra_settings" /> - + + + + + + + - - + android:value="org.regulus.amrasettings.themetoggle.ThemeToggleSettings" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + android:value="org.regulus.amrasettings.blacklist.BlacklistSettings" /> + android:resource="@id/security_settings" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + android:value="org.regulus.amrasettings.theme.ThemeSettings" /> - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + android:value="org.regulus.amrasettings.profiles.ProfilesSettings" /> + android:resource="@id/profiles_settings" /> + + + + + + + + + + + + + + + + + + + + + + + @@ -748,7 +1099,7 @@ @@ -758,7 +1109,7 @@ + android:theme="@style/Theme.Settings.Dialog.Alert"> @@ -909,8 +1260,7 @@ + android:excludeFromRecents="true"> @@ -924,6 +1274,30 @@ android:resource="@id/application_settings" /> + + + + + + + + + + + + + @@ -1073,7 +1447,7 @@ @@ -1083,7 +1457,7 @@ @@ -1120,7 +1494,7 @@ + android:value="com.android.settings.accessibility.CaptionPropertiesFragment" /> @@ -1145,6 +1519,8 @@ + + @@ -1162,8 +1538,12 @@ android:excludeFromRecents="true" /> + + + + @@ -1175,6 +1555,7 @@ android:label="@string/device_status_activity_title" android:theme="@style/Theme.Settings.DialogWhenLarge" android:process="com.android.phone"> + @@ -1200,10 +1581,11 @@ + android:theme="@style/Theme.Settings.DialogWhenLarge"/> - + @@ -1216,6 +1598,8 @@ + @@ -1301,7 +1685,7 @@ + android:theme="@style/Theme.Settings.Dialog" /> + android:theme="@style/Theme.Settings.Dialog.Alert"> @@ -1376,7 +1760,7 @@ android:label="@string/bluetooth_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Holo.Dialog.Alert"> + android:theme="@style/Theme.Settings.Dialog.Alert"> @@ -1397,13 +1781,14 @@ android:label="@string/bluetooth_pairing_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH" - android:theme="@*android:style/Theme.Holo.Dialog.Alert"> + android:theme="@style/Theme.Settings.Dialog.Alert"> + @@ -1419,7 +1804,7 @@ android:label="@string/bluetooth_connection_permission_request" android:excludeFromRecents="true" android:permission="android.permission.BLUETOOTH_ADMIN" - android:theme="@*android:style/Theme.Holo.Dialog.Alert"> + android:theme="@style/Theme.Settings.Dialog.Alert"> @@ -1429,7 +1814,7 @@ @@ -1467,13 +1852,6 @@ - - - - - - - @@ -1522,7 +1900,7 @@ @@ -1548,7 +1926,7 @@ @@ -1557,7 +1935,7 @@ @@ -1569,7 +1947,7 @@ @@ -1631,7 +2009,7 @@ + android:theme="@style/Theme.Settings.Dialog"> @@ -1640,7 +2018,7 @@ + android:theme="@style/Theme.Settings.DialogWhenLarge"/> @@ -1683,7 +2061,15 @@ android:theme="@style/CryptKeeperBlankTheme" /> - + + + + + + + + + - - - + android:value="org.regulus.amrasettings.quiethours.QuietHours" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1749,6 +2169,24 @@ android:resource="@id/display_settings" /> + + + + + + + + + + + + + android:theme="@style/Theme.Settings.Dialog.Alert"> @@ -1793,7 +2231,7 @@ + android:theme="@style/Theme.Settings.Dialog.Alert"> @@ -1889,5 +2327,7 @@ android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> + + diff --git a/proguard.flags b/proguard.flags index 7b81bb2d401..dd051f33008 100644 --- a/proguard.flags +++ b/proguard.flags @@ -15,6 +15,10 @@ -keep class com.android.settings.NotificationStation -keep class com.android.settings.nfc.* -keep class org.** +-keep class org.regulus.amrasettings.superuser.** +-keep class org.regulus.amrasettings.privacyguard.* +-keep class org.regulus.amrasettings.** +-keep class org.regulus.amrasettings.amra.** # Keep click responders -keepclassmembers class com.android.settings.inputmethod.UserDictionaryAddWordActivity { diff --git a/res/drawable-hdpi-finger/ic_grabber.png b/res/drawable-hdpi-finger/ic_grabber.png new file mode 100644 index 00000000000..bbaa7f9e781 Binary files /dev/null and b/res/drawable-hdpi-finger/ic_grabber.png differ diff --git a/res/drawable-hdpi/appwidget_settings_ind_mid_c_holo.9.png b/res/drawable-hdpi/appwidget_settings_ind_mid_c_holo.9.png index be5394d84c9..f0e28b993d8 100644 Binary files a/res/drawable-hdpi/appwidget_settings_ind_mid_c_holo.9.png and b/res/drawable-hdpi/appwidget_settings_ind_mid_c_holo.9.png differ diff --git a/res/drawable-hdpi/appwidget_settings_ind_mid_l_holo.9.png b/res/drawable-hdpi/appwidget_settings_ind_mid_l_holo.9.png index 06d16740780..d23f042859e 100644 Binary files a/res/drawable-hdpi/appwidget_settings_ind_mid_l_holo.9.png and b/res/drawable-hdpi/appwidget_settings_ind_mid_l_holo.9.png differ diff --git a/res/drawable-hdpi/appwidget_settings_ind_mid_r_holo.9.png b/res/drawable-hdpi/appwidget_settings_ind_mid_r_holo.9.png index 20c5e10cb77..9ea1dbacf38 100644 Binary files a/res/drawable-hdpi/appwidget_settings_ind_mid_r_holo.9.png and b/res/drawable-hdpi/appwidget_settings_ind_mid_r_holo.9.png differ diff --git a/res/drawable-hdpi/appwidget_settings_ind_on_c_holo.9.png b/res/drawable-hdpi/appwidget_settings_ind_on_c_holo.9.png index 4f05e36b332..83b890530fe 100644 Binary files a/res/drawable-hdpi/appwidget_settings_ind_on_c_holo.9.png and b/res/drawable-hdpi/appwidget_settings_ind_on_c_holo.9.png differ diff --git a/res/drawable-hdpi/appwidget_settings_ind_on_l_holo.9.png b/res/drawable-hdpi/appwidget_settings_ind_on_l_holo.9.png index c4849ff4ee2..2cd54f629ff 100644 Binary files a/res/drawable-hdpi/appwidget_settings_ind_on_l_holo.9.png and b/res/drawable-hdpi/appwidget_settings_ind_on_l_holo.9.png differ diff --git a/res/drawable-hdpi/appwidget_settings_ind_on_r_holo.9.png b/res/drawable-hdpi/appwidget_settings_ind_on_r_holo.9.png index e8975cd4c42..00a54147b10 100644 Binary files a/res/drawable-hdpi/appwidget_settings_ind_on_r_holo.9.png and b/res/drawable-hdpi/appwidget_settings_ind_on_r_holo.9.png differ diff --git a/res/drawable-hdpi/btn_default.9.png b/res/drawable-hdpi/btn_default.9.png new file mode 100644 index 00000000000..a82048e7ce7 Binary files /dev/null and b/res/drawable-hdpi/btn_default.9.png differ diff --git a/res/drawable-hdpi/btn_default_disabled.9.png b/res/drawable-hdpi/btn_default_disabled.9.png new file mode 100644 index 00000000000..45fa090cd78 Binary files /dev/null and b/res/drawable-hdpi/btn_default_disabled.9.png differ diff --git a/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png b/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png new file mode 100644 index 00000000000..13ab8f7dabb Binary files /dev/null and b/res/drawable-hdpi/btn_default_disabled_focused_holo_dark.9.png differ diff --git a/res/drawable-hdpi/btn_default_focused_holo_dark.9.png b/res/drawable-hdpi/btn_default_focused_holo_dark.9.png new file mode 100644 index 00000000000..fee599ae994 Binary files /dev/null and b/res/drawable-hdpi/btn_default_focused_holo_dark.9.png differ diff --git a/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png b/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png new file mode 100644 index 00000000000..baf7018a443 Binary files /dev/null and b/res/drawable-hdpi/btn_default_pressed_holo_dark.9.png differ diff --git a/res/drawable-hdpi/default_screencolor_setting.png b/res/drawable-hdpi/default_screencolor_setting.png new file mode 100644 index 00000000000..90de65db762 Binary files /dev/null and b/res/drawable-hdpi/default_screencolor_setting.png differ diff --git a/res/drawable-hdpi/github.png b/res/drawable-hdpi/github.png new file mode 100644 index 00000000000..eaab3c89acb Binary files /dev/null and b/res/drawable-hdpi/github.png differ diff --git a/res/drawable-hdpi/ic_action_set.png b/res/drawable-hdpi/ic_action_set.png new file mode 100644 index 00000000000..f183b0123a1 Binary files /dev/null and b/res/drawable-hdpi/ic_action_set.png differ diff --git a/res/drawable-hdpi/ic_blacklist_calls_off.png b/res/drawable-hdpi/ic_blacklist_calls_off.png new file mode 100644 index 00000000000..22a05c21f1f Binary files /dev/null and b/res/drawable-hdpi/ic_blacklist_calls_off.png differ diff --git a/res/drawable-hdpi/ic_blacklist_calls_on.png b/res/drawable-hdpi/ic_blacklist_calls_on.png new file mode 100644 index 00000000000..5073d6347d4 Binary files /dev/null and b/res/drawable-hdpi/ic_blacklist_calls_on.png differ diff --git a/res/drawable-hdpi/ic_blacklist_messages_off.png b/res/drawable-hdpi/ic_blacklist_messages_off.png new file mode 100644 index 00000000000..812aaa52a3a Binary files /dev/null and b/res/drawable-hdpi/ic_blacklist_messages_off.png differ diff --git a/res/drawable-hdpi/ic_blacklist_messages_on.png b/res/drawable-hdpi/ic_blacklist_messages_on.png new file mode 100644 index 00000000000..4d7c8093979 Binary files /dev/null and b/res/drawable-hdpi/ic_blacklist_messages_on.png differ diff --git a/res/drawable-hdpi/ic_cm_stats_notif.png b/res/drawable-hdpi/ic_cm_stats_notif.png new file mode 100644 index 00000000000..66fa7c01a1c Binary files /dev/null and b/res/drawable-hdpi/ic_cm_stats_notif.png differ diff --git a/res/drawable-hdpi/ic_down.png b/res/drawable-hdpi/ic_down.png new file mode 100644 index 00000000000..f2ae375396d Binary files /dev/null and b/res/drawable-hdpi/ic_down.png differ diff --git a/res/drawable-hdpi/ic_down_pressed.png b/res/drawable-hdpi/ic_down_pressed.png new file mode 100644 index 00000000000..4646056a7ae Binary files /dev/null and b/res/drawable-hdpi/ic_down_pressed.png differ diff --git a/res/drawable-hdpi/ic_grabber.png b/res/drawable-hdpi/ic_grabber.png new file mode 100644 index 00000000000..70afc55e7a9 Binary files /dev/null and b/res/drawable-hdpi/ic_grabber.png differ diff --git a/res/drawable-hdpi/ic_menu_add.png b/res/drawable-hdpi/ic_menu_add.png new file mode 100644 index 00000000000..4b68f52ad0a Binary files /dev/null and b/res/drawable-hdpi/ic_menu_add.png differ diff --git a/res/drawable-hdpi/ic_menu_add_dark.png b/res/drawable-hdpi/ic_menu_add_dark.png index b45001e55a6..d240fb4d369 100644 Binary files a/res/drawable-hdpi/ic_menu_add_dark.png and b/res/drawable-hdpi/ic_menu_add_dark.png differ diff --git a/res/drawable-hdpi/ic_menu_save.png b/res/drawable-hdpi/ic_menu_save.png new file mode 100644 index 00000000000..2b29557ab52 Binary files /dev/null and b/res/drawable-hdpi/ic_menu_save.png differ diff --git a/res/drawable-hdpi/ic_more_default.png b/res/drawable-hdpi/ic_more_default.png new file mode 100644 index 00000000000..b05d204f8a1 Binary files /dev/null and b/res/drawable-hdpi/ic_more_default.png differ diff --git a/res/drawable-hdpi/ic_more_pressed.png b/res/drawable-hdpi/ic_more_pressed.png new file mode 100644 index 00000000000..30ef4f3017a Binary files /dev/null and b/res/drawable-hdpi/ic_more_pressed.png differ diff --git a/res/drawable-hdpi/ic_navigation_ring_hint.png b/res/drawable-hdpi/ic_navigation_ring_hint.png new file mode 100644 index 00000000000..116b1f0946d Binary files /dev/null and b/res/drawable-hdpi/ic_navigation_ring_hint.png differ diff --git a/res/drawable-hdpi/ic_new_default.png b/res/drawable-hdpi/ic_new_default.png new file mode 100644 index 00000000000..24f96f328c1 Binary files /dev/null and b/res/drawable-hdpi/ic_new_default.png differ diff --git a/res/drawable-hdpi/ic_new_dis.png b/res/drawable-hdpi/ic_new_dis.png new file mode 100644 index 00000000000..2454ced8153 Binary files /dev/null and b/res/drawable-hdpi/ic_new_dis.png differ diff --git a/res/drawable-hdpi/ic_new_glow.png b/res/drawable-hdpi/ic_new_glow.png new file mode 100644 index 00000000000..201ec86146e Binary files /dev/null and b/res/drawable-hdpi/ic_new_glow.png differ diff --git a/res/drawable-hdpi/ic_new_pressed.png b/res/drawable-hdpi/ic_new_pressed.png new file mode 100644 index 00000000000..4f0c46aedcb Binary files /dev/null and b/res/drawable-hdpi/ic_new_pressed.png differ diff --git a/res/drawable-hdpi/ic_null.png b/res/drawable-hdpi/ic_null.png new file mode 100644 index 00000000000..e6addc8c37c Binary files /dev/null and b/res/drawable-hdpi/ic_null.png differ diff --git a/res/drawable-hdpi/ic_previous_default.png b/res/drawable-hdpi/ic_previous_default.png new file mode 100644 index 00000000000..a84990e3811 Binary files /dev/null and b/res/drawable-hdpi/ic_previous_default.png differ diff --git a/res/drawable-hdpi/ic_previous_dis.png b/res/drawable-hdpi/ic_previous_dis.png new file mode 100644 index 00000000000..aea14f35ea4 Binary files /dev/null and b/res/drawable-hdpi/ic_previous_dis.png differ diff --git a/res/drawable-hdpi/ic_previous_glow.png b/res/drawable-hdpi/ic_previous_glow.png new file mode 100644 index 00000000000..ec83882fc7b Binary files /dev/null and b/res/drawable-hdpi/ic_previous_glow.png differ diff --git a/res/drawable-hdpi/ic_previous_pressed.png b/res/drawable-hdpi/ic_previous_pressed.png new file mode 100644 index 00000000000..75af0be46c6 Binary files /dev/null and b/res/drawable-hdpi/ic_previous_pressed.png differ diff --git a/res/drawable-hdpi/ic_privacy_guard.png b/res/drawable-hdpi/ic_privacy_guard.png new file mode 100644 index 00000000000..0f58fce9311 Binary files /dev/null and b/res/drawable-hdpi/ic_privacy_guard.png differ diff --git a/res/drawable-hdpi/ic_privacy_guard_off.png b/res/drawable-hdpi/ic_privacy_guard_off.png new file mode 100644 index 00000000000..f5dce6164a7 Binary files /dev/null and b/res/drawable-hdpi/ic_privacy_guard_off.png differ diff --git a/res/drawable-hdpi/ic_rom_control_animations.png b/res/drawable-hdpi/ic_rom_control_animations.png new file mode 100644 index 00000000000..c7f33a1fc32 Binary files /dev/null and b/res/drawable-hdpi/ic_rom_control_animations.png differ diff --git a/res/drawable-hdpi/ic_see_contacts_holo_dark.png b/res/drawable-hdpi/ic_see_contacts_holo_dark.png new file mode 100644 index 00000000000..8e2182f9965 Binary files /dev/null and b/res/drawable-hdpi/ic_see_contacts_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_settings_advanced.png b/res/drawable-hdpi/ic_settings_advanced.png new file mode 100755 index 00000000000..6d48b8a07e2 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_advanced.png differ diff --git a/res/drawable-hdpi/ic_settings_devicecontrol.png b/res/drawable-hdpi/ic_settings_devicecontrol.png new file mode 100644 index 00000000000..03ea7c24e58 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_devicecontrol.png differ diff --git a/res/drawable-hdpi/ic_settings_lockscreen.png b/res/drawable-hdpi/ic_settings_lockscreen.png new file mode 100644 index 00000000000..a08d5133607 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_lockscreen.png differ diff --git a/res/drawable-hdpi/ic_settings_navigation.png b/res/drawable-hdpi/ic_settings_navigation.png new file mode 100644 index 00000000000..0f23a94c6b0 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_navigation.png differ diff --git a/res/drawable-hdpi/ic_settings_privacy.png b/res/drawable-hdpi/ic_settings_privacy.png new file mode 100644 index 00000000000..60ceeb87468 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_privacy.png differ diff --git a/res/drawable-hdpi/ic_settings_quick_settings.png b/res/drawable-hdpi/ic_settings_quick_settings.png new file mode 100644 index 00000000000..8dd8f722246 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_quick_settings.png differ diff --git a/res/drawable-hdpi/ic_settings_sim.png b/res/drawable-hdpi/ic_settings_sim.png new file mode 100644 index 00000000000..b5da8c9ca73 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_sim.png differ diff --git a/res/drawable-hdpi/ic_settings_statusbar.png b/res/drawable-hdpi/ic_settings_statusbar.png new file mode 100644 index 00000000000..0e7b931c11a Binary files /dev/null and b/res/drawable-hdpi/ic_settings_statusbar.png differ diff --git a/res/drawable-hdpi/ic_settings_system.png b/res/drawable-hdpi/ic_settings_system.png new file mode 100644 index 00000000000..5d676946e18 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_system.png differ diff --git a/res/drawable-hdpi/ic_settings_theme.png b/res/drawable-hdpi/ic_settings_theme.png new file mode 100644 index 00000000000..2f43eaa39ec Binary files /dev/null and b/res/drawable-hdpi/ic_settings_theme.png differ diff --git a/res/drawable-hdpi/ic_settings_themes.png b/res/drawable-hdpi/ic_settings_themes.png new file mode 100644 index 00000000000..3e0d2cabfca Binary files /dev/null and b/res/drawable-hdpi/ic_settings_themes.png differ diff --git a/res/drawable-hdpi/ic_settings_updatecenter.png b/res/drawable-hdpi/ic_settings_updatecenter.png new file mode 100644 index 00000000000..fb82978c179 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_updatecenter.png differ diff --git a/res/drawable-hdpi/ic_settings_wakelock_blocker.png b/res/drawable-hdpi/ic_settings_wakelock_blocker.png new file mode 100644 index 00000000000..f6e855e6255 Binary files /dev/null and b/res/drawable-hdpi/ic_settings_wakelock_blocker.png differ diff --git a/res/drawable-hdpi/ic_up.png b/res/drawable-hdpi/ic_up.png new file mode 100644 index 00000000000..2d51f39f859 Binary files /dev/null and b/res/drawable-hdpi/ic_up.png differ diff --git a/res/drawable-hdpi/ic_up_pressed.png b/res/drawable-hdpi/ic_up_pressed.png new file mode 100644 index 00000000000..ee037009275 Binary files /dev/null and b/res/drawable-hdpi/ic_up_pressed.png differ diff --git a/res/drawable-hdpi/ic_zoom_in_holo_dark.png b/res/drawable-hdpi/ic_zoom_in_holo_dark.png new file mode 100644 index 00000000000..89b5f155031 Binary files /dev/null and b/res/drawable-hdpi/ic_zoom_in_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_zoom_in_holo_light.png b/res/drawable-hdpi/ic_zoom_in_holo_light.png new file mode 100644 index 00000000000..9751ca32e23 Binary files /dev/null and b/res/drawable-hdpi/ic_zoom_in_holo_light.png differ diff --git a/res/drawable-hdpi/ic_zoom_out_holo_dark.png b/res/drawable-hdpi/ic_zoom_out_holo_dark.png new file mode 100644 index 00000000000..f4a25891e07 Binary files /dev/null and b/res/drawable-hdpi/ic_zoom_out_holo_dark.png differ diff --git a/res/drawable-hdpi/ic_zoom_out_holo_light.png b/res/drawable-hdpi/ic_zoom_out_holo_light.png new file mode 100644 index 00000000000..ba094ac12ed Binary files /dev/null and b/res/drawable-hdpi/ic_zoom_out_holo_light.png differ diff --git a/res/drawable-hdpi/ic_zoom_slider.png b/res/drawable-hdpi/ic_zoom_slider.png new file mode 100644 index 00000000000..8427e4d0149 Binary files /dev/null and b/res/drawable-hdpi/ic_zoom_slider.png differ diff --git a/res/drawable-hdpi/scrubber_track_holo_dark.9.png b/res/drawable-hdpi/scrubber_track_holo_dark.9.png new file mode 100644 index 00000000000..0c0ccda79df Binary files /dev/null and b/res/drawable-hdpi/scrubber_track_holo_dark.9.png differ diff --git a/res/drawable-hdpi/stat_navbar_edit_off.png b/res/drawable-hdpi/stat_navbar_edit_off.png new file mode 100644 index 00000000000..d796bde5667 Binary files /dev/null and b/res/drawable-hdpi/stat_navbar_edit_off.png differ diff --git a/res/drawable-hdpi/stat_navbar_edit_on.png b/res/drawable-hdpi/stat_navbar_edit_on.png new file mode 100644 index 00000000000..263c0ed9586 Binary files /dev/null and b/res/drawable-hdpi/stat_navbar_edit_on.png differ diff --git a/res/drawable-holodark-xhdpi/card_bg2.9.png b/res/drawable-holodark-xhdpi/card_bg2.9.png new file mode 100644 index 00000000000..14462f7bc9a Binary files /dev/null and b/res/drawable-holodark-xhdpi/card_bg2.9.png differ diff --git a/res/drawable-holodark-xhdpi/data_grid_border.9.png b/res/drawable-holodark-xhdpi/data_grid_border.9.png new file mode 100644 index 00000000000..1253c94d5ef Binary files /dev/null and b/res/drawable-holodark-xhdpi/data_grid_border.9.png differ diff --git a/res/drawable-holodark-xhdpi/data_grid_primary.9.png b/res/drawable-holodark-xhdpi/data_grid_primary.9.png new file mode 100644 index 00000000000..5908eeb0584 Binary files /dev/null and b/res/drawable-holodark-xhdpi/data_grid_primary.9.png differ diff --git a/res/drawable-holodark-xhdpi/data_grid_secondary.9.png b/res/drawable-holodark-xhdpi/data_grid_secondary.9.png new file mode 100644 index 00000000000..c549a30d9e9 Binary files /dev/null and b/res/drawable-holodark-xhdpi/data_grid_secondary.9.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bars.png b/res/drawable-holodark-xhdpi/ic_bars.png new file mode 100644 index 00000000000..e084d264842 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bars.png differ diff --git a/res/drawable-holodark-xhdpi/ic_blacklist_calls_off.png b/res/drawable-holodark-xhdpi/ic_blacklist_calls_off.png new file mode 100644 index 00000000000..c28cc6d41fe Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_blacklist_calls_off.png differ diff --git a/res/drawable-holodark-xhdpi/ic_blacklist_calls_on.png b/res/drawable-holodark-xhdpi/ic_blacklist_calls_on.png new file mode 100644 index 00000000000..9d5ed24b505 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_blacklist_calls_on.png differ diff --git a/res/drawable-holodark-xhdpi/ic_blacklist_messages_off.png b/res/drawable-holodark-xhdpi/ic_blacklist_messages_off.png new file mode 100644 index 00000000000..c01c4a5e36b Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_blacklist_messages_off.png differ diff --git a/res/drawable-holodark-xhdpi/ic_blacklist_messages_on.png b/res/drawable-holodark-xhdpi/ic_blacklist_messages_on.png new file mode 100644 index 00000000000..6657ce61276 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_blacklist_messages_on.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_cellphone.png b/res/drawable-holodark-xhdpi/ic_bt_cellphone.png new file mode 100644 index 00000000000..57bad3f9e42 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_cellphone.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_headphones_a2dp.png b/res/drawable-holodark-xhdpi/ic_bt_headphones_a2dp.png new file mode 100644 index 00000000000..125c0131a68 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_headphones_a2dp.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_headset_hfp.png b/res/drawable-holodark-xhdpi/ic_bt_headset_hfp.png new file mode 100644 index 00000000000..b7f8108a627 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_headset_hfp.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_imaging.png b/res/drawable-holodark-xhdpi/ic_bt_imaging.png new file mode 100644 index 00000000000..724a134902e Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_imaging.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_keyboard_hid.png b/res/drawable-holodark-xhdpi/ic_bt_keyboard_hid.png new file mode 100644 index 00000000000..a4c310c808d Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_keyboard_hid.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_laptop.png b/res/drawable-holodark-xhdpi/ic_bt_laptop.png new file mode 100644 index 00000000000..ead98e34988 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_laptop.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_misc_hid.png b/res/drawable-holodark-xhdpi/ic_bt_misc_hid.png new file mode 100644 index 00000000000..231c6efb72b Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_misc_hid.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_network_pan.png b/res/drawable-holodark-xhdpi/ic_bt_network_pan.png new file mode 100644 index 00000000000..2b425c46293 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_network_pan.png differ diff --git a/res/drawable-holodark-xhdpi/ic_bt_pointing_hid.png b/res/drawable-holodark-xhdpi/ic_bt_pointing_hid.png new file mode 100644 index 00000000000..bb01e17d53b Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_bt_pointing_hid.png differ diff --git a/res/drawable-holodark-xhdpi/ic_empty.png b/res/drawable-holodark-xhdpi/ic_empty.png new file mode 100644 index 00000000000..5742d139166 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_empty.png differ diff --git a/res/drawable-holodark-xhdpi/ic_item_delete.png b/res/drawable-holodark-xhdpi/ic_item_delete.png new file mode 100644 index 00000000000..942cf239fff Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_item_delete.png differ diff --git a/res/drawable-holodark-xhdpi/ic_location.png b/res/drawable-holodark-xhdpi/ic_location.png new file mode 100644 index 00000000000..375c0fe7798 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_location.png differ diff --git a/res/drawable-holodark-xhdpi/ic_lockscreen_ime.png b/res/drawable-holodark-xhdpi/ic_lockscreen_ime.png new file mode 100644 index 00000000000..a40ddebf87c Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_lockscreen_ime.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_3d_globe.png b/res/drawable-holodark-xhdpi/ic_menu_3d_globe.png new file mode 100644 index 00000000000..1fda0a26bf0 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_3d_globe.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_add.png b/res/drawable-holodark-xhdpi/ic_menu_add.png new file mode 100644 index 00000000000..f61bb9cb300 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_add.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_add_dark.png b/res/drawable-holodark-xhdpi/ic_menu_add_dark.png new file mode 100644 index 00000000000..a7ce5ce093f Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_add_dark.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_add_light.png b/res/drawable-holodark-xhdpi/ic_menu_add_light.png new file mode 100644 index 00000000000..d998397a242 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_add_light.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_delete_holo_dark.png b/res/drawable-holodark-xhdpi/ic_menu_delete_holo_dark.png new file mode 100644 index 00000000000..9c31231f3fa Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_delete_holo_dark.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_nfc_writer_dark.png b/res/drawable-holodark-xhdpi/ic_menu_nfc_writer_dark.png new file mode 100644 index 00000000000..97195c3a636 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_nfc_writer_dark.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_refresh_holo_dark.png b/res/drawable-holodark-xhdpi/ic_menu_refresh_holo_dark.png new file mode 100644 index 00000000000..0852d675678 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_refresh_holo_dark.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_save.png b/res/drawable-holodark-xhdpi/ic_menu_save.png new file mode 100644 index 00000000000..5859581bb6a Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_save.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_scan_network.png b/res/drawable-holodark-xhdpi/ic_menu_scan_network.png new file mode 100644 index 00000000000..3f74ca74d3b Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_scan_network.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menu_trash_holo_dark.png b/res/drawable-holodark-xhdpi/ic_menu_trash_holo_dark.png new file mode 100644 index 00000000000..836b67bb722 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menu_trash_holo_dark.png differ diff --git a/res/drawable-holodark-xhdpi/ic_menus.png b/res/drawable-holodark-xhdpi/ic_menus.png new file mode 100644 index 00000000000..2e669ae1ea5 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_menus.png differ diff --git a/res/drawable-holodark-xhdpi/ic_network_signal_0.png b/res/drawable-holodark-xhdpi/ic_network_signal_0.png new file mode 100644 index 00000000000..b609ecf3d1f Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_network_signal_0.png differ diff --git a/res/drawable-holodark-xhdpi/ic_network_signal_1.png b/res/drawable-holodark-xhdpi/ic_network_signal_1.png new file mode 100644 index 00000000000..854921f1e22 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_network_signal_1.png differ diff --git a/res/drawable-holodark-xhdpi/ic_network_signal_2.png b/res/drawable-holodark-xhdpi/ic_network_signal_2.png new file mode 100644 index 00000000000..3db4ce6dc59 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_network_signal_2.png differ diff --git a/res/drawable-holodark-xhdpi/ic_network_signal_3.png b/res/drawable-holodark-xhdpi/ic_network_signal_3.png new file mode 100644 index 00000000000..18003e520f0 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_network_signal_3.png differ diff --git a/res/drawable-holodark-xhdpi/ic_network_signal_4.png b/res/drawable-holodark-xhdpi/ic_network_signal_4.png new file mode 100644 index 00000000000..5e2b009d359 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_network_signal_4.png differ diff --git a/res/drawable-holodark-xhdpi/ic_notifications.png b/res/drawable-holodark-xhdpi/ic_notifications.png new file mode 100644 index 00000000000..dca433fdfcf Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_notifications.png differ diff --git a/res/drawable-holodark-xhdpi/ic_print.png b/res/drawable-holodark-xhdpi/ic_print.png new file mode 100644 index 00000000000..9707722cb85 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_print.png differ diff --git a/res/drawable-holodark-xhdpi/ic_print_error.png b/res/drawable-holodark-xhdpi/ic_print_error.png new file mode 100644 index 00000000000..f84f55ef0c5 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_print_error.png differ diff --git a/res/drawable-holodark-xhdpi/ic_privacy_guard.png b/res/drawable-holodark-xhdpi/ic_privacy_guard.png new file mode 100644 index 00000000000..f7b4a4ca069 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_privacy_guard.png differ diff --git a/res/drawable-holodark-xhdpi/ic_privacy_guard_off.png b/res/drawable-holodark-xhdpi/ic_privacy_guard_off.png new file mode 100644 index 00000000000..64255495f94 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_privacy_guard_off.png differ diff --git a/res/drawable-holodark-xhdpi/ic_quiethours.png b/res/drawable-holodark-xhdpi/ic_quiethours.png new file mode 100644 index 00000000000..a28ebe3aa9e Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_quiethours.png differ diff --git a/res/drawable-holodark-xhdpi/ic_rom_control_animations.png b/res/drawable-holodark-xhdpi/ic_rom_control_animations.png new file mode 100644 index 00000000000..1a44ee27515 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_rom_control_animations.png differ diff --git a/res/drawable-holodark-xhdpi/ic_see_contacts_holo_dark.png b/res/drawable-holodark-xhdpi/ic_see_contacts_holo_dark.png new file mode 100644 index 00000000000..279fff964b4 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_see_contacts_holo_dark.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_about.png b/res/drawable-holodark-xhdpi/ic_settings_about.png new file mode 100644 index 00000000000..84c3cd1d642 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_about.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_accessibility.png b/res/drawable-holodark-xhdpi/ic_settings_accessibility.png new file mode 100644 index 00000000000..2fec7a3e8aa Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_accessibility.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_actived.png b/res/drawable-holodark-xhdpi/ic_settings_actived.png new file mode 100644 index 00000000000..4ab99224e5f Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_actived.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_advanced.png b/res/drawable-holodark-xhdpi/ic_settings_advanced.png new file mode 100755 index 00000000000..40d91c17d78 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_advanced.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_applications.png b/res/drawable-holodark-xhdpi/ic_settings_applications.png new file mode 100644 index 00000000000..8eda83fc81d Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_applications.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_autotoggle.png b/res/drawable-holodark-xhdpi/ic_settings_autotoggle.png new file mode 100644 index 00000000000..e2f0430bfe7 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_autotoggle.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_backup.png b/res/drawable-holodark-xhdpi/ic_settings_backup.png new file mode 100644 index 00000000000..5ebb9fc4141 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_backup.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_battery.png b/res/drawable-holodark-xhdpi/ic_settings_battery.png new file mode 100644 index 00000000000..f7aa7a4d625 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_battery.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_bluetooth2.png b/res/drawable-holodark-xhdpi/ic_settings_bluetooth2.png new file mode 100644 index 00000000000..80a94ac279d Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_bluetooth2.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_buttons.png b/res/drawable-holodark-xhdpi/ic_settings_buttons.png new file mode 100644 index 00000000000..70061e39991 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_buttons.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_data_usage.png b/res/drawable-holodark-xhdpi/ic_settings_data_usage.png new file mode 100644 index 00000000000..8c8f620bbf1 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_data_usage.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_date_time.png b/res/drawable-holodark-xhdpi/ic_settings_date_time.png new file mode 100644 index 00000000000..ca8cac6909b Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_date_time.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_development.png b/res/drawable-holodark-xhdpi/ic_settings_development.png new file mode 100644 index 00000000000..18d2dc88261 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_development.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_display.png b/res/drawable-holodark-xhdpi/ic_settings_display.png new file mode 100644 index 00000000000..3f073b4d45a Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_display.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_dock.png b/res/drawable-holodark-xhdpi/ic_settings_dock.png new file mode 100644 index 00000000000..483579a9780 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_dock.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_home.png b/res/drawable-holodark-xhdpi/ic_settings_home.png new file mode 100644 index 00000000000..6a4d84a6826 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_home.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_language.png b/res/drawable-holodark-xhdpi/ic_settings_language.png new file mode 100644 index 00000000000..2c42db3aa57 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_language.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_location.png b/res/drawable-holodark-xhdpi/ic_settings_location.png new file mode 100644 index 00000000000..a3912a37553 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_location.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_lockscreen.png b/res/drawable-holodark-xhdpi/ic_settings_lockscreen.png new file mode 100644 index 00000000000..f07ea44f8a0 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_lockscreen.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_multiuser.png b/res/drawable-holodark-xhdpi/ic_settings_multiuser.png new file mode 100644 index 00000000000..dbf8cd4b680 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_multiuser.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_navigation.png b/res/drawable-holodark-xhdpi/ic_settings_navigation.png new file mode 100644 index 00000000000..9416bd1cafc Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_navigation.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_nfc_payment.png b/res/drawable-holodark-xhdpi/ic_settings_nfc_payment.png new file mode 100644 index 00000000000..e4d81735451 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_nfc_payment.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_notifications.png b/res/drawable-holodark-xhdpi/ic_settings_notifications.png new file mode 100644 index 00000000000..c6c5c43e4a3 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_notifications.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_performance.png b/res/drawable-holodark-xhdpi/ic_settings_performance.png new file mode 100644 index 00000000000..847942f8e23 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_performance.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_profiles.png b/res/drawable-holodark-xhdpi/ic_settings_profiles.png new file mode 100644 index 00000000000..ed1ecf4cf9d Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_profiles.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_quick_settings.png b/res/drawable-holodark-xhdpi/ic_settings_quick_settings.png new file mode 100644 index 00000000000..b3ff5ecebb1 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_quick_settings.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_security.png b/res/drawable-holodark-xhdpi/ic_settings_security.png new file mode 100644 index 00000000000..b5a383a725c Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_security.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_sound.png b/res/drawable-holodark-xhdpi/ic_settings_sound.png new file mode 100644 index 00000000000..687025d5f90 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_sound.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_statusbar.png b/res/drawable-holodark-xhdpi/ic_settings_statusbar.png new file mode 100644 index 00000000000..5ea27c0ad33 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_statusbar.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_storage.png b/res/drawable-holodark-xhdpi/ic_settings_storage.png new file mode 100644 index 00000000000..0807c9f80dd Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_storage.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_supersu.png b/res/drawable-holodark-xhdpi/ic_settings_supersu.png new file mode 100755 index 00000000000..9e3a6612317 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_supersu.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_sync.png b/res/drawable-holodark-xhdpi/ic_settings_sync.png new file mode 100644 index 00000000000..a66d8a4f17f Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_sync.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_system.png b/res/drawable-holodark-xhdpi/ic_settings_system.png new file mode 100644 index 00000000000..92a9d1509a1 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_system.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_theme.png b/res/drawable-holodark-xhdpi/ic_settings_theme.png new file mode 100644 index 00000000000..84edff5df40 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_theme.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_themes.png b/res/drawable-holodark-xhdpi/ic_settings_themes.png new file mode 100644 index 00000000000..8fc5c8f64a3 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_themes.png differ diff --git a/res/drawable-holodark-xhdpi/ic_settings_wireless.png b/res/drawable-holodark-xhdpi/ic_settings_wireless.png new file mode 100644 index 00000000000..79d0ef54f2e Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_settings_wireless.png differ diff --git a/res/drawable-holodark-xhdpi/ic_sync_anim_holo.png b/res/drawable-holodark-xhdpi/ic_sync_anim_holo.png new file mode 100644 index 00000000000..d315e9530a5 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_sync_anim_holo.png differ diff --git a/res/drawable-holodark-xhdpi/ic_sync_error_holo.png b/res/drawable-holodark-xhdpi/ic_sync_error_holo.png new file mode 100644 index 00000000000..85f19bfa8a2 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_sync_error_holo.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_selected_all.png b/res/drawable-holodark-xhdpi/ic_tab_selected_all.png new file mode 100644 index 00000000000..f1002a0ddd5 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_selected_all.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_selected_download.png b/res/drawable-holodark-xhdpi/ic_tab_selected_download.png new file mode 100644 index 00000000000..01d2a7f5a05 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_selected_download.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_selected_running.png b/res/drawable-holodark-xhdpi/ic_tab_selected_running.png new file mode 100644 index 00000000000..010dd180ebf Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_selected_running.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_selected_sdcard.png b/res/drawable-holodark-xhdpi/ic_tab_selected_sdcard.png new file mode 100644 index 00000000000..11c7c8d2b55 Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_selected_sdcard.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_unselected_all.png b/res/drawable-holodark-xhdpi/ic_tab_unselected_all.png new file mode 100644 index 00000000000..e6c748bd9db Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_unselected_all.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_unselected_download.png b/res/drawable-holodark-xhdpi/ic_tab_unselected_download.png new file mode 100644 index 00000000000..df2d05940af Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_unselected_download.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_unselected_running.png b/res/drawable-holodark-xhdpi/ic_tab_unselected_running.png new file mode 100644 index 00000000000..260bf5f5f9b Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_unselected_running.png differ diff --git a/res/drawable-holodark-xhdpi/ic_tab_unselected_sdcard.png b/res/drawable-holodark-xhdpi/ic_tab_unselected_sdcard.png new file mode 100644 index 00000000000..4295cb374ee Binary files /dev/null and b/res/drawable-holodark-xhdpi/ic_tab_unselected_sdcard.png differ diff --git a/res/drawable-holodark-xhdpi/nfc_payment_empty_state.png b/res/drawable-holodark-xhdpi/nfc_payment_empty_state.png new file mode 100644 index 00000000000..e66409084b3 Binary files /dev/null and b/res/drawable-holodark-xhdpi/nfc_payment_empty_state.png differ diff --git a/res/drawable-holodark-xhdpi/nfc_writer.png b/res/drawable-holodark-xhdpi/nfc_writer.png new file mode 100644 index 00000000000..60f4d6ec75d Binary files /dev/null and b/res/drawable-holodark-xhdpi/nfc_writer.png differ diff --git a/res/drawable-holodark-xhdpi/stat_navbar_edit_off.png b/res/drawable-holodark-xhdpi/stat_navbar_edit_off.png new file mode 100644 index 00000000000..98c377d62fe Binary files /dev/null and b/res/drawable-holodark-xhdpi/stat_navbar_edit_off.png differ diff --git a/res/drawable-holodark-xhdpi/stat_navbar_edit_on.png b/res/drawable-holodark-xhdpi/stat_navbar_edit_on.png new file mode 100644 index 00000000000..584131306b7 Binary files /dev/null and b/res/drawable-holodark-xhdpi/stat_navbar_edit_on.png differ diff --git a/res/drawable-holodark-xhdpi/stat_sys_phone_call.png b/res/drawable-holodark-xhdpi/stat_sys_phone_call.png new file mode 100644 index 00000000000..30898587065 Binary files /dev/null and b/res/drawable-holodark-xhdpi/stat_sys_phone_call.png differ diff --git a/res/drawable-holodark-xhdpi/transparency.png b/res/drawable-holodark-xhdpi/transparency.png new file mode 100644 index 00000000000..0808625aeb1 Binary files /dev/null and b/res/drawable-holodark-xhdpi/transparency.png differ diff --git a/res/drawable-holodark-xxhdpi/ab_stacked_transparent_dark_holo.9.png b/res/drawable-holodark-xxhdpi/ab_stacked_transparent_dark_holo.9.png new file mode 100644 index 00000000000..8345fc8de8c Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ab_stacked_transparent_dark_holo.9.png differ diff --git a/res/drawable-holodark-xxhdpi/ab_transparent_dark_holo.9.png b/res/drawable-holodark-xxhdpi/ab_transparent_dark_holo.9.png new file mode 100644 index 00000000000..2724a19fbe1 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ab_transparent_dark_holo.9.png differ diff --git a/res/drawable-holodark-xxhdpi/appwidget_item_bg_pressed.9.png b/res/drawable-holodark-xxhdpi/appwidget_item_bg_pressed.9.png new file mode 100644 index 00000000000..a3427e85add Binary files /dev/null and b/res/drawable-holodark-xxhdpi/appwidget_item_bg_pressed.9.png differ diff --git a/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_c_holo.9.png b/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_c_holo.9.png new file mode 100644 index 00000000000..b478464a6e4 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_c_holo.9.png differ diff --git a/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_l_holo.9.png b/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_l_holo.9.png new file mode 100644 index 00000000000..375cd842eaa Binary files /dev/null and b/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_l_holo.9.png differ diff --git a/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_r_holo.9.png b/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_r_holo.9.png new file mode 100644 index 00000000000..2b6a4aaa702 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/appwidget_settings_ind_on_r_holo.9.png differ diff --git a/res/drawable-holodark-xxhdpi/card_bg2.9.png b/res/drawable-holodark-xxhdpi/card_bg2.9.png new file mode 100644 index 00000000000..14462f7bc9a Binary files /dev/null and b/res/drawable-holodark-xxhdpi/card_bg2.9.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_action_set.png b/res/drawable-holodark-xxhdpi/ic_action_set.png new file mode 100644 index 00000000000..68c41deccb5 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_action_set.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_bluetooth_off_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_bluetooth_off_holo.png new file mode 100644 index 00000000000..9facc9c0fa3 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_bluetooth_off_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_bluetooth_on_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_bluetooth_on_holo.png new file mode 100644 index 00000000000..de209529c4b Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_bluetooth_on_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_auto_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_auto_holo.png new file mode 100644 index 00000000000..73acdb281e5 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_auto_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_full_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_full_holo.png new file mode 100644 index 00000000000..f2289b8e833 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_full_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_half_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_half_holo.png new file mode 100644 index 00000000000..0965b13a5c1 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_half_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_off_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_off_holo.png new file mode 100644 index 00000000000..cb7c88a5c74 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_brightness_off_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_off_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_off_holo.png new file mode 100644 index 00000000000..9031164f0b9 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_off_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_on_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_on_holo.png new file mode 100644 index 00000000000..3024d54fc1d Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_on_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_saving_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_saving_holo.png new file mode 100644 index 00000000000..92af1499277 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_location_saving_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_sync_off_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_sync_off_holo.png new file mode 100644 index 00000000000..55120172119 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_sync_off_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_sync_on_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_sync_on_holo.png new file mode 100644 index 00000000000..88eb54bf2a7 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_sync_on_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_wifi_off_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_wifi_off_holo.png new file mode 100644 index 00000000000..4a20cf08605 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_wifi_off_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_appwidget_settings_wifi_on_holo.png b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_wifi_on_holo.png new file mode 100644 index 00000000000..a8b477291b7 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_appwidget_settings_wifi_on_holo.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_blacklist_calls_off.png b/res/drawable-holodark-xxhdpi/ic_blacklist_calls_off.png new file mode 100644 index 00000000000..02606de32f7 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_blacklist_calls_off.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_blacklist_calls_on.png b/res/drawable-holodark-xxhdpi/ic_blacklist_calls_on.png new file mode 100644 index 00000000000..4586bc51171 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_blacklist_calls_on.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_blacklist_messages_off.png b/res/drawable-holodark-xxhdpi/ic_blacklist_messages_off.png new file mode 100644 index 00000000000..f607ac6a1c1 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_blacklist_messages_off.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_blacklist_messages_on.png b/res/drawable-holodark-xxhdpi/ic_blacklist_messages_on.png new file mode 100644 index 00000000000..2b76429a6cd Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_blacklist_messages_on.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_grabber.png b/res/drawable-holodark-xxhdpi/ic_grabber.png new file mode 100644 index 00000000000..759eb5778e8 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_grabber.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_menu_add_dark.png b/res/drawable-holodark-xxhdpi/ic_menu_add_dark.png new file mode 100644 index 00000000000..8806c6706d3 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_menu_add_dark.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_menu_add_light.png b/res/drawable-holodark-xxhdpi/ic_menu_add_light.png new file mode 100644 index 00000000000..767b8080127 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_menu_add_light.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_privacy_guard.png b/res/drawable-holodark-xxhdpi/ic_privacy_guard.png new file mode 100644 index 00000000000..1b9e6de3ed9 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_privacy_guard.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_privacy_guard_off.png b/res/drawable-holodark-xxhdpi/ic_privacy_guard_off.png new file mode 100644 index 00000000000..c84ce4b3ddd Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_privacy_guard_off.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_quiethours.png b/res/drawable-holodark-xxhdpi/ic_quiethours.png new file mode 100644 index 00000000000..a28ebe3aa9e Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_quiethours.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_about.png b/res/drawable-holodark-xxhdpi/ic_settings_about.png new file mode 100644 index 00000000000..d9f46c5e256 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_about.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_actived.png b/res/drawable-holodark-xxhdpi/ic_settings_actived.png new file mode 100644 index 00000000000..7a5c284283a Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_actived.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_amra.png b/res/drawable-holodark-xxhdpi/ic_settings_amra.png new file mode 100644 index 00000000000..85100d3172d Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_amra.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_autotoggle.png b/res/drawable-holodark-xxhdpi/ic_settings_autotoggle.png new file mode 100644 index 00000000000..5b9ce73c4f3 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_autotoggle.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_devicecontrol.png b/res/drawable-holodark-xxhdpi/ic_settings_devicecontrol.png new file mode 100644 index 00000000000..09aacc708ac Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_devicecontrol.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_home.png b/res/drawable-holodark-xxhdpi/ic_settings_home.png new file mode 100644 index 00000000000..51ce4138b37 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_home.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_location.png b/res/drawable-holodark-xxhdpi/ic_settings_location.png new file mode 100644 index 00000000000..4a7ee92d5e1 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_location.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_navigation.png b/res/drawable-holodark-xxhdpi/ic_settings_navigation.png new file mode 100644 index 00000000000..cde0dd9dd29 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_navigation.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_nfc_payment.png b/res/drawable-holodark-xxhdpi/ic_settings_nfc_payment.png new file mode 100644 index 00000000000..40e245f4844 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_nfc_payment.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_performance.png b/res/drawable-holodark-xxhdpi/ic_settings_performance.png new file mode 100644 index 00000000000..3cacd39534b Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_performance.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_privacy.png b/res/drawable-holodark-xxhdpi/ic_settings_privacy.png new file mode 100644 index 00000000000..00955b717af Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_privacy.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_profiles.png b/res/drawable-holodark-xxhdpi/ic_settings_profiles.png new file mode 100644 index 00000000000..4c9c0630aca Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_profiles.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_theme.png b/res/drawable-holodark-xxhdpi/ic_settings_theme.png new file mode 100644 index 00000000000..cac06a8cccc Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_theme.png differ diff --git a/res/drawable-holodark-xxhdpi/ic_settings_updatecenter.png b/res/drawable-holodark-xxhdpi/ic_settings_updatecenter.png new file mode 100644 index 00000000000..e7e07b58665 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/ic_settings_updatecenter.png differ diff --git a/res/drawable-holodark-xxhdpi/nfc_payment_empty_state.png b/res/drawable-holodark-xxhdpi/nfc_payment_empty_state.png new file mode 100644 index 00000000000..435fbccf0eb Binary files /dev/null and b/res/drawable-holodark-xxhdpi/nfc_payment_empty_state.png differ diff --git a/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard.png b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard.png new file mode 100644 index 00000000000..c0976571907 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard.png differ diff --git a/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_custom.png b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_custom.png new file mode 100644 index 00000000000..2c1b032995b Binary files /dev/null and b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_custom.png differ diff --git a/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_custom_plus.png b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_custom_plus.png new file mode 100644 index 00000000000..02b225bcb88 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_custom_plus.png differ diff --git a/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_off.png b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_off.png new file mode 100644 index 00000000000..c1964f4a202 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_off.png differ diff --git a/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_off_plus.png b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_off_plus.png new file mode 100644 index 00000000000..5ed193918e5 Binary files /dev/null and b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_off_plus.png differ diff --git a/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_plus.png b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_plus.png new file mode 100644 index 00000000000..1b14b5397bf Binary files /dev/null and b/res/drawable-holodark-xxhdpi/stat_notify_privacy_guard_plus.png differ diff --git a/res/drawable-mdpi-finger/ic_grabber.png b/res/drawable-mdpi-finger/ic_grabber.png new file mode 100644 index 00000000000..4a496bd7bd8 Binary files /dev/null and b/res/drawable-mdpi-finger/ic_grabber.png differ diff --git a/res/drawable-mdpi/appwidget_settings_ind_mid_c_holo.9.png b/res/drawable-mdpi/appwidget_settings_ind_mid_c_holo.9.png index 64aed4f14ed..e89fa8e4c5d 100644 Binary files a/res/drawable-mdpi/appwidget_settings_ind_mid_c_holo.9.png and b/res/drawable-mdpi/appwidget_settings_ind_mid_c_holo.9.png differ diff --git a/res/drawable-mdpi/appwidget_settings_ind_mid_l_holo.9.png b/res/drawable-mdpi/appwidget_settings_ind_mid_l_holo.9.png index 2b64ac04540..a99dcd7ca1b 100644 Binary files a/res/drawable-mdpi/appwidget_settings_ind_mid_l_holo.9.png and b/res/drawable-mdpi/appwidget_settings_ind_mid_l_holo.9.png differ diff --git a/res/drawable-mdpi/appwidget_settings_ind_mid_r_holo.9.png b/res/drawable-mdpi/appwidget_settings_ind_mid_r_holo.9.png index 62ac4bb0fe6..de86b679ce1 100644 Binary files a/res/drawable-mdpi/appwidget_settings_ind_mid_r_holo.9.png and b/res/drawable-mdpi/appwidget_settings_ind_mid_r_holo.9.png differ diff --git a/res/drawable-mdpi/appwidget_settings_ind_on_c_holo.9.png b/res/drawable-mdpi/appwidget_settings_ind_on_c_holo.9.png index 14c36d5e9e0..27573361a24 100644 Binary files a/res/drawable-mdpi/appwidget_settings_ind_on_c_holo.9.png and b/res/drawable-mdpi/appwidget_settings_ind_on_c_holo.9.png differ diff --git a/res/drawable-mdpi/appwidget_settings_ind_on_l_holo.9.png b/res/drawable-mdpi/appwidget_settings_ind_on_l_holo.9.png index a67d43fab92..745b5ef2056 100644 Binary files a/res/drawable-mdpi/appwidget_settings_ind_on_l_holo.9.png and b/res/drawable-mdpi/appwidget_settings_ind_on_l_holo.9.png differ diff --git a/res/drawable-mdpi/appwidget_settings_ind_on_r_holo.9.png b/res/drawable-mdpi/appwidget_settings_ind_on_r_holo.9.png index 6a98bad1d63..383a31a466f 100644 Binary files a/res/drawable-mdpi/appwidget_settings_ind_on_r_holo.9.png and b/res/drawable-mdpi/appwidget_settings_ind_on_r_holo.9.png differ diff --git a/res/drawable-mdpi/github.png b/res/drawable-mdpi/github.png new file mode 100644 index 00000000000..0b4681c6856 Binary files /dev/null and b/res/drawable-mdpi/github.png differ diff --git a/res/drawable-mdpi/ic_action_set.png b/res/drawable-mdpi/ic_action_set.png new file mode 100644 index 00000000000..97212909bfe Binary files /dev/null and b/res/drawable-mdpi/ic_action_set.png differ diff --git a/res/drawable-mdpi/ic_blacklist_calls_off.png b/res/drawable-mdpi/ic_blacklist_calls_off.png new file mode 100644 index 00000000000..7917f4622b7 Binary files /dev/null and b/res/drawable-mdpi/ic_blacklist_calls_off.png differ diff --git a/res/drawable-mdpi/ic_blacklist_calls_on.png b/res/drawable-mdpi/ic_blacklist_calls_on.png new file mode 100644 index 00000000000..9ec572db0b0 Binary files /dev/null and b/res/drawable-mdpi/ic_blacklist_calls_on.png differ diff --git a/res/drawable-mdpi/ic_blacklist_messages_off.png b/res/drawable-mdpi/ic_blacklist_messages_off.png new file mode 100644 index 00000000000..a2e53e3b5de Binary files /dev/null and b/res/drawable-mdpi/ic_blacklist_messages_off.png differ diff --git a/res/drawable-mdpi/ic_blacklist_messages_on.png b/res/drawable-mdpi/ic_blacklist_messages_on.png new file mode 100644 index 00000000000..01b47474be9 Binary files /dev/null and b/res/drawable-mdpi/ic_blacklist_messages_on.png differ diff --git a/res/drawable-mdpi/ic_grabber.png b/res/drawable-mdpi/ic_grabber.png new file mode 100644 index 00000000000..9f6962ea61a Binary files /dev/null and b/res/drawable-mdpi/ic_grabber.png differ diff --git a/res/drawable-mdpi/ic_location.png b/res/drawable-mdpi/ic_location.png new file mode 100644 index 00000000000..9bcee70a248 Binary files /dev/null and b/res/drawable-mdpi/ic_location.png differ diff --git a/res/drawable-mdpi/ic_menu_add.png b/res/drawable-mdpi/ic_menu_add.png new file mode 100644 index 00000000000..15ffadd3606 Binary files /dev/null and b/res/drawable-mdpi/ic_menu_add.png differ diff --git a/res/drawable-mdpi/ic_menu_save.png b/res/drawable-mdpi/ic_menu_save.png new file mode 100644 index 00000000000..283be30acaf Binary files /dev/null and b/res/drawable-mdpi/ic_menu_save.png differ diff --git a/res/drawable-mdpi/ic_navigation_ring_hint.png b/res/drawable-mdpi/ic_navigation_ring_hint.png new file mode 100644 index 00000000000..7a70984378c Binary files /dev/null and b/res/drawable-mdpi/ic_navigation_ring_hint.png differ diff --git a/res/drawable-mdpi/ic_null.png b/res/drawable-mdpi/ic_null.png new file mode 100644 index 00000000000..e6addc8c37c Binary files /dev/null and b/res/drawable-mdpi/ic_null.png differ diff --git a/res/drawable-mdpi/ic_privacy_guard.png b/res/drawable-mdpi/ic_privacy_guard.png new file mode 100644 index 00000000000..a749b204f9e Binary files /dev/null and b/res/drawable-mdpi/ic_privacy_guard.png differ diff --git a/res/drawable-mdpi/ic_privacy_guard_off.png b/res/drawable-mdpi/ic_privacy_guard_off.png new file mode 100644 index 00000000000..8d9db2e9c5f Binary files /dev/null and b/res/drawable-mdpi/ic_privacy_guard_off.png differ diff --git a/res/drawable-mdpi/ic_rom_control_animations.png b/res/drawable-mdpi/ic_rom_control_animations.png new file mode 100644 index 00000000000..d45f2a92c37 Binary files /dev/null and b/res/drawable-mdpi/ic_rom_control_animations.png differ diff --git a/res/drawable-mdpi/ic_see_contacts_holo_dark.png b/res/drawable-mdpi/ic_see_contacts_holo_dark.png new file mode 100644 index 00000000000..ef1d2df2770 Binary files /dev/null and b/res/drawable-mdpi/ic_see_contacts_holo_dark.png differ diff --git a/res/drawable-mdpi/ic_settings_advanced.png b/res/drawable-mdpi/ic_settings_advanced.png new file mode 100755 index 00000000000..0c039342085 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_advanced.png differ diff --git a/res/drawable-mdpi/ic_settings_devicecontrol.png b/res/drawable-mdpi/ic_settings_devicecontrol.png new file mode 100644 index 00000000000..2eca2692790 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_devicecontrol.png differ diff --git a/res/drawable-mdpi/ic_settings_lockscreen.png b/res/drawable-mdpi/ic_settings_lockscreen.png new file mode 100644 index 00000000000..ac18347a0bf Binary files /dev/null and b/res/drawable-mdpi/ic_settings_lockscreen.png differ diff --git a/res/drawable-mdpi/ic_settings_navigation.png b/res/drawable-mdpi/ic_settings_navigation.png new file mode 100644 index 00000000000..aa52e0fee69 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_navigation.png differ diff --git a/res/drawable-mdpi/ic_settings_privacy.png b/res/drawable-mdpi/ic_settings_privacy.png new file mode 100644 index 00000000000..6fcb4312fed Binary files /dev/null and b/res/drawable-mdpi/ic_settings_privacy.png differ diff --git a/res/drawable-mdpi/ic_settings_quick_settings.png b/res/drawable-mdpi/ic_settings_quick_settings.png new file mode 100644 index 00000000000..4efb363bdf3 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_quick_settings.png differ diff --git a/res/drawable-mdpi/ic_settings_sim.png b/res/drawable-mdpi/ic_settings_sim.png new file mode 100644 index 00000000000..b5da8c9ca73 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_sim.png differ diff --git a/res/drawable-mdpi/ic_settings_statusbar.png b/res/drawable-mdpi/ic_settings_statusbar.png new file mode 100644 index 00000000000..1791689bcf0 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_statusbar.png differ diff --git a/res/drawable-mdpi/ic_settings_system.png b/res/drawable-mdpi/ic_settings_system.png new file mode 100644 index 00000000000..880059bdf1a Binary files /dev/null and b/res/drawable-mdpi/ic_settings_system.png differ diff --git a/res/drawable-mdpi/ic_settings_theme.png b/res/drawable-mdpi/ic_settings_theme.png new file mode 100644 index 00000000000..2ca5f30c9dc Binary files /dev/null and b/res/drawable-mdpi/ic_settings_theme.png differ diff --git a/res/drawable-mdpi/ic_settings_themes.png b/res/drawable-mdpi/ic_settings_themes.png new file mode 100644 index 00000000000..7dd65fcc5d5 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_themes.png differ diff --git a/res/drawable-mdpi/ic_settings_updatecenter.png b/res/drawable-mdpi/ic_settings_updatecenter.png new file mode 100644 index 00000000000..adf0981d92f Binary files /dev/null and b/res/drawable-mdpi/ic_settings_updatecenter.png differ diff --git a/res/drawable-mdpi/ic_settings_wakelock_blocker.png b/res/drawable-mdpi/ic_settings_wakelock_blocker.png new file mode 100644 index 00000000000..f6e855e6255 Binary files /dev/null and b/res/drawable-mdpi/ic_settings_wakelock_blocker.png differ diff --git a/res/drawable-mdpi/stat_navbar_edit_off.png b/res/drawable-mdpi/stat_navbar_edit_off.png new file mode 100644 index 00000000000..05207685578 Binary files /dev/null and b/res/drawable-mdpi/stat_navbar_edit_off.png differ diff --git a/res/drawable-mdpi/stat_navbar_edit_on.png b/res/drawable-mdpi/stat_navbar_edit_on.png new file mode 100644 index 00000000000..8c93091f0d3 Binary files /dev/null and b/res/drawable-mdpi/stat_navbar_edit_on.png differ diff --git a/res/drawable-nodpi/preview.png b/res/drawable-nodpi/preview.png index 0ffb70079ba..cd7d0067399 100644 Binary files a/res/drawable-nodpi/preview.png and b/res/drawable-nodpi/preview.png differ diff --git a/res/drawable-xhdpi-finger/ic_grabber.png b/res/drawable-xhdpi-finger/ic_grabber.png new file mode 100644 index 00000000000..cff57632322 Binary files /dev/null and b/res/drawable-xhdpi-finger/ic_grabber.png differ diff --git a/res/drawable-xhdpi/appwidget_settings_ind_mid_c_holo.9.png b/res/drawable-xhdpi/appwidget_settings_ind_mid_c_holo.9.png index b117df69ee8..6078b314f56 100644 Binary files a/res/drawable-xhdpi/appwidget_settings_ind_mid_c_holo.9.png and b/res/drawable-xhdpi/appwidget_settings_ind_mid_c_holo.9.png differ diff --git a/res/drawable-xhdpi/appwidget_settings_ind_mid_l_holo.9.png b/res/drawable-xhdpi/appwidget_settings_ind_mid_l_holo.9.png index 421c4e2bb4c..1319b6f288a 100644 Binary files a/res/drawable-xhdpi/appwidget_settings_ind_mid_l_holo.9.png and b/res/drawable-xhdpi/appwidget_settings_ind_mid_l_holo.9.png differ diff --git a/res/drawable-xhdpi/appwidget_settings_ind_mid_r_holo.9.png b/res/drawable-xhdpi/appwidget_settings_ind_mid_r_holo.9.png index 220ac66e829..fe8aa8bcdba 100644 Binary files a/res/drawable-xhdpi/appwidget_settings_ind_mid_r_holo.9.png and b/res/drawable-xhdpi/appwidget_settings_ind_mid_r_holo.9.png differ diff --git a/res/drawable-xhdpi/appwidget_settings_ind_on_c_holo.9.png b/res/drawable-xhdpi/appwidget_settings_ind_on_c_holo.9.png index c764f4bb821..b945ced8f6d 100644 Binary files a/res/drawable-xhdpi/appwidget_settings_ind_on_c_holo.9.png and b/res/drawable-xhdpi/appwidget_settings_ind_on_c_holo.9.png differ diff --git a/res/drawable-xhdpi/appwidget_settings_ind_on_l_holo.9.png b/res/drawable-xhdpi/appwidget_settings_ind_on_l_holo.9.png index 6bbc2aad95e..49a3428b418 100644 Binary files a/res/drawable-xhdpi/appwidget_settings_ind_on_l_holo.9.png and b/res/drawable-xhdpi/appwidget_settings_ind_on_l_holo.9.png differ diff --git a/res/drawable-xhdpi/appwidget_settings_ind_on_r_holo.9.png b/res/drawable-xhdpi/appwidget_settings_ind_on_r_holo.9.png index dc66839c223..8507f5bdd5c 100644 Binary files a/res/drawable-xhdpi/appwidget_settings_ind_on_r_holo.9.png and b/res/drawable-xhdpi/appwidget_settings_ind_on_r_holo.9.png differ diff --git a/res/drawable-xhdpi/card_bg2.9.png b/res/drawable-xhdpi/card_bg2.9.png new file mode 100644 index 00000000000..14462f7bc9a Binary files /dev/null and b/res/drawable-xhdpi/card_bg2.9.png differ diff --git a/res/drawable-xhdpi/data_grid_border.9.png b/res/drawable-xhdpi/data_grid_border.9.png index 7557115beac..82392da079a 100644 Binary files a/res/drawable-xhdpi/data_grid_border.9.png and b/res/drawable-xhdpi/data_grid_border.9.png differ diff --git a/res/drawable-xhdpi/data_grid_primary.9.png b/res/drawable-xhdpi/data_grid_primary.9.png index ff69fd814da..9105bc49ef4 100644 Binary files a/res/drawable-xhdpi/data_grid_primary.9.png and b/res/drawable-xhdpi/data_grid_primary.9.png differ diff --git a/res/drawable-xhdpi/ic_action_set.png b/res/drawable-xhdpi/ic_action_set.png new file mode 100644 index 00000000000..b52dc37012a Binary files /dev/null and b/res/drawable-xhdpi/ic_action_set.png differ diff --git a/res/drawable-xhdpi/ic_bars.png b/res/drawable-xhdpi/ic_bars.png new file mode 100644 index 00000000000..5b680b948c2 Binary files /dev/null and b/res/drawable-xhdpi/ic_bars.png differ diff --git a/res/drawable-xhdpi/ic_blacklist_calls_off.png b/res/drawable-xhdpi/ic_blacklist_calls_off.png new file mode 100644 index 00000000000..c28cc6d41fe Binary files /dev/null and b/res/drawable-xhdpi/ic_blacklist_calls_off.png differ diff --git a/res/drawable-xhdpi/ic_blacklist_calls_on.png b/res/drawable-xhdpi/ic_blacklist_calls_on.png new file mode 100644 index 00000000000..b6c43af445d Binary files /dev/null and b/res/drawable-xhdpi/ic_blacklist_calls_on.png differ diff --git a/res/drawable-xhdpi/ic_blacklist_messages_off.png b/res/drawable-xhdpi/ic_blacklist_messages_off.png new file mode 100644 index 00000000000..c01c4a5e36b Binary files /dev/null and b/res/drawable-xhdpi/ic_blacklist_messages_off.png differ diff --git a/res/drawable-xhdpi/ic_blacklist_messages_on.png b/res/drawable-xhdpi/ic_blacklist_messages_on.png new file mode 100644 index 00000000000..fc1e7b15b2a Binary files /dev/null and b/res/drawable-xhdpi/ic_blacklist_messages_on.png differ diff --git a/res/drawable-xhdpi/ic_grabber.png b/res/drawable-xhdpi/ic_grabber.png new file mode 100644 index 00000000000..24ccc1cab54 Binary files /dev/null and b/res/drawable-xhdpi/ic_grabber.png differ diff --git a/res/drawable-xhdpi/ic_menu_add.png b/res/drawable-xhdpi/ic_menu_add.png new file mode 100644 index 00000000000..fc877e9a799 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_add.png differ diff --git a/res/drawable-xhdpi/ic_menu_add_dark.png b/res/drawable-xhdpi/ic_menu_add_dark.png index 6e2e18a04b9..8f05d0dc264 100644 Binary files a/res/drawable-xhdpi/ic_menu_add_dark.png and b/res/drawable-xhdpi/ic_menu_add_dark.png differ diff --git a/res/drawable-xhdpi/ic_menu_add_light.png b/res/drawable-xhdpi/ic_menu_add_light.png index 4109b2ca666..83b28266e05 100644 Binary files a/res/drawable-xhdpi/ic_menu_add_light.png and b/res/drawable-xhdpi/ic_menu_add_light.png differ diff --git a/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png b/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png index 3db90ee847a..e28d765fbba 100644 Binary files a/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png and b/res/drawable-xhdpi/ic_menu_refresh_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_menu_save.png b/res/drawable-xhdpi/ic_menu_save.png new file mode 100644 index 00000000000..36077ebcb3b Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_save.png differ diff --git a/res/drawable-xhdpi/ic_menus.png b/res/drawable-xhdpi/ic_menus.png new file mode 100644 index 00000000000..d36dbe73917 Binary files /dev/null and b/res/drawable-xhdpi/ic_menus.png differ diff --git a/res/drawable-xhdpi/ic_navigation_ring_hint.png b/res/drawable-xhdpi/ic_navigation_ring_hint.png new file mode 100644 index 00000000000..e2aed092dc9 Binary files /dev/null and b/res/drawable-xhdpi/ic_navigation_ring_hint.png differ diff --git a/res/drawable-xhdpi/ic_notifications.png b/res/drawable-xhdpi/ic_notifications.png new file mode 100644 index 00000000000..f5c0a5e55af Binary files /dev/null and b/res/drawable-xhdpi/ic_notifications.png differ diff --git a/res/drawable-xhdpi/ic_print.png b/res/drawable-xhdpi/ic_print.png new file mode 100644 index 00000000000..9d5309bc3a4 Binary files /dev/null and b/res/drawable-xhdpi/ic_print.png differ diff --git a/res/drawable-xhdpi/ic_print_error.png b/res/drawable-xhdpi/ic_print_error.png new file mode 100644 index 00000000000..c2f65f09340 Binary files /dev/null and b/res/drawable-xhdpi/ic_print_error.png differ diff --git a/res/drawable-xhdpi/ic_privacy_guard.png b/res/drawable-xhdpi/ic_privacy_guard.png new file mode 100644 index 00000000000..f7b4a4ca069 Binary files /dev/null and b/res/drawable-xhdpi/ic_privacy_guard.png differ diff --git a/res/drawable-xhdpi/ic_privacy_guard_off.png b/res/drawable-xhdpi/ic_privacy_guard_off.png new file mode 100644 index 00000000000..64255495f94 Binary files /dev/null and b/res/drawable-xhdpi/ic_privacy_guard_off.png differ diff --git a/res/drawable-xhdpi/ic_rom_control_animations.png b/res/drawable-xhdpi/ic_rom_control_animations.png new file mode 100644 index 00000000000..629a2692dee Binary files /dev/null and b/res/drawable-xhdpi/ic_rom_control_animations.png differ diff --git a/res/drawable-xhdpi/ic_see_contacts_holo_dark.png b/res/drawable-xhdpi/ic_see_contacts_holo_dark.png new file mode 100644 index 00000000000..279fff964b4 Binary files /dev/null and b/res/drawable-xhdpi/ic_see_contacts_holo_dark.png differ diff --git a/res/drawable-xhdpi/ic_settings_about.png b/res/drawable-xhdpi/ic_settings_about.png index 84c3cd1d642..748e68faae2 100644 Binary files a/res/drawable-xhdpi/ic_settings_about.png and b/res/drawable-xhdpi/ic_settings_about.png differ diff --git a/res/drawable-xhdpi/ic_settings_accessibility.png b/res/drawable-xhdpi/ic_settings_accessibility.png index 2fec7a3e8aa..1d3c9fa4121 100644 Binary files a/res/drawable-xhdpi/ic_settings_accessibility.png and b/res/drawable-xhdpi/ic_settings_accessibility.png differ diff --git a/res/drawable-xhdpi/ic_settings_actived.png b/res/drawable-xhdpi/ic_settings_actived.png index 4ab99224e5f..7ee77923d1b 100644 Binary files a/res/drawable-xhdpi/ic_settings_actived.png and b/res/drawable-xhdpi/ic_settings_actived.png differ diff --git a/res/drawable-xhdpi/ic_settings_advanced.png b/res/drawable-xhdpi/ic_settings_advanced.png new file mode 100755 index 00000000000..40d91c17d78 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_advanced.png differ diff --git a/res/drawable-xhdpi/ic_settings_amra.png b/res/drawable-xhdpi/ic_settings_amra.png new file mode 100644 index 00000000000..75f0efd3fcc Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_amra.png differ diff --git a/res/drawable-xhdpi/ic_settings_applications.png b/res/drawable-xhdpi/ic_settings_applications.png index 8eda83fc81d..721ed04ad71 100644 Binary files a/res/drawable-xhdpi/ic_settings_applications.png and b/res/drawable-xhdpi/ic_settings_applications.png differ diff --git a/res/drawable-xhdpi/ic_settings_autotoggle.png b/res/drawable-xhdpi/ic_settings_autotoggle.png new file mode 100644 index 00000000000..46df2f39dd6 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_autotoggle.png differ diff --git a/res/drawable-xhdpi/ic_settings_backup.png b/res/drawable-xhdpi/ic_settings_backup.png index 5ebb9fc4141..1d034040a7d 100644 Binary files a/res/drawable-xhdpi/ic_settings_backup.png and b/res/drawable-xhdpi/ic_settings_backup.png differ diff --git a/res/drawable-xhdpi/ic_settings_battery.png b/res/drawable-xhdpi/ic_settings_battery.png index f7aa7a4d625..21bcdfc0a5d 100644 Binary files a/res/drawable-xhdpi/ic_settings_battery.png and b/res/drawable-xhdpi/ic_settings_battery.png differ diff --git a/res/drawable-xhdpi/ic_settings_bluetooth2.png b/res/drawable-xhdpi/ic_settings_bluetooth2.png index 80a94ac279d..6548b0cf053 100644 Binary files a/res/drawable-xhdpi/ic_settings_bluetooth2.png and b/res/drawable-xhdpi/ic_settings_bluetooth2.png differ diff --git a/res/drawable-xhdpi/ic_settings_buttons.png b/res/drawable-xhdpi/ic_settings_buttons.png index 70061e39991..5552aa14568 100644 Binary files a/res/drawable-xhdpi/ic_settings_buttons.png and b/res/drawable-xhdpi/ic_settings_buttons.png differ diff --git a/res/drawable-xhdpi/ic_settings_data_usage.png b/res/drawable-xhdpi/ic_settings_data_usage.png index 8c8f620bbf1..b321b443d30 100644 Binary files a/res/drawable-xhdpi/ic_settings_data_usage.png and b/res/drawable-xhdpi/ic_settings_data_usage.png differ diff --git a/res/drawable-xhdpi/ic_settings_date_time.png b/res/drawable-xhdpi/ic_settings_date_time.png index ca8cac6909b..dddcf1593fb 100644 Binary files a/res/drawable-xhdpi/ic_settings_date_time.png and b/res/drawable-xhdpi/ic_settings_date_time.png differ diff --git a/res/drawable-xhdpi/ic_settings_development.png b/res/drawable-xhdpi/ic_settings_development.png index 18d2dc88261..d754af17835 100644 Binary files a/res/drawable-xhdpi/ic_settings_development.png and b/res/drawable-xhdpi/ic_settings_development.png differ diff --git a/res/drawable-xhdpi/ic_settings_devicecontrol.png b/res/drawable-xhdpi/ic_settings_devicecontrol.png new file mode 100644 index 00000000000..a7436fb0b78 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_devicecontrol.png differ diff --git a/res/drawable-xhdpi/ic_settings_display.png b/res/drawable-xhdpi/ic_settings_display.png index 3f073b4d45a..37c67e73237 100644 Binary files a/res/drawable-xhdpi/ic_settings_display.png and b/res/drawable-xhdpi/ic_settings_display.png differ diff --git a/res/drawable-xhdpi/ic_settings_dock.png b/res/drawable-xhdpi/ic_settings_dock.png index 483579a9780..6333f83a3e2 100644 Binary files a/res/drawable-xhdpi/ic_settings_dock.png and b/res/drawable-xhdpi/ic_settings_dock.png differ diff --git a/res/drawable-xhdpi/ic_settings_home.png b/res/drawable-xhdpi/ic_settings_home.png index 6a4d84a6826..93e230b04e0 100644 Binary files a/res/drawable-xhdpi/ic_settings_home.png and b/res/drawable-xhdpi/ic_settings_home.png differ diff --git a/res/drawable-xhdpi/ic_settings_language.png b/res/drawable-xhdpi/ic_settings_language.png index 2c42db3aa57..9274936d2e3 100644 Binary files a/res/drawable-xhdpi/ic_settings_language.png and b/res/drawable-xhdpi/ic_settings_language.png differ diff --git a/res/drawable-xhdpi/ic_settings_location.png b/res/drawable-xhdpi/ic_settings_location.png index a3912a37553..7bcf5018434 100644 Binary files a/res/drawable-xhdpi/ic_settings_location.png and b/res/drawable-xhdpi/ic_settings_location.png differ diff --git a/res/drawable-xhdpi/ic_settings_lockscreen.png b/res/drawable-xhdpi/ic_settings_lockscreen.png new file mode 100644 index 00000000000..105b3b8267e Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_lockscreen.png differ diff --git a/res/drawable-xhdpi/ic_settings_multiuser.png b/res/drawable-xhdpi/ic_settings_multiuser.png index dbf8cd4b680..cbb85065d4a 100644 Binary files a/res/drawable-xhdpi/ic_settings_multiuser.png and b/res/drawable-xhdpi/ic_settings_multiuser.png differ diff --git a/res/drawable-xhdpi/ic_settings_navigation.png b/res/drawable-xhdpi/ic_settings_navigation.png new file mode 100644 index 00000000000..c39013c5dba Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_navigation.png differ diff --git a/res/drawable-xhdpi/ic_settings_nfc_payment.png b/res/drawable-xhdpi/ic_settings_nfc_payment.png index e4d81735451..57aee58d794 100644 Binary files a/res/drawable-xhdpi/ic_settings_nfc_payment.png and b/res/drawable-xhdpi/ic_settings_nfc_payment.png differ diff --git a/res/drawable-xhdpi/ic_settings_notifications.png b/res/drawable-xhdpi/ic_settings_notifications.png index c6c5c43e4a3..f5e2ee5db7c 100644 Binary files a/res/drawable-xhdpi/ic_settings_notifications.png and b/res/drawable-xhdpi/ic_settings_notifications.png differ diff --git a/res/drawable-xhdpi/ic_settings_performance.png b/res/drawable-xhdpi/ic_settings_performance.png index 847942f8e23..47d797121bc 100644 Binary files a/res/drawable-xhdpi/ic_settings_performance.png and b/res/drawable-xhdpi/ic_settings_performance.png differ diff --git a/res/drawable-xhdpi/ic_settings_privacy.png b/res/drawable-xhdpi/ic_settings_privacy.png new file mode 100644 index 00000000000..2faa6d5e546 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_privacy.png differ diff --git a/res/drawable-xhdpi/ic_settings_quick_settings.png b/res/drawable-xhdpi/ic_settings_quick_settings.png new file mode 100644 index 00000000000..1d54a7376cd Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_quick_settings.png differ diff --git a/res/drawable-xhdpi/ic_settings_security.png b/res/drawable-xhdpi/ic_settings_security.png index b5a383a725c..401496a05e4 100644 Binary files a/res/drawable-xhdpi/ic_settings_security.png and b/res/drawable-xhdpi/ic_settings_security.png differ diff --git a/res/drawable-xhdpi/ic_settings_sound.png b/res/drawable-xhdpi/ic_settings_sound.png index 687025d5f90..467bbfbfe7f 100644 Binary files a/res/drawable-xhdpi/ic_settings_sound.png and b/res/drawable-xhdpi/ic_settings_sound.png differ diff --git a/res/drawable-xhdpi/ic_settings_statusbar.png b/res/drawable-xhdpi/ic_settings_statusbar.png new file mode 100644 index 00000000000..f9072711404 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_statusbar.png differ diff --git a/res/drawable-xhdpi/ic_settings_storage.png b/res/drawable-xhdpi/ic_settings_storage.png index 0807c9f80dd..69836a216d2 100644 Binary files a/res/drawable-xhdpi/ic_settings_storage.png and b/res/drawable-xhdpi/ic_settings_storage.png differ diff --git a/res/drawable-xhdpi/ic_settings_supersu.png b/res/drawable-xhdpi/ic_settings_supersu.png index 9e3a6612317..fc2c1a94a27 100755 Binary files a/res/drawable-xhdpi/ic_settings_supersu.png and b/res/drawable-xhdpi/ic_settings_supersu.png differ diff --git a/res/drawable-xhdpi/ic_settings_sync.png b/res/drawable-xhdpi/ic_settings_sync.png index a66d8a4f17f..5b130fa378d 100644 Binary files a/res/drawable-xhdpi/ic_settings_sync.png and b/res/drawable-xhdpi/ic_settings_sync.png differ diff --git a/res/drawable-xhdpi/ic_settings_system.png b/res/drawable-xhdpi/ic_settings_system.png new file mode 100644 index 00000000000..c34916e6f0f Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_system.png differ diff --git a/res/drawable-xhdpi/ic_settings_updatecenter.png b/res/drawable-xhdpi/ic_settings_updatecenter.png new file mode 100644 index 00000000000..f05906eef24 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_updatecenter.png differ diff --git a/res/drawable-xhdpi/ic_settings_wakelock_blocker.png b/res/drawable-xhdpi/ic_settings_wakelock_blocker.png new file mode 100644 index 00000000000..45c15f46c73 Binary files /dev/null and b/res/drawable-xhdpi/ic_settings_wakelock_blocker.png differ diff --git a/res/drawable-xhdpi/ic_settings_wireless.png b/res/drawable-xhdpi/ic_settings_wireless.png index 79d0ef54f2e..ee8521b4ad2 100644 Binary files a/res/drawable-xhdpi/ic_settings_wireless.png and b/res/drawable-xhdpi/ic_settings_wireless.png differ diff --git a/res/drawable-xhdpi/ic_sync_anim_holo.png b/res/drawable-xhdpi/ic_sync_anim_holo.png index d315e9530a5..37e13014df9 100644 Binary files a/res/drawable-xhdpi/ic_sync_anim_holo.png and b/res/drawable-xhdpi/ic_sync_anim_holo.png differ diff --git a/res/drawable-xhdpi/ic_tab_selected_all.png b/res/drawable-xhdpi/ic_tab_selected_all.png index b59933ba4f3..dcbcff7c232 100644 Binary files a/res/drawable-xhdpi/ic_tab_selected_all.png and b/res/drawable-xhdpi/ic_tab_selected_all.png differ diff --git a/res/drawable-xhdpi/ic_tab_selected_download.png b/res/drawable-xhdpi/ic_tab_selected_download.png index 8e76bbbd7de..2029c957eab 100644 Binary files a/res/drawable-xhdpi/ic_tab_selected_download.png and b/res/drawable-xhdpi/ic_tab_selected_download.png differ diff --git a/res/drawable-xhdpi/ic_tab_selected_running.png b/res/drawable-xhdpi/ic_tab_selected_running.png index 8eda83fc81d..721ed04ad71 100644 Binary files a/res/drawable-xhdpi/ic_tab_selected_running.png and b/res/drawable-xhdpi/ic_tab_selected_running.png differ diff --git a/res/drawable-xhdpi/ic_tab_selected_sdcard.png b/res/drawable-xhdpi/ic_tab_selected_sdcard.png index 536326c5e8d..d85e9887a76 100644 Binary files a/res/drawable-xhdpi/ic_tab_selected_sdcard.png and b/res/drawable-xhdpi/ic_tab_selected_sdcard.png differ diff --git a/res/drawable-xhdpi/ic_tab_unselected_all.png b/res/drawable-xhdpi/ic_tab_unselected_all.png index b59933ba4f3..dcbcff7c232 100644 Binary files a/res/drawable-xhdpi/ic_tab_unselected_all.png and b/res/drawable-xhdpi/ic_tab_unselected_all.png differ diff --git a/res/drawable-xhdpi/ic_tab_unselected_download.png b/res/drawable-xhdpi/ic_tab_unselected_download.png index 8e76bbbd7de..2029c957eab 100644 Binary files a/res/drawable-xhdpi/ic_tab_unselected_download.png and b/res/drawable-xhdpi/ic_tab_unselected_download.png differ diff --git a/res/drawable-xhdpi/ic_tab_unselected_running.png b/res/drawable-xhdpi/ic_tab_unselected_running.png index 8eda83fc81d..721ed04ad71 100644 Binary files a/res/drawable-xhdpi/ic_tab_unselected_running.png and b/res/drawable-xhdpi/ic_tab_unselected_running.png differ diff --git a/res/drawable-xhdpi/ic_tab_unselected_sdcard.png b/res/drawable-xhdpi/ic_tab_unselected_sdcard.png index 536326c5e8d..d85e9887a76 100644 Binary files a/res/drawable-xhdpi/ic_tab_unselected_sdcard.png and b/res/drawable-xhdpi/ic_tab_unselected_sdcard.png differ diff --git a/res/drawable-xhdpi/stat_navbar_edit_off.png b/res/drawable-xhdpi/stat_navbar_edit_off.png new file mode 100644 index 00000000000..207a81426f3 Binary files /dev/null and b/res/drawable-xhdpi/stat_navbar_edit_off.png differ diff --git a/res/drawable-xhdpi/stat_navbar_edit_on.png b/res/drawable-xhdpi/stat_navbar_edit_on.png new file mode 100644 index 00000000000..c7322ec487f Binary files /dev/null and b/res/drawable-xhdpi/stat_navbar_edit_on.png differ diff --git a/res/drawable-xxhdpi-finger/ic_grabber.png b/res/drawable-xxhdpi-finger/ic_grabber.png new file mode 100644 index 00000000000..8ce1f38a92c Binary files /dev/null and b/res/drawable-xxhdpi-finger/ic_grabber.png differ diff --git a/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png b/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png new file mode 100644 index 00000000000..4074d8144d3 Binary files /dev/null and b/res/drawable-xxhdpi/ab_stacked_solid_inverse_holo.9.png differ diff --git a/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png b/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png new file mode 100644 index 00000000000..11f9a27a283 Binary files /dev/null and b/res/drawable-xxhdpi/ab_stacked_transparent_light_holo.9.png differ diff --git a/res/drawable-xxhdpi/ab_transparent_light_holo.9.png b/res/drawable-xxhdpi/ab_transparent_light_holo.9.png new file mode 100644 index 00000000000..ba16fa7e963 Binary files /dev/null and b/res/drawable-xxhdpi/ab_transparent_light_holo.9.png differ diff --git a/res/drawable-xxhdpi/appwidget_settings_ind_on_c_holo.9.png b/res/drawable-xxhdpi/appwidget_settings_ind_on_c_holo.9.png index a9114dcfb5a..b478464a6e4 100644 Binary files a/res/drawable-xxhdpi/appwidget_settings_ind_on_c_holo.9.png and b/res/drawable-xxhdpi/appwidget_settings_ind_on_c_holo.9.png differ diff --git a/res/drawable-xxhdpi/appwidget_settings_ind_on_l_holo.9.png b/res/drawable-xxhdpi/appwidget_settings_ind_on_l_holo.9.png index c23c095aec6..375cd842eaa 100644 Binary files a/res/drawable-xxhdpi/appwidget_settings_ind_on_l_holo.9.png and b/res/drawable-xxhdpi/appwidget_settings_ind_on_l_holo.9.png differ diff --git a/res/drawable-xxhdpi/appwidget_settings_ind_on_r_holo.9.png b/res/drawable-xxhdpi/appwidget_settings_ind_on_r_holo.9.png index a86b32fe76f..2b6a4aaa702 100644 Binary files a/res/drawable-xxhdpi/appwidget_settings_ind_on_r_holo.9.png and b/res/drawable-xxhdpi/appwidget_settings_ind_on_r_holo.9.png differ diff --git a/res/drawable-xxhdpi/card_bg2.9.png b/res/drawable-xxhdpi/card_bg2.9.png new file mode 100644 index 00000000000..14462f7bc9a Binary files /dev/null and b/res/drawable-xxhdpi/card_bg2.9.png differ diff --git a/res/drawable-xxhdpi/ic_action_set.png b/res/drawable-xxhdpi/ic_action_set.png new file mode 100644 index 00000000000..68c41deccb5 Binary files /dev/null and b/res/drawable-xxhdpi/ic_action_set.png differ diff --git a/res/drawable-xxhdpi/ic_blacklist_calls_off.png b/res/drawable-xxhdpi/ic_blacklist_calls_off.png new file mode 100644 index 00000000000..02606de32f7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_blacklist_calls_off.png differ diff --git a/res/drawable-xxhdpi/ic_blacklist_calls_on.png b/res/drawable-xxhdpi/ic_blacklist_calls_on.png new file mode 100644 index 00000000000..ca5aee6c0ea Binary files /dev/null and b/res/drawable-xxhdpi/ic_blacklist_calls_on.png differ diff --git a/res/drawable-xxhdpi/ic_blacklist_messages_off.png b/res/drawable-xxhdpi/ic_blacklist_messages_off.png new file mode 100644 index 00000000000..f607ac6a1c1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_blacklist_messages_off.png differ diff --git a/res/drawable-xxhdpi/ic_blacklist_messages_on.png b/res/drawable-xxhdpi/ic_blacklist_messages_on.png new file mode 100644 index 00000000000..0a65e60ccd2 Binary files /dev/null and b/res/drawable-xxhdpi/ic_blacklist_messages_on.png differ diff --git a/res/drawable-xxhdpi/ic_empty.png b/res/drawable-xxhdpi/ic_empty.png new file mode 100644 index 00000000000..f348bff568f Binary files /dev/null and b/res/drawable-xxhdpi/ic_empty.png differ diff --git a/res/drawable-xxhdpi/ic_grabber.png b/res/drawable-xxhdpi/ic_grabber.png new file mode 100644 index 00000000000..759eb5778e8 Binary files /dev/null and b/res/drawable-xxhdpi/ic_grabber.png differ diff --git a/res/drawable-xxhdpi/ic_menu_add_dark.png b/res/drawable-xxhdpi/ic_menu_add_dark.png index 5b4923fdabb..be25c7027ea 100644 Binary files a/res/drawable-xxhdpi/ic_menu_add_dark.png and b/res/drawable-xxhdpi/ic_menu_add_dark.png differ diff --git a/res/drawable-xxhdpi/ic_navigation_ring_hint.png b/res/drawable-xxhdpi/ic_navigation_ring_hint.png new file mode 100644 index 00000000000..e5ef85d8fb1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_navigation_ring_hint.png differ diff --git a/res/drawable-xxhdpi/ic_privacy_guard.png b/res/drawable-xxhdpi/ic_privacy_guard.png new file mode 100644 index 00000000000..895cddcc032 Binary files /dev/null and b/res/drawable-xxhdpi/ic_privacy_guard.png differ diff --git a/res/drawable-xxhdpi/ic_privacy_guard_off.png b/res/drawable-xxhdpi/ic_privacy_guard_off.png new file mode 100644 index 00000000000..c84ce4b3ddd Binary files /dev/null and b/res/drawable-xxhdpi/ic_privacy_guard_off.png differ diff --git a/res/drawable-xxhdpi/ic_quiethours.png b/res/drawable-xxhdpi/ic_quiethours.png index a28ebe3aa9e..4f4c556a51b 100644 Binary files a/res/drawable-xxhdpi/ic_quiethours.png and b/res/drawable-xxhdpi/ic_quiethours.png differ diff --git a/res/drawable-xxhdpi/ic_settings_about.png b/res/drawable-xxhdpi/ic_settings_about.png index 924d96264c1..d9cb9bba73d 100644 Binary files a/res/drawable-xxhdpi/ic_settings_about.png and b/res/drawable-xxhdpi/ic_settings_about.png differ diff --git a/res/drawable-xxhdpi/ic_settings_actived.png b/res/drawable-xxhdpi/ic_settings_actived.png index 26f5eeb3d3f..78df64eb464 100644 Binary files a/res/drawable-xxhdpi/ic_settings_actived.png and b/res/drawable-xxhdpi/ic_settings_actived.png differ diff --git a/res/drawable-xxhdpi/ic_settings_amra.png b/res/drawable-xxhdpi/ic_settings_amra.png new file mode 100644 index 00000000000..0f8e8f974c6 Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_amra.png differ diff --git a/res/drawable-xxhdpi/ic_settings_autotoggle.png b/res/drawable-xxhdpi/ic_settings_autotoggle.png new file mode 100644 index 00000000000..8856436e9d3 Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_autotoggle.png differ diff --git a/res/drawable-xxhdpi/ic_settings_devicecontrol.png b/res/drawable-xxhdpi/ic_settings_devicecontrol.png new file mode 100644 index 00000000000..adf05600152 Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_devicecontrol.png differ diff --git a/res/drawable-xxhdpi/ic_settings_home.png b/res/drawable-xxhdpi/ic_settings_home.png index aac8773fda5..c9196207259 100644 Binary files a/res/drawable-xxhdpi/ic_settings_home.png and b/res/drawable-xxhdpi/ic_settings_home.png differ diff --git a/res/drawable-xxhdpi/ic_settings_location.png b/res/drawable-xxhdpi/ic_settings_location.png index 72499efd316..b1a18c63e3e 100644 Binary files a/res/drawable-xxhdpi/ic_settings_location.png and b/res/drawable-xxhdpi/ic_settings_location.png differ diff --git a/res/drawable-xxhdpi/ic_settings_navigation.png b/res/drawable-xxhdpi/ic_settings_navigation.png new file mode 100644 index 00000000000..189b7e834ba Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_navigation.png differ diff --git a/res/drawable-xxhdpi/ic_settings_nfc_payment.png b/res/drawable-xxhdpi/ic_settings_nfc_payment.png index cdb495e8e86..e8828c9a2ab 100644 Binary files a/res/drawable-xxhdpi/ic_settings_nfc_payment.png and b/res/drawable-xxhdpi/ic_settings_nfc_payment.png differ diff --git a/res/drawable-xxhdpi/ic_settings_performance.png b/res/drawable-xxhdpi/ic_settings_performance.png index 381e7eff4de..5ec4f93676b 100644 Binary files a/res/drawable-xxhdpi/ic_settings_performance.png and b/res/drawable-xxhdpi/ic_settings_performance.png differ diff --git a/res/drawable-xxhdpi/ic_settings_privacy.png b/res/drawable-xxhdpi/ic_settings_privacy.png new file mode 100644 index 00000000000..1f12fd62fd1 Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_privacy.png differ diff --git a/res/drawable-xxhdpi/ic_settings_supersu.png b/res/drawable-xxhdpi/ic_settings_supersu.png new file mode 100644 index 00000000000..d95d3a89e03 Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_supersu.png differ diff --git a/res/drawable-xxhdpi/ic_settings_theme.png b/res/drawable-xxhdpi/ic_settings_theme.png new file mode 100644 index 00000000000..d72c5ef340a Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_theme.png differ diff --git a/res/drawable-xxhdpi/ic_settings_updatecenter.png b/res/drawable-xxhdpi/ic_settings_updatecenter.png new file mode 100644 index 00000000000..41e3e1be36d Binary files /dev/null and b/res/drawable-xxhdpi/ic_settings_updatecenter.png differ diff --git a/res/drawable-xxhdpi/nfc_payment_empty_state.png b/res/drawable-xxhdpi/nfc_payment_empty_state.png index a861b790f94..435fbccf0eb 100644 Binary files a/res/drawable-xxhdpi/nfc_payment_empty_state.png and b/res/drawable-xxhdpi/nfc_payment_empty_state.png differ diff --git a/res/drawable-xxhdpi/stat_notify_privacy_guard.png b/res/drawable-xxhdpi/stat_notify_privacy_guard.png new file mode 100644 index 00000000000..589c0d86e4b Binary files /dev/null and b/res/drawable-xxhdpi/stat_notify_privacy_guard.png differ diff --git a/res/drawable-xxhdpi/stat_notify_privacy_guard_custom.png b/res/drawable-xxhdpi/stat_notify_privacy_guard_custom.png new file mode 100644 index 00000000000..33b5ab0b6e5 Binary files /dev/null and b/res/drawable-xxhdpi/stat_notify_privacy_guard_custom.png differ diff --git a/res/drawable-xxhdpi/stat_notify_privacy_guard_custom_plus.png b/res/drawable-xxhdpi/stat_notify_privacy_guard_custom_plus.png new file mode 100644 index 00000000000..10c825c85e9 Binary files /dev/null and b/res/drawable-xxhdpi/stat_notify_privacy_guard_custom_plus.png differ diff --git a/res/drawable-xxhdpi/stat_notify_privacy_guard_off.png b/res/drawable-xxhdpi/stat_notify_privacy_guard_off.png new file mode 100644 index 00000000000..d6c4dc7591e Binary files /dev/null and b/res/drawable-xxhdpi/stat_notify_privacy_guard_off.png differ diff --git a/res/drawable-xxhdpi/stat_notify_privacy_guard_off_plus.png b/res/drawable-xxhdpi/stat_notify_privacy_guard_off_plus.png new file mode 100644 index 00000000000..1ae9dab79f0 Binary files /dev/null and b/res/drawable-xxhdpi/stat_notify_privacy_guard_off_plus.png differ diff --git a/res/drawable-xxhdpi/stat_notify_privacy_guard_plus.png b/res/drawable-xxhdpi/stat_notify_privacy_guard_plus.png new file mode 100644 index 00000000000..1c670d9fbaf Binary files /dev/null and b/res/drawable-xxhdpi/stat_notify_privacy_guard_plus.png differ diff --git a/res/drawable/actionbar_background.xml b/res/drawable/actionbar_background.xml new file mode 100644 index 00000000000..eabceac2b6b --- /dev/null +++ b/res/drawable/actionbar_background.xml @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/bg_card.xml b/res/drawable/bg_card.xml new file mode 100644 index 00000000000..d61ed99649a --- /dev/null +++ b/res/drawable/bg_card.xml @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/navbar_search_outerring.xml b/res/drawable/color_tuning_preview.xml similarity index 68% rename from res/drawable/navbar_search_outerring.xml rename to res/drawable/color_tuning_preview.xml index 250e335606b..589237aae66 100644 --- a/res/drawable/navbar_search_outerring.xml +++ b/res/drawable/color_tuning_preview.xml @@ -1,5 +1,5 @@ - - - - - + android:shape="rectangle"> + + diff --git a/res/drawable/data_usage_bar.xml b/res/drawable/data_usage_bar.xml index 96f1caedd0e..7ce5e1223a3 100644 --- a/res/drawable/data_usage_bar.xml +++ b/res/drawable/data_usage_bar.xml @@ -23,14 +23,14 @@ - + - + diff --git a/res/drawable/down_button.xml b/res/drawable/down_button.xml new file mode 100644 index 00000000000..29dbf421c80 --- /dev/null +++ b/res/drawable/down_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/layout/profile_icon_small.xml b/res/drawable/ic_blacklist_calls.xml similarity index 60% rename from res/layout/profile_icon_small.xml rename to res/drawable/ic_blacklist_calls.xml index 3fd4bfcff7c..401fb4a77f1 100644 --- a/res/layout/profile_icon_small.xml +++ b/res/drawable/ic_blacklist_calls.xml @@ -1,5 +1,5 @@ - - + + + + + + diff --git a/res/drawable/ic_blacklist_messages.xml b/res/drawable/ic_blacklist_messages.xml new file mode 100644 index 00000000000..f0fafa188c0 --- /dev/null +++ b/res/drawable/ic_blacklist_messages.xml @@ -0,0 +1,21 @@ + + + + + + + + diff --git a/res/drawable/ic_zoom_in.xml b/res/drawable/ic_zoom_in.xml new file mode 100644 index 00000000000..832d2472d86 --- /dev/null +++ b/res/drawable/ic_zoom_in.xml @@ -0,0 +1,35 @@ + + + + + + + + + diff --git a/res/drawable/ic_zoom_out.xml b/res/drawable/ic_zoom_out.xml new file mode 100644 index 00000000000..1db0823016c --- /dev/null +++ b/res/drawable/ic_zoom_out.xml @@ -0,0 +1,35 @@ + + + + + + + + + diff --git a/res/drawable/more_button.xml b/res/drawable/more_button.xml new file mode 100644 index 00000000000..bbad9d49e0a --- /dev/null +++ b/res/drawable/more_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/drawable/navbar_tut.png b/res/drawable/navbar_tut.png new file mode 100644 index 00000000000..44578f5d98e Binary files /dev/null and b/res/drawable/navbar_tut.png differ diff --git a/res/drawable/new_button.xml b/res/drawable/new_button.xml new file mode 100644 index 00000000000..4ed9dafb013 --- /dev/null +++ b/res/drawable/new_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/drawable/new_glow_button.xml b/res/drawable/new_glow_button.xml new file mode 100644 index 00000000000..506d8cffde6 --- /dev/null +++ b/res/drawable/new_glow_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/drawable/previous_button.xml b/res/drawable/previous_button.xml new file mode 100644 index 00000000000..ab7317be3a8 --- /dev/null +++ b/res/drawable/previous_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/drawable/previous_glow_button.xml b/res/drawable/previous_glow_button.xml new file mode 100644 index 00000000000..1e896c6ce02 --- /dev/null +++ b/res/drawable/previous_glow_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/drawable/screencolor_btn.xml b/res/drawable/screencolor_btn.xml new file mode 100644 index 00000000000..d89ae584da2 --- /dev/null +++ b/res/drawable/screencolor_btn.xml @@ -0,0 +1,44 @@ + + + + + + + + + + + diff --git a/res/drawable/seekbar_define_style.xml b/res/drawable/seekbar_define_style.xml new file mode 100644 index 00000000000..1e86ab88c6c --- /dev/null +++ b/res/drawable/seekbar_define_style.xml @@ -0,0 +1,34 @@ + + + + + + + + diff --git a/res/drawable/slim_lock.png b/res/drawable/slim_lock.png new file mode 100644 index 00000000000..ec6702957bf Binary files /dev/null and b/res/drawable/slim_lock.png differ diff --git a/res/drawable/up_button.xml b/res/drawable/up_button.xml new file mode 100644 index 00000000000..6f33a566bc4 --- /dev/null +++ b/res/drawable/up_button.xml @@ -0,0 +1,33 @@ + + + + + + + diff --git a/res/layout-finger/wifi_network_priority.xml b/res/layout-finger/wifi_network_priority.xml new file mode 100644 index 00000000000..96687e38eda --- /dev/null +++ b/res/layout-finger/wifi_network_priority.xml @@ -0,0 +1,32 @@ + + + + + + + diff --git a/res/layout-finger/wifi_network_priority_list_item.xml b/res/layout-finger/wifi_network_priority_list_item.xml new file mode 100644 index 00000000000..163c3922aaf --- /dev/null +++ b/res/layout-finger/wifi_network_priority_list_item.xml @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout-land/lockscreen_targets.xml b/res/layout-land/lockscreen_targets.xml deleted file mode 100644 index 1bd99892161..00000000000 --- a/res/layout-land/lockscreen_targets.xml +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - - diff --git a/res/layout/apn_preference_layout.xml b/res/layout/apn_preference_layout.xml index b79b0b99719..8938f29a2b0 100644 --- a/res/layout/apn_preference_layout.xml +++ b/res/layout/apn_preference_layout.xml @@ -22,7 +22,7 @@ android:gravity="center_vertical"> - + android:paddingBottom="5dip" + android:orientation="vertical" + android:scrollbarStyle="@*android:integer/preference_fragment_scrollbarStyle"> + - - + + - - + - + - - + + diff --git a/res/layout/app_ops_details_item.xml b/res/layout/app_ops_details_item.xml index c630ad61a40..e4b2d1e0414 100644 --- a/res/layout/app_ops_details_item.xml +++ b/res/layout/app_ops_details_item.xml @@ -17,32 +17,31 @@ */ --> - + android:paddingBottom="8dip"> + + - + android:entries="@array/app_ops_permissions" /> - + diff --git a/res/layout/app_ops_no_item.xml b/res/layout/app_ops_no_item.xml new file mode 100644 index 00000000000..db444e99307 --- /dev/null +++ b/res/layout/app_ops_no_item.xml @@ -0,0 +1,36 @@ + + + + + + + + diff --git a/res/layout/auto_brightness_help.xml b/res/layout/auto_brightness_help.xml new file mode 100644 index 00000000000..21daa921b03 --- /dev/null +++ b/res/layout/auto_brightness_help.xml @@ -0,0 +1,27 @@ + + + + + + + + diff --git a/res/layout/auto_brightness_level_setup.xml b/res/layout/auto_brightness_level_setup.xml new file mode 100644 index 00000000000..72d7e992383 --- /dev/null +++ b/res/layout/auto_brightness_level_setup.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/auto_brightness_list_item.xml b/res/layout/auto_brightness_list_item.xml new file mode 100644 index 00000000000..89446d6005b --- /dev/null +++ b/res/layout/auto_brightness_list_item.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + diff --git a/res/layout/auto_brightness_preview.xml b/res/layout/auto_brightness_preview.xml new file mode 100644 index 00000000000..7c1a665fc84 --- /dev/null +++ b/res/layout/auto_brightness_preview.xml @@ -0,0 +1,38 @@ + + + + + + + + diff --git a/res/layout/auto_brightness_split_dialog.xml b/res/layout/auto_brightness_split_dialog.xml new file mode 100644 index 00000000000..229f1728cb5 --- /dev/null +++ b/res/layout/auto_brightness_split_dialog.xml @@ -0,0 +1,37 @@ + + + + + + + + + + diff --git a/res/layout/button_backlight.xml b/res/layout/button_backlight.xml new file mode 100644 index 00000000000..8f93c7f8170 --- /dev/null +++ b/res/layout/button_backlight.xml @@ -0,0 +1,164 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/layout/buttons_list_view_item.xml b/res/layout/buttons_list_view_item.xml new file mode 100644 index 00000000000..2ca0f8d54bb --- /dev/null +++ b/res/layout/buttons_list_view_item.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + diff --git a/res/layout/buttons_list_view_main.xml b/res/layout/buttons_list_view_main.xml new file mode 100644 index 00000000000..19ee14b774b --- /dev/null +++ b/res/layout/buttons_list_view_main.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + diff --git a/res/layout/captioning_preview.xml b/res/layout/captioning_preview.xml index 00d94a0d8b6..44563e4385e 100644 --- a/res/layout/captioning_preview.xml +++ b/res/layout/captioning_preview.xml @@ -40,9 +40,8 @@ android:text="@string/captioning_preview_text" /> - diff --git a/res/layout/choose_lock_gesture.xml b/res/layout/choose_lock_gesture.xml new file mode 100644 index 00000000000..5a2a7090b7c --- /dev/null +++ b/res/layout/choose_lock_gesture.xml @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + +