Remove Beta tag from themed icon toggle
Test: Manual
Flag: com.android.launcher3.force_monochrome_app_icons
Change-Id: I0c1ad0089ed77239a2d119dd16268262f58206a4
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml
index 84ef3e8..b6e745b 100644
--- a/res/layout/themed_icon_section_view.xml
+++ b/res/layout/themed_icon_section_view.xml
@@ -50,19 +50,4 @@
style="@style/Switch.SettingsLib"/>
</LinearLayout>
-
- <Space
- android:layout_width="0dp"
- android:layout_height="8dp" />
-
- <TextView
- android:id="@+id/beta_tag"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:paddingHorizontal="8dp"
- android:paddingVertical="4dp"
- android:text="@string/beta_title"
- android:textColor="@color/text_color_on_accent"
- style="@style/BetaTagTextStyle" />
-
</com.android.customization.picker.themedicon.ThemedIconSectionView>