redesigns
This commit is contained in:
parent
d0afa9ef11
commit
5449e882f7
@ -46,6 +46,8 @@
|
||||
android:textSize="16sp"
|
||||
android:layout_margin="10dp"
|
||||
android:textColor="@color/white"
|
||||
app:strokeWidth="1dp"
|
||||
|
||||
app:cornerRadius="8dp"
|
||||
app:backgroundTint="@color/primary"
|
||||
app:rippleColor="@color/white"
|
||||
@ -62,6 +64,8 @@
|
||||
app:helperTextTextColor="?attr/colorOnBackground"
|
||||
app:hintTextColor="?attr/colorOnBackground"
|
||||
app:layout_constraintBottom_toTopOf="@+id/button_search"
|
||||
|
||||
android:layout_margin="15dp"
|
||||
tools:ignore="MissingConstraints">
|
||||
|
||||
<com.google.android.material.textfield.TextInputEditText
|
||||
|
@ -20,6 +20,7 @@
|
||||
android:id="@+id/back_to_search"
|
||||
android:layout_width="50dp"
|
||||
android:padding="10dp"
|
||||
|
||||
android:layout_marginTop="10dp"
|
||||
|
||||
android:src="@drawable/ic_back"
|
||||
|
Loading…
x
Reference in New Issue
Block a user