<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->

<item name="colorPrimaryDark">#A1CDE1</item>
<item name="colorPrimary">#5DA4BE</item>


</style>



Styles.xml 에 위의 코드 추가

16진수 색상값만 원하는 값으로 변경해주면 됨



colorPrimaryDark : 상태바 ( 최상단 시간이랑 LTE, 와이파이 보여주는 바 )

colorPrimary : 타이틀바 ( 앱 이름 나오는 바 )



결과



                       코드 추가 전                                                            코드 추가 후

                                          





+ Recent posts