Fix sub header.

This commit is contained in:
Dmitriy Prodchenko 2014-10-25 20:37:59 +03:00
parent dfdc983676
commit 71091942d5

View file

@ -3,7 +3,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="40dp"
android:background="#fffc00"
android:paddingLeft="16dp"
android:layout_marginBottom="4dp">
@ -16,8 +16,8 @@
android:ellipsize="end"
android:background="#ff0202"
android:gravity="left|bottom"
android:layout_height="36dp"/>
<!--
android:layout_marginLeft="8dp"/>
<!-- android:layout_height="36dp"
android:layout_marginTop="16dp" -->
<!-- android:maxLines="2" -->
</LinearLayout>