Advertisement
Guest User

Untitled

a guest
Jan 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.70 KB | None | 0 0
  1. <LinearLayout
  2.         android:layout_width="match_parent"
  3.         android:layout_height="wrap_content"
  4.         android:orientation="horizontal"
  5.         android:layout_marginTop="5dp"
  6.         android:layout_marginBottom="5dp">
  7.  
  8.         <TextView
  9.             android:textSize="17sp"
  10.             android:textColor="#000"
  11.             android:layout_width="0dp"
  12.             android:layout_height="wrap_content"
  13.             android:layout_weight="1.1"
  14.             android:text="Nama Penabung"/>
  15.  
  16.         <EditText
  17.             android:layout_width="0dp"
  18.             android:id="@+id/et1"
  19.             android:layout_height="wrap_content"
  20.             android:layout_weight="1.5"/>
  21.  
  22.     </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement