Browse Source

fixed alignment of upload list elements

Andy Scherzinger 9 years ago
parent
commit
1df0587ce3

+ 1 - 0
res/layout/upload_list_group.xml

@@ -13,6 +13,7 @@
        android:ellipsize="middle"
        android:showDividers="none"
        android:textColor="@color/color_accent"
+       android:paddingLeft="16dp"
 	/>
 
 </RelativeLayout>

+ 1 - 1
res/layout/upload_list_item.xml

@@ -9,7 +9,7 @@
     >
 
     <FrameLayout
-        android:layout_width="72dp"
+        android:layout_width="60dp"
         android:layout_height="match_parent"
         android:focusable="false"
         android:focusableInTouchMode="false">

+ 1 - 3
res/layout/upload_list_layout.xml

@@ -12,9 +12,7 @@
         <FrameLayout
             android:id="@+id/upload_list_fragment"
             android:layout_width="match_parent"
-            android:layout_height="match_parent"
-            android:layout_marginLeft="10dp"
-            android:layout_marginRight="10dp"/>
+            android:layout_height="match_parent"/>
     </LinearLayout>
 
     <include