centering task list header

pull/14/head
Tim Su 14 years ago
parent 05b78aee33
commit 03c83324a7

@ -27,9 +27,10 @@
<!-- List Label --> <!-- List Label -->
<TextView android:id="@+id/listLabel" <TextView android:id="@+id/listLabel"
android:layout_width="wrap_content" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="100" android:layout_weight="100"
android:gravity="center"
android:singleLine="true" android:singleLine="true"
android:paddingRight="50dip" android:paddingRight="50dip"
android:ellipsize="start" android:ellipsize="start"

@ -27,9 +27,10 @@
<!-- List Label --> <!-- List Label -->
<TextView android:id="@+id/listLabel" <TextView android:id="@+id/listLabel"
android:layout_width="wrap_content" android:layout_width="fill_parent"
android:layout_height="fill_parent" android:layout_height="fill_parent"
android:layout_weight="100" android:layout_weight="100"
android:gravity="center"
android:singleLine="true" android:singleLine="true"
android:paddingRight="50dip" android:paddingRight="50dip"
android:ellipsize="start" android:ellipsize="start"

Loading…
Cancel
Save