Browse Source

small layout fix in section header

Julien Clauter 10 years ago
parent
commit
2cd6be8765
1 changed files with 2 additions and 2 deletions
  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"
         />