TextView 不显示 HoloDark

TextView does not display with HoloDark

我遇到了一个非常严重的问题,即在使用 HoloDark 主题时我的文本视图无法显示。近距离观察时,我可以看到它已褪色并存在,但显示不正确。有人可以阐明一点吗?提前致谢。

    <TextView
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:textAppearance="?android:attr/textAppearanceLarge"
    android:id="@+id/txtMessage"
    android:textSize="45sp"
    android:textStyle="bold"
    android:focusable="true"
    android:gravity="center|top"
    android:textColor="#02ffffff"
    android:textColorHint="#02ffffff"
    android:textColorHighlight="#02ffffff"
    android:visibility="visible"
    android:text="#02ffffff"
    android:textAlignment="center"
    android:textColorLink="#01ffffff"
    android:theme="@style/AppTheme"
    android:layout_below="@+id/prgBarBlue"
    android:layout_centerHorizontal="true" />
android:textColor="#02ffffff"

文字颜色前的“02”几乎看不见。你确定这是你想要的吗?