10 lines
389 B
XML
10 lines
389 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<animation-list xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
android:oneshot="false">
|
||
|
<item
|
||
|
android:drawable="@drawable/widget_location_sharing_on_night"
|
||
|
android:duration="500" />
|
||
|
<item
|
||
|
android:drawable="@drawable/widget_location_sharing_off_night"
|
||
|
android:duration="500" />
|
||
|
</animation-list>
|