Merge "Enlarge height of Edit box in "Profile info" dialog"

This commit is contained in:
TreeHugger Robot
2019-12-27 18:30:35 +00:00
committed by Android (Google) Code Review

View File

@@ -37,6 +37,7 @@
android:layout_gravity="bottom"
android:layout_weight="1"
android:layout_marginStart="6dp"
android:minHeight="@dimen/min_tap_target_size"
android:ellipsize="end"
android:singleLine="true"
android:textAppearance="?android:attr/textAppearanceMedium"