Enable use_resource_processor for all sysui deps
This will make the build faster Test: m checkbuild Bug: 295208392 Change-Id: If75acb6b1c3f204e3686c20cef609f7cfabe15cf
This commit is contained in:
@@ -63,7 +63,7 @@ public class FlashNotificationsPreviewPreference extends Preference {
|
||||
private void init() {
|
||||
setLayoutResource(R.layout.flash_notification_preview_preference);
|
||||
mBackgroundEnabled = getContext().getDrawable(
|
||||
com.android.settingslib.widget.R.drawable.settingslib_switch_bar_bg_on);
|
||||
com.android.settingslib.widget.mainswitch.R.drawable.settingslib_switch_bar_bg_on);
|
||||
mBackgroundDisabled = getContext().getDrawable(R.drawable.switch_bar_bg_disabled);
|
||||
mTextColorDisabled = Utils.getColorAttrDefaultColor(getContext(),
|
||||
android.R.attr.textColorPrimary);
|
||||
|
Reference in New Issue
Block a user