Merge "Fix a layout problem for pre-MR2"

main
Jean Chalard 2013-05-01 09:56:00 +00:00 committed by Android (Google) Code Review
commit 53b37dc098
1 changed files with 2 additions and 1 deletions

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"