Fixes #16271 - Fixes ripple being cut-off in Saved logins sort toolbar

This commit is contained in:
Suraj Shah 2020-11-25 19:22:21 +05:30
parent 2d652acbf2
commit 7b5150b3bc
No known key found for this signature in database
GPG Key ID: 52690589CBAEF6AE
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/sort_logins_menu_root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?android:attr/selectableItemBackgroundBorderless">
android:layout_height="?actionBarSize"
android:background="?android:attr/selectableItemBackground">
<TextView
android:id="@+id/toolbar_title"