Advertisement
bendotgimbal

list_spinner

Aug 5th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.59 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    android:id="@+id/linearLayout1"
  4.    android:layout_width="fill_parent"
  5.    android:layout_height="fill_parent" >
  6.  
  7.     <TextView
  8.        android:id="@+id/ColName"
  9.        android:layout_width="0dp"
  10.        android:layout_height="30dp"
  11.        android:layout_weight="4"
  12.        android:textSize="16dp"
  13.        android:layout_marginTop="10dp"
  14.        android:layout_marginBottom="10dp"
  15.        android:layout_marginLeft="10dp"
  16.        android:text="Alamat"/>
  17.  
  18.  
  19. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement