added a donation button + some missing Hebrew translations
This commit is contained in:
parent
6980d150e1
commit
6560260716
13 changed files with 51 additions and 1 deletions
|
|
@ -43,6 +43,16 @@
|
|||
app:layout="@layout/pref_category"
|
||||
app:singleLineTitle="true">
|
||||
|
||||
<Preference
|
||||
app:key="donate_link"
|
||||
app:layout="@layout/pref_text"
|
||||
app:title="@string/donate_title"
|
||||
app:summary="@string/donate_summary">
|
||||
<intent
|
||||
android:action="android.intent.action.VIEW"
|
||||
android:data="@string/donate_url" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
app:fragment="io.github.sspanak.tt9.preferences.DebugScreen"
|
||||
app:key="version_info"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue