Merge pull request #81 from dovecoteescapee/dev

Add summary for cmd arguments
This commit is contained in:
dovecoteescapee 2024-08-11 16:07:27 +03:00 committed by GitHub
commit f57692b7f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 6 additions and 4 deletions

View File

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:tag="byedpi_cmd_settings">
<Preference
@ -18,7 +19,8 @@
android:key="byedpi_cmd_args"
android:title="Command line arguments"
android:dialogTitle="Command line arguments"
android:inputType="textMultiLine" />
android:inputType="textMultiLine"
app:useSimpleSummaryProvider="true" />
</androidx.preference.PreferenceCategory>