remove the rating stuff - doing it via discrete app-rate now
This commit is contained in:
parent
7851eb1b24
commit
28b0c2fab1
4 changed files with 0 additions and 19 deletions
Binary file not shown.
Before Width: | Height: | Size: 8.8 KiB |
Binary file not shown.
Before Width: | Height: | Size: 6.8 KiB |
|
@ -37,11 +37,6 @@ public class NavigationFragment extends Fragment {
|
|||
return getString(R.string.market_url, getActivity().getPackageName());
|
||||
}
|
||||
|
||||
@OnClick(R.id.rate)
|
||||
void rateClick() {
|
||||
openURL(getMarketUrl());
|
||||
}
|
||||
|
||||
@OnClick(R.id.community)
|
||||
void community() {
|
||||
openURL("https://plus.google.com/communities/116353894782342292067");
|
||||
|
|
|
@ -59,20 +59,6 @@
|
|||
android:text="@string/nav_more"
|
||||
style="@style/nav_topic" />
|
||||
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/rate"
|
||||
style="@style/nav_btn">
|
||||
|
||||
<ImageView
|
||||
android:src="@drawable/market_icon"
|
||||
style="@style/nav_icon" />
|
||||
|
||||
<TextView
|
||||
style="@style/nav_text"
|
||||
android:text="@string/nav_market" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
style="@style/nav_btn"
|
||||
|
||||
|
|
Loading…
Reference in a new issue