add rounded corners at the Favorites placeholder button
This commit is contained in:
parent
99904832fd
commit
83c25ddc7c
|
@ -38,7 +38,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_below="@+id/manage_favorites_placeholder"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:background="?attr/selectableItemBackground"
|
||||
android:background="@drawable/ripple_all_corners"
|
||||
android:gravity="center"
|
||||
android:padding="@dimen/normal_margin"
|
||||
android:text="@string/add_favorites"
|
||||
|
|
Loading…
Reference in New Issue