ThreeYulianto

Time Picker XML2

Jan 15th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.88 KB | None | 0 0
  1.  <EditText
  2.        android:id="@+id/editText1"
  3.        android:layout_width="wrap_content"
  4.        android:layout_height="wrap_content"
  5.        android:layout_marginLeft="100dp"
  6.        android:layout_marginTop="150dp"
  7.        android:ems="10"
  8.        android:hint="Enter Time" />
  9.  
  10.     <Button
  11.        android:id="@+id/button1"
  12.        android:layout_width="wrap_content"
  13.        android:layout_height="wrap_content"
  14.        android:layout_below="@+id/editText1"
  15.        android:layout_marginLeft="100dp"
  16.        android:text="Get Date" />
  17.  
  18.     <TextView
  19.        android:id="@+id/textView1"
  20.        android:layout_width="wrap_content"
  21.        android:layout_height="wrap_content"
  22.        android:layout_below="@+id/button1"
  23.        android:layout_marginLeft="100dp"
  24.        android:layout_marginTop="10dp"
  25.        android:textSize="18dp"
  26.        android:textStyle="bold" />
Advertisement
Add Comment
Please, Sign In to add comment