0
0
mirror of https://github.com/dovecoteescapee/ByeDPIAndroid.git synced 2025-07-03 12:02:59 +00:00

Add summary for cmd arguments

This commit is contained in:
dovecoteescapee 2024-08-11 16:06:42 +03:00
parent 96b23abaf0
commit 6f8e0827a7
3 changed files with 6 additions and 4 deletions

View File

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