mirror of
https://gitlab.com/neothefox/LayTray
synced 2026-03-23 21:54:54 +03:00
55 lines
2.1 KiB
XML
55 lines
2.1 KiB
XML
<resources>
|
|
<string name="app_name">LayTray</string>
|
|
<string name="service_description">A simple layout icon</string>
|
|
<string name="accessibility_summary">LayTray needs to be enabled as an accessibility app, because the only way to get layout info on Android is by monitoring the Toast notification. Right now it monitors Blackberry Keyboard exclusively.</string>
|
|
<string name="activity_info">Associate layout name with layout icon</string>
|
|
<string name="title_activity_settings">Settings</string>
|
|
|
|
<!-- Strings related to Settings -->
|
|
|
|
<!-- Example General settings -->
|
|
<string name="pref_header_general">General</string>
|
|
|
|
<string name="pref_title_default_app_name">App to monitor</string>
|
|
<string name="pref_default_app_name">com.blackberry.keyboard</string>
|
|
|
|
<string name="pref_title_notification_importance">Notification importance</string>
|
|
<string-array name="pref_notification_importance_list_titles">
|
|
<item>Default</item>
|
|
<item>High</item>
|
|
<item>Low</item>
|
|
<item>Min</item>
|
|
</string-array>
|
|
<string-array name="pref_notification_importance_list_values">
|
|
<item>0</item>
|
|
<item>1</item>
|
|
<item>-1</item>
|
|
<item>-2</item>
|
|
</string-array>
|
|
|
|
<string name="pref_title_notification_mode">Notification shape</string>
|
|
<string-array name="pref_notification_mode_list_titles">
|
|
<item>Plain Text</item>
|
|
<item>Text in circle</item>
|
|
<item>Text in a square</item>
|
|
<item>Text in a square outline</item>
|
|
</string-array>
|
|
<string-array name="pref_notification_mode_list_values">
|
|
<item>0</item>
|
|
<item>1</item>
|
|
<item>2</item>
|
|
<item>3</item>
|
|
</string-array>
|
|
|
|
<string name="pref_title_icon_builder">Icon builder</string>
|
|
|
|
<!-- Example settings for Notifications -->
|
|
<string name="pref_header_notifications">Notifications</string>
|
|
|
|
<string name="pref_title_text_fake_bold">Bold</string>
|
|
<string name="pref_title_text_size">Text size</string>
|
|
|
|
<string name="about_text">A layout icon by NeoTheFox \n
|
|
Distributed on the terms of GNU GPLv3 licence</string>
|
|
</resources>
|