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

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

am e2a466c8: am 1cabe53d: am c107ea73: Merge "Remove redundant wifi-display...

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

* commit 'e2a466c868e341adb32f93f920d36af4c3b40332':
  Remove redundant wifi-display notification.
parents 05445877 7ecc4852
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