day2_commit_7.1_gone_buttons
This commit is contained in:
parent
52194be6e2
commit
5323532ad1
@ -14,7 +14,7 @@
|
||||
android:text="Имя Фамилия"
|
||||
android:textSize="18sp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Фото пользователя. -->
|
||||
<ImageView
|
||||
@ -24,7 +24,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:contentDescription="@string/photo_description"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Поле для должности -->
|
||||
<TextView
|
||||
@ -33,7 +33,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Должность"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Поле для даты последнего входа -->
|
||||
<TextView
|
||||
@ -42,7 +42,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="2024-02-31 08:31"
|
||||
android:layout_marginBottom="75dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Кнопка -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user