<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">#FCC248</item>
<item name="colorPrimaryDark">#FFBB00</item>
<item name="colorAccent">#CC3D3D</item>

<!-- toolbar text 색깔 -->
<item name="android:textColorPrimary">@color/white</item>

<!-- 액티비티 윈도우 배경색 -->
<item name="android:windowBackground">@color/white</item>

<!-- 기본 텍스트 색깔 -->
<item name="android:textColor">@color/black</item>

<!-- 메뉴 화살표 색깔 -->
<item name="colorControlNormal">@color/white</item>
</style>

Android styles and themes - Tutorial

http://www.vogella.com/tutorials/AndroidStylesThemes/article.html


ActionBarDrawerToggle v7 arrow color

http://stackoverflow.com/questions/27861102/actionbardrawertoggle-v7-arrow-color


Styling  the Actionbar

https://developer.android.com/training/basics/actionbar/styling.html


Style Resource

http://developer.android.com/guide/topics/resources/style-resource.html


ActionBar text color

http://stackoverflow.com/questions/5861661/actionbar-text-color





+ Recent posts