Fix layout for time zone picker
Change-Id: I2f1dedac7d747901978ef5d4a1a58bae2fa02921 Fix: 35856915 Test: make RunSettingsRoboTests
This commit is contained in:
@@ -302,13 +302,6 @@ public final class Utils extends com.android.settingslib.Utils {
|
||||
return formatPercentage(getBatteryLevel(batteryChangedIntent));
|
||||
}
|
||||
|
||||
public static void forcePrepareCustomPreferencesList(
|
||||
ViewGroup parent, View child, ListView list, boolean ignoreSidePadding) {
|
||||
list.setScrollBarStyle(View.SCROLLBARS_OUTSIDE_OVERLAY);
|
||||
list.setClipToPadding(false);
|
||||
prepareCustomPreferencesList(parent, child, list, ignoreSidePadding);
|
||||
}
|
||||
|
||||
/**
|
||||
* Prepare a custom preferences layout, moving padding to {@link ListView}
|
||||
* when outside scrollbars are requested. Usually used to display
|
||||
|
Reference in New Issue
Block a user