瀏覽代碼

small layout fix in section header

Julien Clauter 11 年之前
父節點
當前提交
2cd6be8765
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      res/layout/expandable_section_header.xml

+ 2 - 2
res/layout/expandable_section_header.xml

@@ -15,7 +15,7 @@
         android:layout_height="wrap_content"
         android:paddingLeft="?android:attr/expandableListPreferredItemPaddingLeft"
         android:textSize="17dp"
-        android:layout_weight="0.4"
+        android:layout_weight="0.25"
         android:textColor="#505c6d" />
 
     <TextView
@@ -26,7 +26,7 @@
         android:textSize="15dp"
         android:gravity="right"
         android:textColor="#505c6d"
-        android:layout_weight="0.6"
+        android:layout_weight="0.75"
         />