Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c44c0a52 authored by John Spurlock's avatar John Spurlock Committed by Android Git Automerger
Browse files

am 2c3ead39: am e2a466c8: am 1cabe53d: am c107ea73: Merge "Remove redundant...

am 2c3ead39: am e2a466c8: am 1cabe53d: am c107ea73: Merge "Remove redundant wifi-display notification." into lmp-dev

* commit '2c3ead392997928ea30da5014243a09c6591c5b8':
  Remove redundant wifi-display notification.
parents b9fe2bfc 9ca7eb8c
Loading
Loading
Loading
Loading
−470 B
Loading image diff...
−342 B
Loading image diff...
−596 B
Loading image diff...
−934 B
Loading image diff...
+0 −26
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
/*
 * Copyright 2013, The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
-->
<animation-list
        xmlns:android="http://schemas.android.com/apk/res/android"
        android:oneshot="false">
    <item android:drawable="@drawable/ic_notification_cast_0" android:duration="500" />
    <item android:drawable="@drawable/ic_notification_cast_1" android:duration="500" />
    <item android:drawable="@drawable/ic_notification_cast_2" android:duration="500" />
    <item android:drawable="@drawable/ic_notification_cast_1" android:duration="500" />
</animation-list>
Loading