Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2014
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <ToggleButton
  2. android:layout_width="wrap_content"
  3. android:layout_height="wrap_content"
  4. android:id="@+id/location_toggle_button"
  5. android:checked="true"
  6. android:textOff="User Location Disabled"
  7. android:textOn="User Location Enabled"
  8. android:onClick="toggleLocationClick"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement