我正在xamarin.forms android中的页面上工作,虽然我已经放置了白色的图像,但它们显示为暗红色。
这里是Tabbar.xml
<android.support.design.widget.TabLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/colorPrimary"
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"
app:tabIndicatorColor="@android:color/white"
app:tabGravity="fill"
app:tabMode="fixed"
android:textAllCaps="false" />
字符串
我需要在这里做任何改变才能得到我想要的图标吗?
那两个图像实际上是白色的,怎么能把它们变成白色呢?
2条答案
按热度按时间lfapxunr1#
我已经通过在视图中添加以下行解决了我的问题。
字符串
dced5bon2#
只是这样做
字符串