summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPranav Vashi <neobuddy89@gmail.com>2022-08-09 23:49:03 +0530
committerSemavi Ulusoy <doc.divxm@gmail.com>2023-04-11 23:30:41 +0300
commitb2d9a4961b3804f79c151630421d480846fd0176 (patch)
treed1a79eef470dddd2f9167ca567cd234b5ffb06aa
parent6226f9acb4930caedb42487337823cafee7d5725 (diff)
ThemePicker: Remove beta tag for themed icons
Change-Id: I2312699e5ade72f995bf2bcdba9aff4709b2fc2a Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: AnierinB <anierin@evolution-x.org>
-rw-r--r--res/layout/themed_icon_section_view.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/layout/themed_icon_section_view.xml b/res/layout/themed_icon_section_view.xml
index 95be2077..2ca84a92 100644
--- a/res/layout/themed_icon_section_view.xml
+++ b/res/layout/themed_icon_section_view.xml
@@ -51,18 +51,4 @@
</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>