OsmAnd/OsmAnd/res/layout/download_index_list_item.xml
Victor Shcherb bde5c301a1 implement downloading indexes screen
git-svn-id: https://osmand.googlecode.com/svn/trunk@198 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
2010-06-23 11:35:26 +00:00

13 lines
530 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">
<TextView android:id="@+id/download_item"
android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1" ></TextView>
<TextView android:id="@+id/download_descr" android:layout_marginLeft = "5dp"
android:layout_width="150dp" android:layout_height="wrap_content"></TextView>
</LinearLayout>