Remove beta tag in new customization picker
Test: Manual
Bug: 391607852
Flag: com.android.launcher3.force_monochrome_app_icons
Change-Id: I9260fb9d29bf1c9be60a28cc4591954df3c8b753
diff --git a/res/layout/customization_option_entry_themed_icons.xml b/res/layout/customization_option_entry_themed_icons.xml
index d10f9e9..cf46f7e 100644
--- a/res/layout/customization_option_entry_themed_icons.xml
+++ b/res/layout/customization_option_entry_themed_icons.xml
@@ -33,21 +33,8 @@
android:layout_marginEnd="@dimen/customization_option_entry_text_margin_end"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintEnd_toStartOf="@+id/option_entry_switch"
- app:layout_constraintBottom_toTopOf="@+id/option_entry_description"
app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintVertical_chainStyle="packed" />
-
- <TextView
- android:id="@+id/option_entry_description"
- style="@style/CustomizationOptionEntrySubtitleTextStyle"
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_marginEnd="@dimen/customization_option_entry_text_margin_end"
- android:text="@string/beta_title"
- app:layout_constraintBottom_toBottomOf="parent"
- app:layout_constraintEnd_toStartOf="@+id/option_entry_switch"
- app:layout_constraintStart_toStartOf="parent"
- app:layout_constraintTop_toBottomOf="@+id/option_entry_title" />
+ app:layout_constraintBottom_toBottomOf="parent" />
<com.google.android.material.materialswitch.MaterialSwitch
android:id="@+id/option_entry_switch"