1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GuiaTV/res/layout/main_row.xml

3 lines
741 B

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android"><ImageView android:id="@+id/ivIcon" android:layout_height="fill_parent" android:layout_marginTop="8dip" android:layout_marginBottom="8dip" android:adjustViewBounds="true" android:minWidth="60dip" android:layout_width="wrap_content"></ImageView><TextView android:id="@+id/tvNome" android:textSize="25dip" android:layout_marginTop="8dip" android:layout_marginBottom="8dip" android:layout_height="fill_parent" android:text="Nome" android:layout_marginLeft="10dip" android:layout_width="wrap_content"></TextView></LinearLayout>