Skip to content

Commit

Permalink
Merge pull request nextcloud#9087 from nextcloud/circularSearchBar
Browse files Browse the repository at this point in the history
Make search bar fully circular rounded
  • Loading branch information
tobiasKaminsky authored Oct 21, 2021
2 parents 150cb04 + b96b2f2 commit 2ceb34a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/layout/toolbar_standard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand All @@ -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"
Expand Down

0 comments on commit 2ceb34a

Please sign in to comment.