소스 검색

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: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