Making the date column a bit wider to fully view time timestamp and view more of the date in landscape mode

This commit is contained in:
Bao-Long Nguyen-Trong 2009-11-17 05:59:32 +00:00
parent f1ed349470
commit 5338aea100
1 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@
android:textAppearance="?android:attr/textAppearanceSmall"
android:singleLine="true"
android:textColor="?android:attr/textColorPrimary"
android:layout_width="50dip"
android:layout_width="70dip"
android:layout_height="wrap_content"
android:layout_alignParentRight="true" />
<TextView
@ -43,7 +43,6 @@
android:layout_height="wrap_content"
android:paddingLeft="10dip"
android:layout_marginRight="1dip"
android:layout_toRightOf="@+id/chip"
android:layout_toRightOf="@+id/chip"
android:layout_toLeftOf="@+id/from" />
</RelativeLayout>