1414 <androidx .constraintlayout.widget.ConstraintLayout
1515 android : layout_width =" match_parent"
1616 android : layout_height =" match_parent"
17- android : layout_margin =" 8dp"
18- android : paddingBottom =" 8dp" >
17+ android : paddingBottom =" 16dp" >
1918
2019 <LinearLayout
2120 android : id =" @+id/connect_icons"
4342 android : layout_marginTop =" 8dp"
4443 android : layout_marginRight =" -8dp"
4544 android : importantForAccessibility =" no"
46- android : src =" @drawable/ic_link" />
45+ android : src =" @drawable/ic_link"
46+ android : elevation =" 1dp" />
4747
4848 <ImageView
4949 android : id =" @+id/connect_connect_icon"
8383 android : layout_height =" wrap_content"
8484 android : layout_marginTop =" 4dp"
8585 android : importantForAccessibility =" no"
86- android : paddingLeft =" 16dp"
87- android : paddingRight =" 16dp"
86+ android : paddingStart =" 24dp"
8887 android : src =" @drawable/ic_lock"
8988 app : layout_constraintStart_toStartOf =" parent"
9089 app : layout_constraintTop_toTopOf =" @id/connect_secret_key_desc_title"
91- app : tint =" ?colorPrimary" />
90+ app : tint =" ?colorPrimary"
91+ tools : ignore =" RtlSymmetry" />
9292
9393 <TextView
9494 android : id =" @+id/connect_secret_key_desc_title"
9595 android : layout_width =" 0dp"
9696 android : layout_height =" wrap_content"
9797 android : layout_marginTop =" 16dp"
98- android : layout_marginRight =" 16dp"
98+ android : layout_marginHorizontal =" 16dp"
9999 android : gravity =" top"
100100 android : text =" @string/connect_activity_encryption_desc"
101101 android : textAppearance =" ?textAppearanceBody1"
117117 android : layout_height =" wrap_content"
118118 android : layout_marginTop =" 4dp"
119119 android : importantForAccessibility =" no"
120- android : paddingLeft =" 16dp"
121- android : paddingRight =" 16dp"
120+ android : paddingStart =" 24dp"
122121 android : src =" @drawable/ic_track"
123122 app : layout_constraintStart_toStartOf =" parent"
124123 app : layout_constraintTop_toTopOf =" @id/connect_tracking_desc_title"
125- app : tint =" ?colorPrimary" />
124+ app : tint =" ?colorPrimary"
125+ tools : ignore =" RtlSymmetry" />
126126
127127 <TextView
128128 android : id =" @+id/connect_tracking_desc_title"
129129 android : layout_width =" 0dp"
130130 android : layout_height =" wrap_content"
131131 android : layout_marginTop =" 16dp"
132- android : layout_marginEnd =" 16dp"
132+ android : layout_marginHorizontal =" 16dp"
133133 android : gravity =" top"
134134 android : text =" @string/connect_activity_tracking_desc"
135135 android : textAppearance =" ?textAppearanceBody1"
143143
144144
145145 <com .google.android.material.button.MaterialButton
146- style =" ?blockstackMainButtonStyle"
147146 android : id =" @+id/connect_get_secret_key"
147+ style =" ?blockstackMainButtonStyle"
148148 android : layout_height =" 56dp"
149149 android : layout_marginLeft =" 16dp"
150150 android : layout_marginRight =" 16dp"
156156 android : layout_width =" match_parent"
157157 android : layout_height =" wrap_content"
158158 android : orientation =" horizontal" >
159+
159160 <com .google.android.material.button.MaterialButton
160- style =" ?blockstackBottomButtonStyle"
161161 android : id =" @+id/connect_sign_in"
162+ style =" ?blockstackBottomButtonStyle"
162163 android : layout_height =" wrap_content"
163164 android : layout_width =" match_parent"
164165 android : layout_weight =" 1"
167168 android : text =" @string/connect_dialog_restore" />
168169
169170 <com .google.android.material.button.MaterialButton
170- style =" ?blockstackBottomButtonStyle"
171171 android : id =" @+id/connect_how_it_works"
172+ style =" ?blockstackBottomButtonStyle"
172173 android : layout_height =" wrap_content"
173174 android : layout_width =" match_parent"
174175 android : layout_weight =" 1"
177178 android : text =" @string/connect_dialog_help" />
178179
179180 </LinearLayout >
180-
181- </LinearLayout >
181+ </LinearLayout >
0 commit comments