nurchairulsyam

Untitled

Feb 17th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.13 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3.    xmlns:tools="http://schemas.android.com/tools"
  4.    android:layout_width="match_parent"
  5.    android:layout_height="match_parent"
  6.    android:paddingBottom="@dimen/activity_vertical_margin"
  7.    android:paddingLeft="@dimen/activity_horizontal_margin"
  8.    android:paddingRight="@dimen/activity_horizontal_margin"
  9.    android:paddingTop="@dimen/activity_vertical_margin"
  10.    android:orientation="vertical"
  11.    android:background="@color/background"
  12.    tools:context="com.example.nurchairulsyam.AlarmMakanSoreDietFood">
  13.  
  14.     <TimePicker
  15.        android:id="@+id/timePicker"
  16.        android:layout_width="wrap_content"
  17.        android:layout_height="wrap_content"
  18.        android:layout_gravity="center" />
  19.  
  20.     <ToggleButton
  21.        android:id="@+id/toggleButton"
  22.        android:layout_width="wrap_content"
  23.        android:layout_height="wrap_content"
  24.        android:layout_gravity="center"
  25.        android:layout_margin="20dp"
  26.        android:checked="false"
  27.        android:onClick="OnToggleClicked" />
  28. </LinearLayout>
Add Comment
Please, Sign In to add comment