From 439def2d1cb12aa63c7a1303a9aa68e0cfe8a8e3 Mon Sep 17 00:00:00 2001 From: recalculated Date: Mon, 4 Jan 2016 15:53:14 -0600 Subject: Add material design icons Includes RSS icon, sync notification icon, icons inside the apply actions screen, and the drag handle icon in the queue. --- app/src/main/res/layout/queue_listitem.xml | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'app/src/main/res/layout') diff --git a/app/src/main/res/layout/queue_listitem.xml b/app/src/main/res/layout/queue_listitem.xml index 99e96c9fb..8de80e355 100644 --- a/app/src/main/res/layout/queue_listitem.xml +++ b/app/src/main/res/layout/queue_listitem.xml @@ -12,17 +12,19 @@ android:layout_height="@dimen/listitem_threeline_height" android:background="?attr/selectableItemBackground" android:orientation="horizontal" - android:paddingLeft="8dp" android:gravity="center_vertical" + android:layout_marginLeft="8dp" + android:layout_marginStart="8dp" tools:background="@android:color/darker_gray" > + android:layout_marginLeft="8dp" + android:layout_marginStart="8dp"> -- cgit v1.2.3