OSDN Git Service

Eleven: Minor ui tweaks and fix playlist song layout
authorlinus_lee <llee@cyngn.com>
Fri, 5 Sep 2014 02:57:13 +0000 (19:57 -0700)
committerlinus_lee <llee@cyngn.com>
Thu, 20 Nov 2014 20:01:48 +0000 (12:01 -0800)
Change-Id: I3d0f93cdc4ab73b546ce19131e0ca6ba40f552d7

res/drawable/inset_list_divider.xml
res/layout/edit_track_list_item.xml

index 5bff56a..ea3c262 100644 (file)
@@ -15,7 +15,7 @@
      limitations under the License.
 -->
 <inset xmlns:android="http://schemas.android.com/apk/res/android"
-       android:insetLeft="@dimen/list_preferred_item_padding"
+       android:insetLeft="@dimen/drag_and_drop_width"
        android:insetRight="@dimen/list_preferred_item_padding" >
 
     <shape>
index 74e0362..6612370 100644 (file)
@@ -17,7 +17,8 @@
 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
     android:id="@+id/edit_track_list_parent"
     android:layout_width="match_parent"
-    android:layout_height="@dimen/item_normal_height" >
+    android:layout_height="@dimen/item_normal_height"
+    android:paddingRight="@dimen/list_preferred_item_padding">
 
     <ImageView
         android:id="@+id/edit_track_list_item_handle"