Cherish: Less boring heads up option [2/2]
Change-Id: I1bbc7cce848b890c76a145f86f55ee3c232d457b Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -772,4 +772,8 @@
|
||||
<!-- Brightness control -->
|
||||
<string name="status_bar_toggle_brightness">Điều chỉnh độ sáng</string>
|
||||
<string name="status_bar_toggle_brightness_summary">Điều chỉnh độ sáng bằng cách trượt qua thanh trạng thái</string>
|
||||
|
||||
<!-- Heads up options -->
|
||||
<string name="less_boring_heads_up_title">Làm cho đầu bớt khó chịu</string>
|
||||
<string name="less_boring_heads_up_summary">Chỉ hiển thị thông báo cho trình quay số hoặc ứng dụng nhắn tin nếu chúng không ở phía trước</string>
|
||||
</resources>
|
||||
|
||||
@@ -882,4 +882,8 @@
|
||||
<!-- Brightness control -->
|
||||
<string name="status_bar_toggle_brightness">Brightness control</string>
|
||||
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
|
||||
|
||||
<!-- Heads up options -->
|
||||
<string name="less_boring_heads_up_title">Make heads up less annoying</string>
|
||||
<string name="less_boring_heads_up_summary">Show heads up only for dialer or messaging app if they are not in foreground</string>
|
||||
</resources>
|
||||
|
||||
@@ -26,6 +26,12 @@
|
||||
android:icon="@drawable/ic_plus"
|
||||
android:fragment="com.cherish.settings.fragments.HeadsUpSettings" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="less_boring_heads_up"
|
||||
android:title="@string/less_boring_heads_up_title"
|
||||
android:summary="@string/less_boring_heads_up_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="center_notification_headers"
|
||||
|
||||
Reference in New Issue
Block a user