Merge "Add padding so text doesn't go to edge"

This commit is contained in:
TreeHugger Robot
2020-07-16 01:26:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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"