0

나는 those instructions을 따라 갔으며 을 Android Action Bar Style Generator으로 만들었지 만 스타일이 작동하지 않아 색이 보이지 않습니다. 내 스타일의 ActionBarSherlock 및 ViewPagerIndicator 사용

나는 문제입니다 그래서 내가 모르는 styles_mystyle.xml

<style name="Theme.Mystyle" parent="@style/Theme.Sherlock.Light"> 

AndroidManifest.xml

<application 
    //... 
    android:theme="@style/Theme.Mystyle" > 

에 있습니다. 너 나 좀 도와 줄 수있어? 내 코드는 이전 링크의 코드와 정확히 동일합니다.

답변

1

스타일 생성기는 ActionBar 탭의 테마를 만듭니다. ViewPager는 비슷해 보이지만 다른 정의 된 스타일 세트가 필요합니다. 당신은 여기 ViewPagerIndicator 스타일에 대한 예를 찾을 수 있습니다

https://github.com/JakeWharton/Android-ViewPagerIndicator/blob/master/sample/res/values/styles.xml

또는 대신 ViewPagerIndicator의 액션 바 탭을 사용하여 스타일 생성기에서 생성 한 스타일을 사용할 수 있습니다. 제목 스트립 대 탭

VERY Basic actionbarsherlock tabs with fragments: FragmentTransaction is null in the onTabSelected() method

자세한 내용은 여기에서 찾을 수 있습니다 :

http://developer.android.com/training/implementing-navigation/lateral.html