Add import button to HelpActivity
This commit is contained in:
parent
0c92da5d59
commit
ee0ceceeb7
1 changed files with 4 additions and 0 deletions
|
@ -38,6 +38,10 @@
|
|||
android:selectable="false"
|
||||
android:icon="@drawable/ic_finalize"
|
||||
android:summary="@string/finalize_summary"/>
|
||||
<Preference android:title="@string/help_import"
|
||||
android:selectable="false"
|
||||
android:icon="@drawable/ic_import"
|
||||
android:summary="@string/help_import_summary"/>
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/help_privacyInfo">
|
||||
|
|
Loading…
Reference in a new issue