2011-04-15 01:01:09 +02:00
|
|
|
<?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_tag" android:gravity="center_vertical" android:layout_width="wrap_content" android:layout_height="wrap_content"
|
2013-05-09 19:24:30 +02:00
|
|
|
android:layout_weight="1" android:textSize="19sp"></TextView>
|
2011-04-15 01:01:09 +02:00
|
|
|
|
|
|
|
<TextView android:id="@+id/download_descr" android:layout_marginLeft="3dp" android:gravity="center_vertical" android:layout_width="105dp"
|
2013-05-09 19:24:30 +02:00
|
|
|
android:layout_height="wrap_content" android:textSize="19sp" ></TextView>
|
2011-04-15 01:01:09 +02:00
|
|
|
|
2013-07-12 02:40:43 +02:00
|
|
|
</LinearLayout>
|