Add in-app donate button to preferences screen.

This commit is contained in:
Alex Hart
2020-09-08 12:48:52 -03:00
committed by GitHub
parent f1f6d41c73
commit 3b925f8674
9 changed files with 52 additions and 1 deletions

View File

@@ -46,4 +46,9 @@
android:title="@string/preferences__advanced"
android:icon="?attr/advanced_icon"/>
<Preference android:key="preference_category_donate"
android:title="@string/preferences__donate_to_signal"
android:icon="?attr/donate_icon"
android:widgetLayout="@layout/donate_preference_widget" />
</PreferenceScreen>