Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" encoding="utf-8"?>
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="horizontal" android:layout_width="fill_parent"
- android:layout_height="fill_parent">
- <ImageView
- android:layout_width="100dp"
- android:layout_height="100dp"
- android:adjustViewBounds="true"
- android:id="@+id/icon"
- android:src="@drawable/lightblue"/>
- <TextView
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textSize="20sp"
- android:textStyle="italic"
- android:paddingTop="0dp"
- android:paddingRight="50dp"
- android:id="@+id/Itemname"
- />
- </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement