Content descreption fix. Шрифт ошибки во входе

This commit is contained in:
v228a 2025-02-19 17:32:52 +03:00
parent b2b2467542
commit 60a7e7544e
3 changed files with 5 additions and 2 deletions

View File

@ -112,6 +112,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="16dp"
android:visibility="gone"
style="@style/Theme.UiTemplate.TextH4"
android:layout_gravity="center"
tools:text="Something wrong. Try again" />
</LinearLayout>

View File

@ -145,7 +145,7 @@
style="@style/Theme.UiTemplate.FAB.AccentColor"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/profile_scan_button"
android:contentDescription="@string/profile_admin_button"
android:src="@drawable/ic_admin"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/scan"
@ -157,7 +157,7 @@
style="@style/Theme.UiTemplate.FAB.AccentColor"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/profile_scan_button"
android:contentDescription="@string/profile_list_button"
android:src="@drawable/icon_list"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"

View File

@ -3,4 +3,6 @@
<string name="profile_refresh_button">Refresh</string>
<string name="profile_scan_button">Scan QR</string>
<string name="profile_main_textview">Home</string>
<string name="profile_admin_button">Admin panel</string>
<string name="profile_list_button">Entry History</string>
</resources>