Skip to content

Commit

Permalink
delete rate application link as it is not at google play
Browse files Browse the repository at this point in the history
  • Loading branch information
guanlisheng committed Nov 27, 2023
1 parent 523f4e7 commit 7223216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -102,13 +102,15 @@ public void onClick(View v) {
});

// rate application
/*
TextView txtRate = view.findViewById(R.id.textViewLinkRate);
text = "<u>" + txtRate.getText() + "</u>";
txtRate.setText(Html.fromHtml(text));
txtRate.setMovementMethod(LinkMovementMethod.getInstance());
OnClickListenerUrl clickListenerRate = new OnClickListenerUrl();
clickListenerRate.setUrl("http://play.google.com/store/apps/details?id=com.money.manager.ex");
txtRate.setOnClickListener(clickListenerRate);
*/

// application issue tracker
TextView txtIssues = view.findViewById(R.id.textViewIssuesTracker);
Expand Down
8 changes: 0 additions & 8 deletions app/src/main/res/layout/about_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,6 @@
android:layout_marginTop="4dp"
android:text="@string/mmex_website"/>

<com.money.manager.ex.view.RobotoTextView
android:id="@+id/textViewLinkRate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="4dp"
android:text="@string/rate_application"/>

<com.money.manager.ex.view.RobotoTextView
android:id="@+id/textViewLinkFeedback"
android:layout_width="wrap_content"
Expand Down

0 comments on commit 7223216

Please sign in to comment.