Advertisement
Felix0301

Untitled

Oct 6th, 2014
525
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. xml:
  2.  
  3.     <SeekBar
  4.        android:layout_width="wrap_content"
  5.        android:id="@+id/disableTimeBar"
  6.        android:layout_height="wrap_content"
  7.        android:layout_alignParentBottom="true"
  8.        android:layout_alignParentEnd="true"
  9.        android:layout_alignParentStart="true"
  10.        android:layout_centerHorizontal="true"
  11.        android:layout_marginBottom="100dp"
  12.        android:max="20"
  13.        android:progress="5"/>
  14.  
  15. java:
  16.  
  17.     final SeekBar seekbar = (SeekBar)(findViewById(R.id.disableTimeBar));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement