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

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

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

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

* commit '6cb59e25b21549637a192d076552eb5a43b6bfab':
  Remove redundant wifi-display notification.
parents 9d4ee87e c44c0a52
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 Original line 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