Skip to content

Commit

Permalink
Merge pull request #1958 from moneymanagerex/google
Browse files Browse the repository at this point in the history
Refine UEX issue reported from Google Play
  • Loading branch information
guanlisheng authored Dec 10, 2024
2 parents 89c48da + d530f02 commit 86a610a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_password.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
android:id="@+id/txtPassword"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="48dp"
android:hint="@string/password_hint"
android:inputType="textPassword" >

<requestFocus />
</com.money.manager.ex.view.RobotoEditText>

Expand Down
5 changes: 3 additions & 2 deletions app/src/main/res/layout/activity_tutorial.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_height="48dp"
android:text="@string/close"
android:id="@+id/skipTextView"
android:textSize="@dimen/mmx_text_view_size_medium"
Expand All @@ -51,7 +51,8 @@
android:layout_alignTop="@+id/indicator_default"
android:layout_alignParentRight="true"
android:layout_alignParentEnd="true"
android:textAllCaps = "true"
android:gravity="center_vertical"
android:textAllCaps="true"
android:textColor="@color/material_white"/>
</RelativeLayout>

Expand Down

0 comments on commit 86a610a

Please sign in to comment.