Unbreak weird switch items thing

This commit is contained in:
LucasGGamerM 2023-02-02 15:13:20 -03:00
parent 0fcaa08ed0
commit 5df8318200
1 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,7 @@
android:id="@+id/icon"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="16dp"
android:layout_marginEnd="32dp"
android:layout_marginHorizontal="16dp"
android:importantForAccessibility="no"
android:tint="?android:textColorPrimary"
tools:src="@drawable/ic_fluent_star_24_regular"/>
@ -23,6 +22,7 @@
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"