Skip to content

Commit 76b9dd8

Browse files
committed
Checkmark popup: Minor changes to layout
1 parent cc720e3 commit 76b9dd8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

uhabits-android/src/main/res/layout/checkmark_popup.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,18 @@
8686
android:id="@+id/value"
8787
android:layout_width="0dp"
8888
android:layout_height="match_parent"
89-
android:layout_weight="1"
89+
android:layout_weight="2"
9090
android:background="@color/transparent"
9191
android:inputType="numberDecimal"
9292
android:selectAllOnFocus="true"
9393
android:textAlignment="center"
9494
android:textSize="@dimen/smallTextSize" />
9595

96+
<TextView
97+
android:id="@+id/saveBtn"
98+
style="@style/NumericalPopupBtn"
99+
android:text="@string/save" />
100+
96101
<TextView
97102
android:id="@+id/skipBtnNumber"
98103
style="@style/NumericalPopupBtn"
@@ -102,10 +107,5 @@
102107
android:id="@+id/unknownBtnNumber"
103108
style="@style/CheckmarkPopupBtn"
104109
android:text="@string/fa_question" />
105-
106-
<TextView
107-
android:id="@+id/saveBtn"
108-
style="@style/NumericalPopupBtn"
109-
android:text="@string/save" />
110110
</androidx.appcompat.widget.LinearLayoutCompat>
111111
</androidx.appcompat.widget.LinearLayoutCompat>

0 commit comments

Comments
 (0)