Sharesheet - Fix profile switch ripple
Changing to Button from TextView fixes strange padding and ripple Bug: 129979581 Test: Visual inspection Change-Id: Ia06a3abb459b45f13c6e57c515e22415a772e71d
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center">
|
||||
<TextView
|
||||
<Button
|
||||
android:id="@+id/profile_button"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="48dp"
|
||||
|
||||
Reference in New Issue
Block a user