Fix a layout problem for pre-MR2
...where marginStart is not supported yet. Change-Id: Id4f642333c17d091b1ab36549ca580f4572d3bf4main
parent
019c38060d
commit
b15e822234
|
@ -55,7 +55,8 @@
|
||||||
<FrameLayout
|
<FrameLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginStart="5dip">
|
android:layout_marginStart="5dip"
|
||||||
|
android:layout_marginLeft="5dip">
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:id="@+android:id/summary"
|
android:id="@+android:id/summary"
|
||||||
|
|
Loading…
Reference in New Issue