Advertisement
Guest User

Untitled

a guest
May 28th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. package palmero.upv.diabetes.util
  2.  
  3. import android.widget.LinearLayout
  4. import android.widget.RelativeLayout
  5.  
  6. /**
  7. * Created by rakirox on 5/20/17.
  8. */
  9. open class Bar (viewValue:LinearLayout, initValue:Int){
  10. var parent : RelativeLayout = viewValue.getParent() as RelativeLayout
  11. var viewMod : LinearLayout = viewValue
  12. var currentValue : Int = initValue
  13. var totalvalue : Int = 100
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement