diff options
| -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" |