Guest User

Untitled

a guest
Feb 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. `<SeekBar
  2. android:id="@+id/seekbar"
  3. android:layout_width="match_parent"
  4. android:layout_height="wrap_content"
  5. android:layout_margin="10dp"
  6. android:max="100"
  7. android:progress="30">
  8. </SeekBar>`
  9.  
  10. seekBarWidth = seekBar.getMeasuredWidth();
  11. seekBarWidth = seekBar.getWidth();
Add Comment
Please, Sign In to add comment