mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 21:54:54 +03:00
Added "about" page Now the Notification can be configured Now the user would be notified if the service is disabled
11 lines
350 B
XML
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>
|