[xamarin]Back arrow color changing Issue > APP Dev

본문 바로가기
사이트 내 전체검색

APP Dev

[xamarin]Back arrow color changing Issue

페이지 정보

작성자 sbLAB 댓글 0건 조회 2,292회 작성일 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>


https://stackoverflow.com/questions/53485096/xamarin-forms-how-to-change-the-color-the-back-symbol-in-the-toolbar 

댓글목록

등록된 댓글이 없습니다.

회원로그인

접속자집계

오늘
230
어제
291
최대
1,279
전체
223,498

그누보드5
Copyright © sebom.com All rights reserved.