OsmAnd/OsmAnd/res/layout/drawer_list_sub_header.xml
IreuN 5141f9f6da Reformating of the code.
This will not change in the layout, it's here just to better maintain
the code.
2014-11-17 16:25:37 +01:00

22 lines
No EOL
724 B
XML

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