replaced drag_symbol and updatelabel with resolution depended pngs

This commit is contained in:
Peter Siegmund
2015-10-12 17:56:14 +02:00
parent 670ef22f04
commit e3f102a43a
15 changed files with 3 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 306 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

@@ -16,7 +16,7 @@
android:id="@id/drag_handle"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/drag_symbol"
android:background="@drawable/dragster"
android:contentDescription="@string/drag_handle_description"/>
<LinearLayout
@@ -155,7 +155,7 @@
android:layout_alignParentRight="true"
android:layout_alignParentTop="true"
android:contentDescription="@string/updateIndicator"
android:src="@drawable/updatelabel"
android:src="@drawable/updated"
android:visibility="gone"
tools:visibility="visible"/>
@@ -17,7 +17,7 @@
android:id="@id/drag_handle"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/drag_symbol"
android:background="@drawable/dragster"
android:contentDescription="@string/drag_handle_description"/>
<TextView