Araç Çubuğum Metin, Geri ok ve hepsi siyah olarak geliyor ama beyaz olmasını istiyorum
Nasıl elde edebilirim?
Benim styles.xml şöyle görünür:Android: Araç çubuğu metni beyaz yerine siyah olarak geliyor
<resources>
<style name="AppTheme" parent="MyMaterialTheme.Base">
</style>
<style name="MyMaterialTheme.Base" parent="Theme.AppCompat.Light.NoActionBar">
<item name="android:windowNoTitle">true</item>
<item name="windowActionBar">false</item>
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item name="colorAccent">@color/colorAccent</item>
<item name="android:windowBackground">@color/windowBackground</item>
<item name="android:textColor">@color/textColorPrimary</item>
<item name="android:textStyle">normal</item>
</style>
</resources>
Android Manifest Parçacığı:
<application
android:allowBackup="true"
android:icon="@mipmap/hello"
android:label="@string/app_name"
android:theme="@style/AppTheme" >
olası yinelenen (http API seviyesinin altında bulunan bu öğelerin kaldırmak .com/sorular/27551230/android-tema-AppCompat ışık-with-koyu araç çubuğu-için-ışık-metin) –