chore: code refactor

This commit is contained in:
rebelonion 2024-02-06 02:16:10 -06:00
parent 8d7b86a667
commit a2e44da99d
334 changed files with 3550 additions and 3092 deletions

View file

@ -47,8 +47,8 @@
android:layout_marginStart="16dp"
android:layout_marginTop="16dp"
android:layout_marginEnd="16dp"
android:fontFamily="@font/poppins_bold"
android:buttonTint="?attr/colorPrimary"
android:fontFamily="@font/poppins_bold"
android:visibility="gone"
tools:visibility="visible" />
@ -70,9 +70,9 @@
android:insetBottom="0dp"
android:padding="8dp"
android:textSize="16sp"
app:strokeColor="?attr/colorPrimaryContainer"
android:visibility="gone"
app:cornerRadius="16dp"
app:strokeColor="?attr/colorPrimaryContainer"
tools:ignore="SpeakableTextPresentCheck"
tools:visibility="visible" />
@ -88,9 +88,9 @@
android:insetBottom="0dp"
android:padding="8dp"
android:textSize="16sp"
app:strokeColor="?attr/colorPrimaryContainer"
android:visibility="gone"
app:cornerRadius="16dp"
app:strokeColor="?attr/colorPrimaryContainer"
tools:ignore="SpeakableTextPresentCheck"
tools:visibility="visible" />
</LinearLayout>