[xamarin]Back arrow color changing Issue > APP Dev

본문 바로가기

사이트 내 전체검색

APP Dev

[xamarin]Back arrow color changing Issue

작성일 19-05-08 14:36

페이지 정보

작성자sbLAB 조회 2,246회 댓글 0건

본문

[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 

댓글목록

등록된 댓글이 없습니다.

Copyright © 소유하신 도메인. All rights reserved.
PC 버전으로 보기