Advertisement
Guest User

simple_list_row.xml

a guest
Oct 5th, 2010
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  4.     android:orientation="vertical"
  5.     android:layout_width="fill_parent"
  6.     android:layout_height="fill_parent"
  7.     android:padding="10sp">
  8.    
  9.     <TextView android:id="@+id/TextView"
  10.         android:text="TextView"
  11.         android:layout_width="fill_parent"
  12.         android:layout_height="wrap_content"
  13.         android:textAppearance="?android:attr/textAppearanceMedium"
  14.         android:singleLine="true"
  15.         android:ellipsize="end" />
  16.        
  17. </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement