|
|
@ -70,9 +70,10 @@ |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
<com.google.android.material.card.MaterialCardView |
|
|
android:id="@+id/search_background" |
|
|
android:id="@+id/search_background" |
|
|
style="?attr/materialCardViewFilledStyle" |
|
|
style="?attr/materialCardViewFilledStyle" |
|
|
android:layout_width="wrap_content" |
|
|
|
|
|
|
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="48dp" |
|
|
android:layout_height="48dp" |
|
|
android:layout_marginStart="16dp" |
|
|
android:layout_marginStart="16dp" |
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
android:layout_marginTop="12dp" |
|
|
android:layout_marginTop="12dp" |
|
|
app:cardCornerRadius="24dp"> |
|
|
app:cardCornerRadius="24dp"> |
|
|
|
|
|
|
|
|
@ -81,7 +82,7 @@ |
|
|
android:layout_width="match_parent" |
|
|
android:layout_width="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_height="match_parent" |
|
|
android:layout_marginStart="16dp" |
|
|
android:layout_marginStart="16dp" |
|
|
android:layout_marginEnd="48dp" |
|
|
|
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
android:orientation="horizontal"> |
|
|
android:orientation="horizontal"> |
|
|
|
|
|
|
|
|
<ImageView |
|
|
<ImageView |
|
|
@ -109,22 +110,27 @@ |
|
|
android:layout_width="24dp" |
|
|
android:layout_width="24dp" |
|
|
android:layout_height="24dp" |
|
|
android:layout_height="24dp" |
|
|
android:layout_gravity="center_vertical|end" |
|
|
android:layout_gravity="center_vertical|end" |
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
|
|
|
|
android:layout_marginEnd="48dp" |
|
|
android:background="?attr/selectableItemBackground" |
|
|
android:background="?attr/selectableItemBackground" |
|
|
android:src="@drawable/ic_clear" |
|
|
android:src="@drawable/ic_clear" |
|
|
android:visibility="invisible" |
|
|
android:visibility="invisible" |
|
|
app:tint="?attr/colorOnSurfaceVariant" |
|
|
app:tint="?attr/colorOnSurfaceVariant" |
|
|
tools:visibility="visible" /> |
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
|
|
|
<ImageView |
|
|
|
|
|
android:id="@+id/btn_submit" |
|
|
|
|
|
android:layout_width="24dp" |
|
|
|
|
|
android:layout_height="24dp" |
|
|
|
|
|
android:layout_gravity="center_vertical|end" |
|
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
|
android:background="?attr/selectableItemBackground" |
|
|
|
|
|
android:src="@drawable/ic_send" |
|
|
|
|
|
android:contentDescription="@string/submit" |
|
|
|
|
|
app:tint="?attr/colorOnSurfaceVariant" |
|
|
|
|
|
tools:visibility="visible" /> |
|
|
|
|
|
|
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
</com.google.android.material.card.MaterialCardView> |
|
|
|
|
|
|
|
|
<com.google.android.material.button.MaterialButton |
|
|
|
|
|
android:id="@+id/btn_submit" |
|
|
|
|
|
style="@style/Widget.Material3.Button.ElevatedButton" |
|
|
|
|
|
android:layout_width="110dp" |
|
|
|
|
|
android:layout_height="48dp" |
|
|
|
|
|
android:layout_marginTop="12dp" |
|
|
|
|
|
android:text="@string/submit" /> |
|
|
|
|
|
</LinearLayout> |
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|