Fix sub header.

This commit is contained in:
Dmitriy Prodchenko 2014-10-25 19:51:12 +03:00
parent 3dd8161c9e
commit b95e6f53fc

View file

@ -9,15 +9,15 @@
<TextView android:id="@+id/title"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_marginBottom="9dp"
android:capitalize="characters"
android:inputType="textCapCharacters"
android:textSize="14sp"
android:ellipsize="end"
android:background="#ff0202"
android:gravity="left|bottom"
android:layout_height="40dp"/>
<!-- android:layout_marginLeft="8dp"
android:layout_height="31dp"/>
<!-- android:layout_marginBottom="9dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="16dp" -->
<!-- android:maxLines="2" -->
</LinearLayout>