5141f9f6da
This will not change in the layout, it's here just to better maintain the code.
22 lines
No EOL
727 B
XML
22 lines
No EOL
727 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_tag"
|
|
android:gravity="center_vertical"
|
|
android:layout_width="0dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:textSize="19sp"></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="19sp"></TextView>
|
|
|
|
</LinearLayout> |