Merge "Add bubbles animation" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
703e6aa092
BIN
res/raw/bubbles.mp4
Normal file
BIN
res/raw/bubbles.mp4
Normal file
Binary file not shown.
@@ -18,6 +18,14 @@
|
|||||||
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
xmlns:settings="http://schemas.android.com/apk/res-auto"
|
||||||
android:title="@string/bubbles_app_toggle_title"
|
android:title="@string/bubbles_app_toggle_title"
|
||||||
android:key="bubble_notification_settings">
|
android:key="bubble_notification_settings">
|
||||||
|
|
||||||
|
<com.android.settings.widget.VideoPreference
|
||||||
|
android:key="bubbles_illustration"
|
||||||
|
android:title="@string/summary_placeholder"
|
||||||
|
settings:animation="@raw/bubbles"
|
||||||
|
settings:controller="com.android.settings.widget.VideoPreferenceController"
|
||||||
|
android:persistent="false" />
|
||||||
|
|
||||||
<!-- Notification bubbles -->
|
<!-- Notification bubbles -->
|
||||||
<SwitchPreference
|
<SwitchPreference
|
||||||
android:key="global_notification_bubbles"
|
android:key="global_notification_bubbles"
|
||||||
|
Reference in New Issue
Block a user