Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <EditText
- android:id="@+id/editText1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="100dp"
- android:layout_marginTop="150dp"
- android:ems="10"
- android:hint="Enter Time" />
- <Button
- android:id="@+id/button1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/editText1"
- android:layout_marginLeft="100dp"
- android:text="Get Date" />
- <TextView
- android:id="@+id/textView1"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_below="@+id/button1"
- android:layout_marginLeft="100dp"
- android:layout_marginTop="10dp"
- android:textSize="18dp"
- android:textStyle="bold" />
Advertisement
Add Comment
Please, Sign In to add comment