OsmAnd/OsmAnd/res/layout/drawer_list_sub_header.xml
Dmitriy Prodchenko 5ededd7b17 Fix sub header.
2014-10-26 13:47:36 +02:00

20 lines
No EOL
830 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="24dp"
android:paddingBottom="4dp">
<TextView android:id="@+id/title"
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="36dp"
android:capitalize="characters"
android:inputType="textCapCharacters"
android:textColor="#858585"
android:textSize="14sp"
android:ellipsize="end"
android:gravity="left|bottom"/>
<!-- android:maxLines="2" -->
</LinearLayout>