Merge "Add padding so text doesn't go to edge"
This commit is contained in:
committed by
Android (Google) Code Review
commit
0829cea2bb
@@ -54,7 +54,8 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:paddingTop="16dp"
|
||||
android:paddingBottom="16dp">
|
||||
android:paddingBottom="16dp"
|
||||
android:paddingEnd="16dp">
|
||||
|
||||
<TextView
|
||||
android:id="@android:id/title"
|
||||
|
||||
Reference in New Issue
Block a user