Add space around the data usage warning spinner.
Use a custom item layout for the data usage warning unit selection spinner to make the touch target bigger. Change-Id: I2d73dc3ab4c99cea8f8c791c8c1346240456d6aa Fixes: 66414539 Test: visual
This commit is contained in:
@@ -264,7 +264,7 @@ public class BillingCycleSettings extends DataUsageBase implements
|
||||
formatter.getUnitDisplayName(MeasureUnit.GIGABYTE)
|
||||
};
|
||||
final ArrayAdapter<String> adapter = new ArrayAdapter<String>(
|
||||
getContext(), android.R.layout.simple_spinner_item, unitNames);
|
||||
getContext(), R.layout.data_usage_spinner_item, unitNames);
|
||||
type.setAdapter(adapter);
|
||||
|
||||
if (bytes > 1.5f * GB_IN_BYTES) {
|
||||
|
Reference in New Issue
Block a user