replaced drag_symbol and updatelabel with resolution depended pngs
|
After Width: | Height: | Size: 182 B |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 141 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 2.2 KiB |
|
After Width: | Height: | Size: 260 B |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 306 B |
|
After Width: | Height: | Size: 4.3 KiB |
|
Before Width: | Height: | Size: 1.2 KiB |
|
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
|
||||
|
||||