1
0
mirror of https://gitlab.com/neothefox/LayTray synced 2026-03-23 21:54:54 +03:00
LayTray/app/src/main/res/xml/pref_general.xml
NeoTheFox 3117a0dff5 Added settings
Added "about" page
Now the Notification can be configured
Now the user would be notified if the service is disabled
2018-07-06 15:52:53 +03:00

11 lines
350 B
XML

<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<EditTextPreference
android:defaultValue="@string/pref_default_app_name"
android:key="default_app_name"
android:maxLines="1"
android:singleLine="true"
android:title="@string/pref_title_default_app_name" />
</PreferenceScreen>