day2_commit_1.4_strings

This commit is contained in:
EgorVorobev 2025-02-19 10:45:18 +03:00
parent 265eb29b99
commit 1afc51cab6
2 changed files with 13 additions and 9 deletions

View File

@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:padding="16dp"> xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical"
android:gravity="center"
android:padding="16dp"
android:background="@android:color/white">
<!-- Поле для ФИО --> <!-- Поле для ФИО -->
<TextView <TextView
android:id="@+id/fullname" android:id="@+id/fullname"
@ -13,7 +13,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="Имя Фамилия" android:text="Имя Фамилия"
android:textSize="18sp" android:textSize="18sp"
android:visibility="gone" /> android:visibility="visible" />
<!-- Фото пользователя --> <!-- Фото пользователя -->
<ImageView <ImageView
@ -52,7 +52,11 @@
android:id="@+id/refresh" android:id="@+id/refresh"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/refresh" /> android:backgroundTint="@color/colorPrimary"
android:text="@string/refresh"
android:textColor="@android:color/white"
android:padding="12dp"
android:layout_marginBottom="16dp"/>
<Button <Button
android:id="@+id/scan" android:id="@+id/scan"