Fix a layout problem for pre-MR2

...where marginStart is not supported yet.

Change-Id: Id4f642333c17d091b1ab36549ca580f4572d3bf4
This commit is contained in:
Jean Chalard 2013-05-01 18:45:24 +09:00
parent 019c38060d
commit b15e822234

View File

@ -55,7 +55,8 @@
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginStart="5dip">
android:layout_marginStart="5dip"
android:layout_marginLeft="5dip">
<TextView
android:id="@+android:id/summary"