diff options
| author | 2019-04-29 14:28:35 -0400 | |
|---|---|---|
| committer | 2019-04-29 14:28:35 -0400 | |
| commit | e28604cbce878de5d038c5c43d0716dd812f1ce9 (patch) | |
| tree | 2f277067b664cc75cf3b15df72a3802fb8c17641 | |
| parent | 46669aa717754cfd125da043eac71a9332ad5658 (diff) | |
Sharesheet - Fix profile switch ripple
Changing to Button from TextView fixes strange padding and ripple
Bug: 129979581
Test: Visual inspection
Change-Id: Ia06a3abb459b45f13c6e57c515e22415a772e71d
| -rw-r--r-- | core/res/res/layout/chooser_profile_row.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/layout/chooser_profile_row.xml b/core/res/res/layout/chooser_profile_row.xml index 1a24a073a122..fe4f9496be30 100644 --- a/core/res/res/layout/chooser_profile_row.xml +++ b/core/res/res/layout/chooser_profile_row.xml @@ -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" |