Revert "implement pre-release toggle"

This reverts commit 430dd616
This commit is contained in:
LucasGGamerM
2023-02-02 15:05:18 -03:00
parent 2c8ecbd996
commit 2ce3167db0
3 changed files with 52 additions and 63 deletions

View File

@@ -12,7 +12,8 @@
android:id="@+id/icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginHorizontal="16dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="32dp"
android:importantForAccessibility="no"
android:tint="?android:textColorPrimary"
tools:src="@drawable/ic_fluent_star_24_regular"/>
@@ -22,7 +23,6 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginStart="16dp"
android:paddingVertical="8dp"
android:textSize="16sp"
android:textColor="?android:textColorPrimary"