瀏覽代碼

fixed alignment of upload list elements

Andy Scherzinger 9 年之前
父節點
當前提交
1df0587ce3
共有 3 個文件被更改,包括 3 次插入4 次删除
  1. 1 0
      res/layout/upload_list_group.xml
  2. 1 1
      res/layout/upload_list_item.xml
  3. 1 3
      res/layout/upload_list_layout.xml

+ 1 - 0
res/layout/upload_list_group.xml

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

+ 1 - 1
res/layout/upload_list_item.xml

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

+ 1 - 3
res/layout/upload_list_layout.xml

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