We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 161d8c2 commit 34ba15bCopy full SHA for 34ba15b
app/src/main/res/layout/activity_create_config.xml
@@ -83,7 +83,7 @@
83
android:layout_width="@dimen/width_zero"
84
android:layout_height="wrap_content"
85
android:layout_gravity="center"
86
- android:layout_weight="@dimen/weight_three"
+ android:layout_weight="@dimen/weight_four"
87
android:hint="@string/time_interval_hint"
88
android:imeOptions="actionDone"
89
android:inputType="number"
@@ -94,7 +94,7 @@
94
95
96
97
- android:layout_weight="@dimen/weight_one" />
+ android:layout_weight="@dimen/weight_three" />
98
</LinearLayout>
99
</androidx.cardview.widget.CardView>
100
0 commit comments