* commit '3eee5cd24b259109b9b2122026a494a050a540e9': Fix a layout problem for pre-MR2
This commit is contained in:
commit
6b93b185ef
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue