day2_commit_8.2_fixed_buttons2_added_RV_test
This commit is contained in:
parent
c5fd7ffe21
commit
b1d2318d08
@ -15,7 +15,7 @@
|
||||
android:text="Имя Фамилия"
|
||||
android:textSize="18sp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Фото пользователя. -->
|
||||
<ImageView
|
||||
@ -25,7 +25,7 @@
|
||||
android:layout_gravity="center"
|
||||
android:contentDescription="@string/photo_description"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Поле для должности -->
|
||||
<TextView
|
||||
@ -34,7 +34,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="Должность"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Поле для даты последнего входа -->
|
||||
<TextView
|
||||
@ -43,7 +43,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="2024-02-31 08:31"
|
||||
android:layout_marginBottom="75dp"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- Кнопка обновления -->
|
||||
<Button
|
||||
@ -63,7 +63,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:text="@string/error_placeholder"
|
||||
android:textColor="@android:color/holo_red_dark"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<!-- RecyclerView для списка проходов -->
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
@ -82,7 +82,7 @@
|
||||
android:layout_marginBottom="12dp"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColor="@android:color/white"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
|
||||
<Button
|
||||
android:id="@+id/logout"
|
||||
@ -92,5 +92,5 @@
|
||||
android:layout_marginBottom="50dp"
|
||||
android:backgroundTint="@color/colorPrimary"
|
||||
android:textColor="@android:color/white"
|
||||
android:visibility="visible" />
|
||||
android:visibility="gone" />
|
||||
</LinearLayout>
|
||||
|
Loading…
x
Reference in New Issue
Block a user