Дополнение верстки админа
This commit is contained in:
parent
7596e22de5
commit
c35d55ab90
@ -76,6 +76,73 @@
|
||||
app:layout_constraintLeft_toRightOf="@+id/guideline_left"
|
||||
app:layout_constraintRight_toLeftOf="@+id/guideline_right">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal"
|
||||
android:layout_marginBottom="24dp"
|
||||
android:paddingHorizontal="12dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/avatar"
|
||||
android:layout_width="48dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="start"
|
||||
android:background="@android:color/transparent"
|
||||
android:importantForAccessibility="no"
|
||||
app:srcCompat="@drawable/avatar_alt"
|
||||
tools:ignore="ImageContrastCheck" />
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical"
|
||||
android:layout_marginStart="16dp"
|
||||
android:layout_weight="1"
|
||||
android:layout_gravity="center_vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/visit_reader_id"
|
||||
style="@style/font_medium"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="4dp"
|
||||
android:textSize="12sp"
|
||||
android:singleLine="true"
|
||||
tools:text="Артемий ФИО"/>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/уь_direction"
|
||||
style="@style/secondary_text_color"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="12sp"
|
||||
android:singleLine="true"
|
||||
tools:text="Вход"/>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
<Button
|
||||
android:id="@+id/block_btn"
|
||||
android:layout_width="116dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="16dp"
|
||||
android:backgroundTint="@color/accent_color"
|
||||
android:text="@string/block_btn"
|
||||
android:textAllCaps="false"
|
||||
android:fontFamily="@font/montserrat_medium"
|
||||
android:textColor="@color/white"
|
||||
android:textSize="8sp"
|
||||
android:singleLine="true"
|
||||
app:cornerRadius="16dp"
|
||||
tools:ignore="SmallSp" />
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/content"
|
||||
android:layout_width="match_parent"
|
||||
|
@ -10,15 +10,10 @@ tools:context="ru.myitschool.work.ui.login.LoginFragment">
|
||||
android:id="@+id/linearLayout3"
|
||||
android:layout_width="342dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="32dp"
|
||||
android:layout_marginTop="250dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:layout_marginBottom="350dp"
|
||||
android:orientation="vertical"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
app:layout_constraintTop_toTopOf="">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/imageView"
|
||||
|
Loading…
x
Reference in New Issue
Block a user