mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 16:57:50 +00:00
Fix GlobalSearchInputLayout
This commit is contained in:
parent
f0e09b5607
commit
74d2dc02ae
@ -2,5 +2,5 @@
|
||||
<shape android:shape="rectangle"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<solid android:color="?searchBackgroundColor"/>
|
||||
<corners android:radius="32dp"/>
|
||||
<corners android:radius="7dp"/>
|
||||
</shape>
|
@ -15,11 +15,13 @@
|
||||
app:layout_constraintEnd_toStartOf="@+id/search_cancel"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:minHeight="40dp"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:src="@drawable/ic_baseline_search_24"
|
||||
android:scaleType="centerInside"
|
||||
app:tint="?searchIconColor"
|
||||
@ -42,8 +44,8 @@
|
||||
android:background="?selectableItemBackgroundBorderless"
|
||||
android:src="@drawable/ic_close_white_18dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="16dp"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
app:tint="?searchIconColor" />
|
||||
</LinearLayout>
|
||||
<Button
|
||||
|
Loading…
x
Reference in New Issue
Block a user