Skip to content

Commit 69e58fe

Browse files
committed
fix security question grammar error, and fragments layout
1 parent fc897be commit 69e58fe

11 files changed

Lines changed: 11 additions & 16 deletions
0 Bytes
Binary file not shown.

app/release/app-release.apk

2.05 MB
Binary file not shown.

app/release/output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1,"versionName":"1.0","enabled":true,"outputFile":"app-release.apk","fullName":"release","baseName":"release"},"path":"app-release.apk","properties":{}}]

app/src/main/res/layout/delete_alert_dialog.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
android:paddingLeft="16dp"
55
android:paddingRight="16dp"
6-
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
6+
xmlns:android="http://schemas.android.com/apk/res/android"
7+
android:layout_width="match_parent"
78
android:layout_height="match_parent"
8-
android:minWidth="@dimen/dialog_min_weight"
9-
android:minHeight="@dimen/dialog_min_height">
9+
android:minWidth="@dimen/dialog_min_weight">
1010

1111
<LinearLayout
1212
android:id="@+id/linearLayout"

app/src/main/res/layout/fragment_category_add.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
android:layout_width="match_parent"
66
android:layout_height="wrap_content"
7-
android:minWidth="@dimen/dialog_min_weight"
8-
android:minHeight="@dimen/dialog_min_height">
7+
android:minWidth="@dimen/dialog_min_weight">
98

109
<LinearLayout
1110
android:padding="5dp"

app/src/main/res/layout/fragment_category_detail.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
android:layout_width="match_parent"
66
android:layout_height="wrap_content"
7-
android:minWidth="@dimen/dialog_min_weight"
8-
android:minHeight="@dimen/dialog_min_height">
7+
android:minWidth="@dimen/dialog_min_weight">
98

109
<LinearLayout
1110
android:padding="5dp"

app/src/main/res/layout/fragment_choosing_security_question.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
66
tools:context=".ChoosingSecurityQuestionFragment"
7-
android:minHeight="@dimen/dialog_min_height"
87
android:padding="8dp"
98
android:minWidth="@dimen/dialog_min_weight">
109

app/src/main/res/layout/fragment_showing_security_question.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55
android:layout_height="match_parent"
66
android:padding="12dp"
77
tools:context=".ShowingSecurityQuestionFragment"
8-
android:minWidth="@dimen/dialog_min_weight"
9-
android:minHeight="@dimen/dialog_min_height">
8+
android:minWidth="@dimen/dialog_min_weight">
109

1110
<LinearLayout
1211
android:layout_width="match_parent"

app/src/main/res/layout/select_payment_date_fragment.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
android:layout_height="match_parent"
66
android:padding="8dp"
77
android:minWidth="@dimen/dialog_min_weight"
8-
android:minHeight="@dimen/dialog_min_height"
98
xmlns:app="http://schemas.android.com/apk/res-auto">
109

1110
<LinearLayout

app/src/main/res/layout/set_default_account.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
android:padding="16dp"
55
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
66
android:layout_height="match_parent"
7-
android:minWidth="@dimen/dialog_min_weight"
8-
android:minHeight="@dimen/dialog_min_height">
7+
android:minWidth="@dimen/dialog_min_weight">
98

109
<LinearLayout
1110
android:id="@+id/linearLayout"

0 commit comments

Comments
 (0)