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:
@@ -113,7 +113,7 @@ public class BluetoothBroadcastDialog extends InstrumentedDialogFragment {
|
||||
});
|
||||
|
||||
mAlertDialog = new AlertDialog.Builder(mContext,
|
||||
com.android.settingslib.widget.R.style.Theme_AlertDialog_SettingsLib)
|
||||
com.android.settingslib.widget.theme.R.style.Theme_AlertDialog_SettingsLib)
|
||||
.setView(layout)
|
||||
.create();
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ class BluetoothBroadcastSourcePreference extends Preference {
|
||||
@Override
|
||||
public void onBindViewHolder(final PreferenceViewHolder view) {
|
||||
super.onBindViewHolder(view);
|
||||
view.findViewById(com.android.settingslib.widget.R.id.two_target_divider)
|
||||
view.findViewById(com.android.settingslib.widget.preference.twotarget.R.id.two_target_divider)
|
||||
.setVisibility(View.INVISIBLE);
|
||||
final ImageButton imageButton =
|
||||
(ImageButton) view.findViewById(com.android.settingslib.R.id.icon_button);
|
||||
|
||||
Reference in New Issue
Block a user