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

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

am c107ea73: Merge "Remove redundant wifi-display notification." into lmp-dev

* commit 'c107ea7321829d7c4b7f22f9967ffd0250569b56':
  Remove redundant wifi-display notification.
parents e39c948f def10112
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