OsmAnd/OsmAnd/res/layout/download_index_list_item.xml
Victor Shcherb d8417e0359 fix description for download
git-svn-id: https://osmand.googlecode.com/svn/trunk@792 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-12-09 20:52:34 +00:00

15 lines
949 B
XML

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"
android:layout_height="wrap_content">
<LinearLayout android:layout_width="wrap_content" android:layout_height="fill_parent">
<CheckBox android:id="@+id/check_download_item" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:gravity="center_vertical" android:focusable="false" />
</LinearLayout>
<TextView android:id="@+id/download_item" android:gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="wrap_content"
android:maxLines="7" android:layout_weight="1" android:textSize="16sp"></TextView>
<TextView android:id="@+id/download_descr" android:layout_marginLeft="3dp" android:gravity="center_vertical" android:layout_width="105dp"
android:layout_height="wrap_content" android:textSize="16sp" ></TextView>
</LinearLayout>