Merge "Fix PrefCategory layout to align text with actionbar title" into oc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
2dbc30dc58
@@ -43,7 +43,7 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:paddingStart="60dp"
|
||||
android:paddingStart="56dp"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:id="@android:id/title"
|
||||
|
@@ -119,7 +119,7 @@
|
||||
<ListPreference
|
||||
android:key="theme"
|
||||
android:title="@string/device_theme"
|
||||
android:summary="%s" />
|
||||
android:summary="@string/summary_placeholder" />
|
||||
|
||||
<Preference
|
||||
android:key="vr_display_pref"
|
||||
|
Reference in New Issue
Block a user