mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-23 05:25:31 +03:00
Merge pull request #1621 from nextcloud/feature/noid/roundSearch
Make search bar fully circular rounded
This commit is contained in:
commit
5cd1b7fa7c
2 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="1dp"
|
||||
android:visibility="gone"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardCornerRadius="25dp"
|
||||
app:cardElevation="2dp"
|
||||
app:strokeWidth="0dp"
|
||||
tools:visibility="visible">
|
||||
|
@ -77,7 +77,7 @@
|
|||
android:id="@+id/search_text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="start|center_vertical"
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="1dp"
|
||||
android:visibility="gone"
|
||||
app:cardCornerRadius="8dp"
|
||||
app:cardCornerRadius="25dp"
|
||||
app:cardElevation="2dp"
|
||||
app:strokeWidth="0dp"
|
||||
tools:visibility="visible">
|
||||
|
@ -65,7 +65,7 @@
|
|||
android:id="@+id/search_text"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:layout_marginStart="20dp"
|
||||
android:layout_marginEnd="18dp"
|
||||
android:ellipsize="end"
|
||||
android:gravity="start|center_vertical"
|
||||
|
|
Loading…
Reference in a new issue