Align text for conditions with text for other tiles.
Bug: 29107343 Text should be 72dp from left of screen, not 76dp. Change-Id: I86cb015ed2e574c3f16fb642d7c3653a6f2a017f
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
android:id="@android:id/icon"
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="36dp"
|
||||
android:layout_marginEnd="32dp"
|
||||
android:tint="?android:attr/textColorPrimaryInverse" />
|
||||
|
||||
<TextView
|
||||
@@ -69,7 +69,7 @@
|
||||
android:id="@+id/detail_group"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="0dp"
|
||||
android:paddingStart="60dp"
|
||||
android:paddingStart="56dp"
|
||||
android:visibility="gone"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
Reference in New Issue
Block a user