mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 12:45:32 +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:visibility="gone"
|
||||
app:background="@color/appbar"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardCornerRadius="25dp"
|
||||
app:cardElevation="2dp"
|
||||
app:strokeWidth="0dp"
|
||||
tools:visibility="visible">
|
||||
|
@ -163,7 +163,7 @@
|
|||
android:id="@+id/search_text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:layout_marginStart="7dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="start|center_vertical"
|
||||
|
|
Loading…
Reference in a new issue