Add option to give Feedback on Google Play

Add button in the 'Launcher' tab in the settings
This commit is contained in:
Finn M Glas 2020-05-21 09:20:18 +02:00
parent 716839e1b9
commit 817fe0d732
No known key found for this signature in database
GPG key ID: 25037A2E81AB459C
3 changed files with 40 additions and 0 deletions

View file

@ -23,10 +23,19 @@
style="@style/Widget.AppCompat.Button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="32sp"
android:onClick="resetSettingsClick"
android:text="@string/settings_reset"
android:textAllCaps="false" />
<Button
style="@style/Widget.AppCompat.Button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="rateApp"
android:text="@string/settings_feedback"
android:textAllCaps="false" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"

View file

@ -22,6 +22,8 @@
<string name="settings_tab_theme" translatable="false">Theme</string>
<string name="settings_tab_launcher" translatable="false">Launcher</string>
<string name="settings_feedback" translatable="false">Give some feedback</string>
<string name="settings_choose_up">Swipe Up</string>
<string name="settings_choose_down">Swipe Down</string>
<string name="settings_choose_left">Swipe Left</string>