Content descreption fix. Шрифт ошибки во входе
This commit is contained in:
parent
b2b2467542
commit
60a7e7544e
@ -112,6 +112,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="16dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
|
style="@style/Theme.UiTemplate.TextH4"
|
||||||
android:layout_gravity="center"
|
android:layout_gravity="center"
|
||||||
tools:text="Something wrong. Try again" />
|
tools:text="Something wrong. Try again" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
@ -145,7 +145,7 @@
|
|||||||
style="@style/Theme.UiTemplate.FAB.AccentColor"
|
style="@style/Theme.UiTemplate.FAB.AccentColor"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@string/profile_scan_button"
|
android:contentDescription="@string/profile_admin_button"
|
||||||
android:src="@drawable/ic_admin"
|
android:src="@drawable/ic_admin"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintEnd_toStartOf="@+id/scan"
|
app:layout_constraintEnd_toStartOf="@+id/scan"
|
||||||
@ -157,7 +157,7 @@
|
|||||||
style="@style/Theme.UiTemplate.FAB.AccentColor"
|
style="@style/Theme.UiTemplate.FAB.AccentColor"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:contentDescription="@string/profile_scan_button"
|
android:contentDescription="@string/profile_list_button"
|
||||||
android:src="@drawable/icon_list"
|
android:src="@drawable/icon_list"
|
||||||
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
||||||
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
||||||
|
@ -3,4 +3,6 @@
|
|||||||
<string name="profile_refresh_button">Refresh</string>
|
<string name="profile_refresh_button">Refresh</string>
|
||||||
<string name="profile_scan_button">Scan QR</string>
|
<string name="profile_scan_button">Scan QR</string>
|
||||||
<string name="profile_main_textview">Home</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>
|
</resources>
|
Loading…
x
Reference in New Issue
Block a user