Sixth batch of new Quantum Theme assets - DO NOT MERGE
- needed for Quantum Theme support
See bug #13140648 Settings needs to support the new Quantum Paper theme
Change-Id: Iaec517aa448b1590bcb355ac8694b2e4e0c90292
(cherry picked from commit 5847373448
)
Before Width: | Height: | Size: 920 B After Width: | Height: | Size: 949 B |
Before Width: | Height: | Size: 348 B After Width: | Height: | Size: 396 B |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 1.2 KiB |
BIN
res/drawable-hdpi/ic_settings_print.png
Normal file
After Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 708 B After Width: | Height: | Size: 745 B |
Before Width: | Height: | Size: 317 B After Width: | Height: | Size: 364 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 863 B |
BIN
res/drawable-mdpi/ic_settings_print.png
Normal file
After Width: | Height: | Size: 203 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 455 B After Width: | Height: | Size: 541 B |
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.5 KiB |
BIN
res/drawable-xhdpi/ic_settings_print.png
Normal file
After Width: | Height: | Size: 311 B |
BIN
res/drawable-xxhdpi/ic_settings_development.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 580 B After Width: | Height: | Size: 673 B |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.2 KiB |
BIN
res/drawable-xxhdpi/ic_settings_print.png
Normal file
After Width: | Height: | Size: 412 B |
BIN
res/drawable-xxxhdpi/ic_settings_development.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 797 B After Width: | Height: | Size: 905 B |
BIN
res/drawable-xxxhdpi/ic_settings_nfc_payment.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
res/drawable-xxxhdpi/ic_settings_print.png
Normal file
After Width: | Height: | Size: 527 B |
@@ -228,7 +228,7 @@
|
|||||||
android:id="@+id/print_settings"
|
android:id="@+id/print_settings"
|
||||||
android:title="@string/print_settings"
|
android:title="@string/print_settings"
|
||||||
android:fragment="com.android.settings.print.PrintSettingsFragment"
|
android:fragment="com.android.settings.print.PrintSettingsFragment"
|
||||||
android:icon="@*android:drawable/ic_print"
|
android:icon="@drawable/ic_settings_print"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Development -->
|
<!-- Development -->
|
||||||
|
@@ -215,7 +215,7 @@ public final class SearchIndexableResources {
|
|||||||
new SearchIndexableResource(RANK_PRINTING,
|
new SearchIndexableResource(RANK_PRINTING,
|
||||||
NO_DATA_RES_ID,
|
NO_DATA_RES_ID,
|
||||||
PrintSettingsFragment.class.getName(),
|
PrintSettingsFragment.class.getName(),
|
||||||
com.android.internal.R.drawable.ic_print));
|
R.drawable.ic_settings_print));
|
||||||
|
|
||||||
sResMap.put(DevelopmentSettings.class.getName(),
|
sResMap.put(DevelopmentSettings.class.getName(),
|
||||||
new SearchIndexableResource(RANK_DEVELOPEMENT,
|
new SearchIndexableResource(RANK_DEVELOPEMENT,
|
||||||
|