Repair design
This commit is contained in:
parent
db3f4a954c
commit
f0dc0b4b4c
@ -64,7 +64,7 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
|
||||
<FrameLayout
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
@ -175,7 +175,7 @@
|
||||
app:backgroundTint="@color/primary"
|
||||
app:rippleColor="@color/white"/>
|
||||
<com.google.android.material.button.MaterialButton
|
||||
android:id="@+id/сhange_rights"
|
||||
android:id="@+id/change_rights"
|
||||
android:layout_margin="16dp"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@ -205,7 +205,7 @@
|
||||
android:layout_weight="1"
|
||||
tools:listitem="@layout/item_scanner_view"
|
||||
android:padding="16dp" />
|
||||
</FrameLayout>
|
||||
</LinearLayout>
|
||||
</LinearLayout>
|
||||
|
||||
<com.google.android.material.bottomnavigation.BottomNavigationView
|
||||
|
@ -24,7 +24,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="?attr/colorOnBackground"
|
||||
android:textColor="@color/black"
|
||||
android:textAlignment="center"
|
||||
android:text="Время и дата сканирования: 17.02.2021 12:34" />
|
||||
|
||||
@ -33,7 +33,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="?attr/colorOnBackground"
|
||||
android:textColor="@color/black"
|
||||
android:textAlignment="center"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Считыватель: ID_12345" />
|
||||
@ -44,7 +44,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:textSize="16sp"
|
||||
android:textColor="?attr/colorOnBackground"
|
||||
android:textColor="@color/black"
|
||||
android:textAlignment="center"
|
||||
android:layout_marginTop="8dp"
|
||||
android:text="Тип прохода: Карта" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user