Migrate attribute sudMarginSides into sudMarginStart and sudMarginEnd for settings
The attribute sudMarginSides would be removed, after it splits to sudMarginStart and sudMarginEnd. Bug: 173747770 Bug: 173752328 Test: atest & manual test Change-Id: If2d72aa5d6ab75a4386d3c09f5a649e20bc59b1b
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="@dimen/sud_glif_margin_sides"
|
||||
android:layout_marginStart="@dimen/sud_glif_margin_start"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
@@ -108,7 +108,7 @@
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:layout_marginStart="@dimen/sud_glif_margin_sides"
|
||||
android:layout_marginStart="@dimen/sud_glif_margin_start"
|
||||
android:orientation="vertical">
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
|
||||
Reference in New Issue
Block a user