Merge "Refactor ThemePickerCustomizationOptionBinder (1/2)" into main
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml
index b6e745b..e58517d 100644
--- a/res/layout/themed_icon_section_view.xml
+++ b/res/layout/themed_icon_section_view.xml
@@ -49,5 +49,20 @@
android:minHeight="0dp"
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>