Advertisement
Guest User

Untitled

a guest
Feb 24th, 2014
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. android:layout_width="fill_parent"
  3. android:layout_height="fill_parent"
  4. android:orientation="vertical" >
  5.  
  6. <nl.rigault.colormix.view.RGBSeekBarView
  7. android:id="@+id/rGBSeekBarView"
  8. android:layout_width="372dp"
  9. android:layout_height="wrap_content" >
  10. </nl.rigault.colormix.view.RGBSeekBarView>
  11.  
  12. </LinearLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement