Change favorite icon to available offline new one

This commit is contained in:
jabarros 2016-05-23 15:17:17 +02:00 committed by David A. Velasco
parent a9a944799e
commit e11eecd2b5
9 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 430 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 385 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 434 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

View file

@ -63,7 +63,7 @@
android:layout_gravity="bottom|right"
android:layout_marginBottom="4dp"
android:layout_marginRight="4dp"
android:src="@drawable/ic_favorite" />
android:src="@drawable/ic_available_offline" />
</FrameLayout>
</LinearLayout>

View file

@ -63,7 +63,7 @@
android:layout_gravity="bottom|right"
android:layout_marginBottom="2dp"
android:layout_marginRight="2dp"
android:src="@drawable/ic_favorite" />
android:src="@drawable/ic_available_offline" />

View file

@ -60,7 +60,7 @@
android:layout_height="wrap_content"
android:layout_gravity="bottom|right"
android:layout_marginRight="4dp"
android:src="@drawable/ic_favorite" />
android:src="@drawable/ic_available_offline" />
</FrameLayout>
<LinearLayout