getScrollX() and getScrollY() methods should work for you (they have other methods to access mLeft, mRight, etc.)
On Mar 22, 11:13 am, argongold <[email protected]> wrote: > Hi, > > I want to format my text for shortcuts as done in launcher > application. I've tried to copy "BubbleTextView.java" class directly > to my sdk project. but following parameters couldn't resolved > "mLeft","mRight","mTop","mBottom" and I could find in launcher package > where these parameters are initialized Beside this "mScrollX" also not > found. > > Below link says I should be able to compile this class under sdk . but > how?http://stackoverflow.com/questions/4649597/android-format-textview > > Is any body faced such issue previously and resolved? > > regards, > argon -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

