We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43b2537 commit cf117ddCopy full SHA for cf117dd
Android/doraemonkit/src/main/res/layout/dk_item_network_list.xml
@@ -12,6 +12,7 @@
12
android:textSize="@dimen/dk_font_size_10"
13
android:singleLine="true"
14
app:layout_constraintBottom_toTopOf="@+id/network_list_method"
15
+ app:layout_constraintStart_toStartOf="parent"
16
app:layout_constraintTop_toTopOf="parent"
17
app:layout_constraintVertical_chainStyle="packed"/>
18
@@ -62,4 +63,4 @@
62
63
64
app:layout_constraintVertical_bias="0.5"/>
65
-</android.support.constraint.ConstraintLayout>
66
+</android.support.constraint.ConstraintLayout>
0 commit comments