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:
@@ -23,15 +23,14 @@
|
|||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:id="@+android:id/text_layout"
|
android:id="@+android:id/text_layout"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="0dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginStart="16sp"
|
android:paddingStart="8dip"
|
||||||
android:layout_marginEnd="6sp"
|
android:paddingEnd="8dip"
|
||||||
android:layout_marginTop="6sp"
|
android:gravity="center_vertical"
|
||||||
android:layout_marginBottom="6sp"
|
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:background="@android:drawable/menuitem_background">
|
android:background="?android:attr/selectableItemBackground">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+android:id/title"
|
android:id="@+android:id/title"
|
||||||
@@ -39,7 +38,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
android:singleLine="true"
|
android:singleLine="true"
|
||||||
android:textAppearance="?android:attr/textAppearanceLarge" />
|
android:textAppearance="?android:attr/textAppearanceMedium" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+android:id/summary"
|
android:id="@+android:id/summary"
|
||||||
@@ -57,8 +56,8 @@
|
|||||||
android:id="@+android:id/apn_radiobutton"
|
android:id="@+android:id/apn_radiobutton"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="4dip"
|
android:layout_marginStart="8dip"
|
||||||
android:layout_marginEnd="4dip"
|
android:layout_marginEnd="8dip"
|
||||||
android:layout_gravity="center_vertical"
|
android:layout_gravity="center_vertical"
|
||||||
android:clickable="true" />
|
android:clickable="true" />
|
||||||
|
|
||||||
|
@@ -81,7 +81,7 @@ public class ZonePicker extends ListFragment {
|
|||||||
public static SimpleAdapter constructTimezoneAdapter(Context context,
|
public static SimpleAdapter constructTimezoneAdapter(Context context,
|
||||||
boolean sortedByName) {
|
boolean sortedByName) {
|
||||||
return constructTimezoneAdapter(context, sortedByName,
|
return constructTimezoneAdapter(context, sortedByName,
|
||||||
android.R.layout.simple_list_item_2);
|
R.layout.date_time_setup_custom_list_item_2);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user