[xamarin]Back arrow color changing Issue
페이지 정보
작성자 sbLAB 댓글 0건 조회 1,620회 작성일 19-05-08 14:36본문
[Q]
자마린폼에서 개발시, 모바일폰 환경에 따라 기본 상단액션바 백버튼(<-) 색상이 검은색으로 변경하는 현상 있음
[Solved]
myapp.Android - Values - Styles.xml 에 아래 추가하여 명확지정
<item name="drawerArrowStyle">@style/DrawerArrowStyle</item>
<style name="DrawerArrowStyle" parent="@style/Widget.AppCompat.DrawerArrowToggle">
<item name="spinBars">true</item>
<item name="color">#FFFFFF</item>
</style>
- 이전글[App]How To fix white screen on app Start up? 19.09.05
- 다음글[Xamarin Issue] Xamarin.Forms - Rg.Plugins.Popup 호환 19.05.07
댓글목록
등록된 댓글이 없습니다.