OSDN Git Service

Update power widget icons and fix location behavior
authorDavid Christie <dnchrist@google.com>
Thu, 31 Oct 2013 18:03:36 +0000 (11:03 -0700)
committerDavid Christie <dnchrist@google.com>
Thu, 7 Nov 2013 19:20:35 +0000 (11:20 -0800)
commit587e6bf3fcfc8dffb4cf021227d896ffcb5488a9
tree9f4d768bea0eb50da9456e53d3921df98ff00f10
parent741bc054243576dcfff17bf3a807dc8732bca332
Update power widget icons and fix location behavior
Bug: 11242129

Change-Id: I29f5b4cf914ece4b0991229f384012eb66ba3820
66 files changed:
res/drawable-hdpi/appwidget_settings_ind_on_c_holo.9.png
res/drawable-hdpi/appwidget_settings_ind_on_l_holo.9.png
res/drawable-hdpi/appwidget_settings_ind_on_r_holo.9.png
res/drawable-hdpi/ic_appwidget_settings_bluetooth_off_holo.png
res/drawable-hdpi/ic_appwidget_settings_bluetooth_on_holo.png
res/drawable-hdpi/ic_appwidget_settings_brightness_auto_holo.png
res/drawable-hdpi/ic_appwidget_settings_brightness_full_holo.png
res/drawable-hdpi/ic_appwidget_settings_brightness_half_holo.png
res/drawable-hdpi/ic_appwidget_settings_brightness_off_holo.png
res/drawable-hdpi/ic_appwidget_settings_location_off_holo.png
res/drawable-hdpi/ic_appwidget_settings_location_on_holo.png
res/drawable-hdpi/ic_appwidget_settings_location_saving_holo.png [new file with mode: 0644]
res/drawable-hdpi/ic_appwidget_settings_sync_off_holo.png
res/drawable-hdpi/ic_appwidget_settings_sync_on_holo.png
res/drawable-hdpi/ic_appwidget_settings_wifi_off_holo.png
res/drawable-hdpi/ic_appwidget_settings_wifi_on_holo.png
res/drawable-mdpi/appwidget_settings_ind_on_c_holo.9.png
res/drawable-mdpi/appwidget_settings_ind_on_l_holo.9.png
res/drawable-mdpi/appwidget_settings_ind_on_r_holo.9.png
res/drawable-mdpi/ic_appwidget_settings_bluetooth_off_holo.png
res/drawable-mdpi/ic_appwidget_settings_bluetooth_on_holo.png
res/drawable-mdpi/ic_appwidget_settings_brightness_auto_holo.png
res/drawable-mdpi/ic_appwidget_settings_brightness_full_holo.png
res/drawable-mdpi/ic_appwidget_settings_brightness_half_holo.png
res/drawable-mdpi/ic_appwidget_settings_brightness_off_holo.png
res/drawable-mdpi/ic_appwidget_settings_location_off_holo.png
res/drawable-mdpi/ic_appwidget_settings_location_on_holo.png
res/drawable-mdpi/ic_appwidget_settings_location_saving_holo.png [new file with mode: 0644]
res/drawable-mdpi/ic_appwidget_settings_sync_off_holo.png
res/drawable-mdpi/ic_appwidget_settings_sync_on_holo.png
res/drawable-mdpi/ic_appwidget_settings_wifi_off_holo.png
res/drawable-mdpi/ic_appwidget_settings_wifi_on_holo.png
res/drawable-nodpi/preview.png
res/drawable-xhdpi/appwidget_settings_ind_on_c_holo.9.png
res/drawable-xhdpi/appwidget_settings_ind_on_l_holo.9.png
res/drawable-xhdpi/appwidget_settings_ind_on_r_holo.9.png
res/drawable-xhdpi/ic_appwidget_settings_bluetooth_off_holo.png
res/drawable-xhdpi/ic_appwidget_settings_bluetooth_on_holo.png
res/drawable-xhdpi/ic_appwidget_settings_brightness_auto_holo.png
res/drawable-xhdpi/ic_appwidget_settings_brightness_full_holo.png
res/drawable-xhdpi/ic_appwidget_settings_brightness_half_holo.png
res/drawable-xhdpi/ic_appwidget_settings_brightness_off_holo.png
res/drawable-xhdpi/ic_appwidget_settings_location_off_holo.png
res/drawable-xhdpi/ic_appwidget_settings_location_on_holo.png
res/drawable-xhdpi/ic_appwidget_settings_location_saving_holo.png [new file with mode: 0644]
res/drawable-xhdpi/ic_appwidget_settings_sync_off_holo.png
res/drawable-xhdpi/ic_appwidget_settings_sync_on_holo.png
res/drawable-xhdpi/ic_appwidget_settings_wifi_off_holo.png
res/drawable-xhdpi/ic_appwidget_settings_wifi_on_holo.png
res/drawable-xxhdpi/appwidget_settings_ind_on_c_holo.9.png [new file with mode: 0644]
res/drawable-xxhdpi/appwidget_settings_ind_on_l_holo.9.png [new file with mode: 0644]
res/drawable-xxhdpi/appwidget_settings_ind_on_r_holo.9.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_bluetooth_off_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_bluetooth_on_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_brightness_auto_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_brightness_full_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_brightness_half_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_brightness_off_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_location_off_holo.png
res/drawable-xxhdpi/ic_appwidget_settings_location_on_holo.png
res/drawable-xxhdpi/ic_appwidget_settings_location_saving_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_sync_off_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_sync_on_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_wifi_off_holo.png [new file with mode: 0644]
res/drawable-xxhdpi/ic_appwidget_settings_wifi_on_holo.png [new file with mode: 0644]
src/com/android/settings/widget/SettingsAppWidgetProvider.java