Advertisement
Guest User

Untitled

a guest
Apr 9th, 2011
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.12 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TwoLineListItem
  3.     xmlns:android="http://schemas.android.com/apk/res/android"
  4.     xmlns:greendroid="http://schemas.android.com/apk/res/me.kennydude.dailybooth"
  5.     android:layout_width="fill_parent"
  6.    android:layout_height="wrap_content">
  7.         <TextView
  8.             xmlns:android="http://schemas.android.com/apk/res/android"
  9.             android:id="@+id/BoothersCaptionListView"
  10.             android:layout_marginTop="15dp"
  11.             android:layout_marginBottom="10dp"
  12.             android:gravity="center_vertical|center_horizontal"
  13.             android:layout_width="fill_parent"
  14.             android:layout_height="wrap_content">
  15.         </TextView>
  16.         <greendroid.widget.AsyncImageView
  17.             android:layout_width="fill_parent"
  18.             android:scaleType="centerInside"
  19.             greendroid:defaultSrc="@drawable/ic_menu_refresh"
  20.             android:layout_height="wrap_content"
  21.             android:layout_below="@+id/BoothersCaptionListView"
  22.             xmlns:android="http://schemas.android.com/apk/res/android"
  23.             android:id="@+id/BoothersPictureListView"
  24.             android:src="@drawable/ic_menu_refresh"
  25.             android:layout_margin="3dp">
  26.         </greendroid.widget.AsyncImageView>
  27. </TwoLineListItem>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement