Fix layout.
This commit is contained in:
parent
307d46ec8f
commit
3e8582d22e
2 changed files with 3 additions and 2 deletions
|
@ -4,8 +4,8 @@
|
|||
android:orientation="horizontal"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="48dp"
|
||||
android:layout_marginLeft="16dp"
|
||||
android:layout_marginRight="16dp">
|
||||
android:paddingLeft="16dp"
|
||||
android:paddingRight="16dp">
|
||||
<ImageView android:id="@+id/icon"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
android:textSize="14sp"
|
||||
android:ellipsize="end"
|
||||
android:background="#ff0202"
|
||||
android:gravity="left|bottom"
|
||||
android:layout_height="40dp"/>
|
||||
<!-- android:maxLines="2" -->
|
||||
</LinearLayout>
|
Loading…
Reference in a new issue