summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Matt Pietal <mpietal@google.com> 2019-04-29 14:28:35 -0400
committer Matt Pietal <mpietal@google.com> 2019-04-29 14:28:35 -0400
commite28604cbce878de5d038c5c43d0716dd812f1ce9 (patch)
tree2f277067b664cc75cf3b15df72a3802fb8c17641
parent46669aa717754cfd125da043eac71a9332ad5658 (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.xml2
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"