Clean up post-AOD layout pipeline

This commit is contained in:
ajp_anton
2026-06-01 01:40:00 +00:00
parent 22dfdf2cb0
commit 9d7cb0b3f9
31 changed files with 1366 additions and 2581 deletions
@@ -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" />
-2
View File
@@ -209,8 +209,6 @@
<string name="clock_position_right">Right</string>
<string name="clock_position_middle">Middle</string>
<string name="clock_vertical_offset_label">Vertical position</string>
<string name="clock_middle_auto_nearest">If Middle overlaps the cutout, move it to the nearest side.</string>
<string name="clock_middle_cutout_prompt">Else, or if the overlap is centred, move clock to:</string>
<string name="clock_middle_side_left">Left side</string>
<string name="clock_middle_side_right">Right side</string>
<string name="clock_custom_format_title">Custom format</string>