Clean up post-AOD layout pipeline
This commit is contained in:
@@ -317,18 +317,10 @@
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/chip_middle_auto_nearest"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:text="@string/layout_middle_auto_nearest" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/chip_middle_side_prompt"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/layout_middle_side_prompt"
|
||||
android:textAppearance="?attr/textAppearanceBody2" />
|
||||
|
||||
@@ -546,18 +538,10 @@
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/notif_middle_auto_nearest"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:text="@string/layout_middle_auto_nearest" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/notif_middle_side_prompt"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/layout_middle_side_prompt"
|
||||
android:textAppearance="?attr/textAppearanceBody2" />
|
||||
|
||||
@@ -775,18 +759,10 @@
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
||||
<CheckBox
|
||||
android:id="@+id/status_middle_auto_nearest"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:checked="true"
|
||||
android:text="@string/layout_middle_auto_nearest" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/status_middle_side_prompt"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="@string/layout_middle_side_prompt"
|
||||
android:textAppearance="?attr/textAppearanceBody2" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user