Use uniform font size for APNs and timezones. DO NOT MERGE.

Also get rid of some orange highlight!

Bug: 7632945
Change-Id: I6a4b59f4eef81b128d128f5a429fb96f6366843a
This commit is contained in:
Jeff Sharkey
2012-11-28 17:41:16 -08:00
parent c2b43dbee8
commit 4166ec39ec
2 changed files with 10 additions and 11 deletions

View File

@@ -81,7 +81,7 @@ public class ZonePicker extends ListFragment {
public static SimpleAdapter constructTimezoneAdapter(Context context,
boolean sortedByName) {
return constructTimezoneAdapter(context, sortedByName,
android.R.layout.simple_list_item_2);
R.layout.date_time_setup_custom_list_item_2);
}
/**