안드로이드

android sherlock actionbar 색상 지정

Rcen_J 2014. 8. 4. 03:44

 

 

 

http://jgilfelt.github.io/android-actionbarstylegenerator/

위의 사이트에서 사용할 actionbar 디자인을 한다음 다운로드 한다.

AndroidManifest.xml 파일의 테마를 위사이트에서 만든 style명으로 지정하면 된다.

예를들면 위의 사진의 경우 example이라는 style을 만들었다면 다음과 같이 하면 된다.
android:theme="@style/Theme.example