Fix layout issue
This commit is contained in:
parent
8b9c9a0e27
commit
005b37b49e
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
|||
android:layout_height="wrap_content">
|
||||
<LinearLayout android:orientation="horizontal"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="10dp"
|
||||
android:layout_marginBottom="10dp">
|
||||
<ImageView android:src="@drawable/ic_crashlog"
|
||||
android:layout_marginLeft="@dimen/dashFavIconMargin"
|
||||
android:layout_marginRight="@dimen/dashFavIconMargin"
|
||||
|
|
Loading…
Reference in a new issue