code: Modification Admin Screen
This commit is contained in:
parent
65ad9a73ec
commit
600f21498c
@ -71,17 +71,17 @@
|
||||
android:hint="@string/loginText"
|
||||
app:boxStrokeColor="@color/beige"
|
||||
app:boxStrokeWidth="0dp"
|
||||
app:layout_constraintBottom_toTopOf="@+id/line"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/text_for"
|
||||
>
|
||||
app:layout_constraintTop_toBottomOf="@+id/text_for">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
android:id="@+id/username"
|
||||
android:layout_width="match_parent"
|
||||
android:imeOptions="flagNoExtractUi"
|
||||
android:layout_height="wrap_content"
|
||||
android:background="@drawable/button_beigestroke_whitefill" />
|
||||
android:background="@drawable/button_beigestroke_whitefill"
|
||||
android:imeOptions="flagNoExtractUi" />
|
||||
|
||||
</com.google.android.material.textfield.TextInputLayout>
|
||||
|
||||
@ -89,11 +89,10 @@
|
||||
android:id="@+id/line"
|
||||
android:layout_width="320dp"
|
||||
android:layout_height="10dp"
|
||||
android:layout_marginBottom="10dp"
|
||||
android:background="@drawable/ic_line"
|
||||
app:layout_constraintTop_toBottomOf="@+id/guideline2"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent" />
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="@+id/guideline2" />
|
||||
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
Loading…
x
Reference in New Issue
Block a user