I can't seem to get TitlePageIndicator to be resolved. I have the support lib and viewpagerindicator dependencies in the project. Neither IDEA nor maven are resolving android.support.v4.view.TitlePageIndicator.
> I can't seem to get TitlePageIndicator to be resolved. I have the support > lib and viewpagerindicator dependencies in the project. Neither IDEA nor > maven are resolving android.support.v4.view.TitlePageIndicator.
I see, I was looking at the roboguice example again. I realized that I hadn't dropped the -RC1. I followed the pom for including the v4 library and creating the RoboSherlockActivity. Then I followed that design for making a RoboSherlockFragmentActivity, but now in my classes that extend that I'm getting
It is triggering on getSupportActionBar() and setContentView(..). I'm wondering if it requires a change in the proguard, since it was working before the change to 4.0.0 and changing to RoboSherlockFragmentActivity got the IDE to find getSupportActionBar again.
On Wednesday, March 21, 2012 3:59:43 PM UTC-7, Jake Wharton wrote:
> It's in `com.viewpagerindicator`.
> On Mar 21, 2012 3:51 PM, "Dandre Allison" <dandre.alli...@gmail.com> > wrote:
>> I can't seem to get TitlePageIndicator to be resolved. I have the support >> lib and viewpagerindicator dependencies in the project. Neither IDEA nor >> maven are resolving android.support.v4.view.TitlePageIndicator.
Thanks, I thought I tried that, but I reverted back to RC1 because I have that working. I see the TitleBarIndicator line now, but no title, I even have getTitle(int) { return "title"; }. Other than that, and getting the views in the ViewGroup to move, I almost have the infinite pagination set up. I'm looking at your ViewPagerIndicator samples and Electricsleep, and I can't figure out what I'm missing.
On Wednesday, March 21, 2012 3:59:43 PM UTC-7, Jake Wharton wrote:
> It's in `com.viewpagerindicator`.
> On Mar 21, 2012 3:51 PM, "Dandre Allison" <dandre.alli...@gmail.com> > wrote:
>> I can't seem to get TitlePageIndicator to be resolved. I have the support >> lib and viewpagerindicator dependencies in the project. Neither IDEA nor >> maven are resolving android.support.v4.view.TitlePageIndicator.
I see, so the default text color I guess is white, because once I figured out how to style the title bar indicator, I found the titles. I figured it would be defaulting to my default text color; I'm using the Holo.Light theme.
On Friday, March 23, 2012 3:56:12 PM UTC-7, Dandre Allison wrote:
> Thanks, I thought I tried that, but I reverted back to RC1 because I have > that working. I see the TitleBarIndicator line now, but no title, I even > have getTitle(int) { return "title"; }. Other than that, and getting the > views in the ViewGroup to move, I almost have the infinite pagination set > up. I'm looking at your ViewPagerIndicator samples and Electricsleep, and I > can't figure out what I'm missing.
> On Wednesday, March 21, 2012 3:59:43 PM UTC-7, Jake Wharton wrote:
>> It's in `com.viewpagerindicator`.
>> On Mar 21, 2012 3:51 PM, "Dandre Allison" <dandre.alli...@gmail.com> >> wrote:
>>> I can't seem to get TitlePageIndicator to be resolved. I have the >>> support lib and viewpagerindicator dependencies in the project. Neither >>> IDEA nor maven are resolving android.support.v4.view.TitlePageIndicator.
i m getting ArrayIndexOutOfBound exception in TitlepageIndicator file at //Verify if the current view must be clipped to the screen Rect curPageBound = bounds.get(mCurrentPage); float curPageWidth = curPageBound.right - curPageBound.left; if (curPageBound.left < leftClip) { //Try to clip to the screen (left side) clipViewOnTheLeft(curPageBound, curPageWidth, left); }
at clipViewOnTheLeft(curPageBound, curPageWidth, left); i m getting that exception please give me solution. Thanks in advance.
On Thursday, 22 March 2012 04:29:43 UTC+5:30, Jake Wharton wrote:
> It's in `com.viewpagerindicator`. > On Mar 21, 2012 3:51 PM, "Dandre Allison" <dandre....@gmail.com<javascript:>> > wrote:
>> I can't seem to get TitlePageIndicator to be resolved. I have the support >> lib and viewpagerindicator dependencies in the project. Neither IDEA nor >> maven are resolving android.support.v4.view.TitlePageIndicator.