mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Merge pull request #9087 from nextcloud/circularSearchBar
Make search bar fully circular rounded
This commit is contained in:
commit
2ceb34ae97
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@
|
||||||
android:layout_marginBottom="4dp"
|
android:layout_marginBottom="4dp"
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
app:background="@color/appbar"
|
app:background="@color/appbar"
|
||||||
app:cardCornerRadius="8dp"
|
app:cardCornerRadius="25dp"
|
||||||
app:cardElevation="2dp"
|
app:cardElevation="2dp"
|
||||||
app:strokeWidth="0dp"
|
app:strokeWidth="0dp"
|
||||||
tools:visibility="visible">
|
tools:visibility="visible">
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
android:id="@+id/search_text"
|
android:id="@+id/search_text"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="48dp"
|
android:layout_height="48dp"
|
||||||
android:layout_marginStart="13dp"
|
android:layout_marginStart="7dp"
|
||||||
android:layout_marginEnd="18dp"
|
android:layout_marginEnd="18dp"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
android:gravity="start|center_vertical"
|
android:gravity="start|center_vertical"
|
||||||
|
|
Loading…
Reference in a new issue