使用HoloDark不显示TextView

时间:2015-04-03 14:53:29

标签: android android-layout

我在使用HoloDark主题时没有显示我的textview非常严重的问题。近距离观察时,我可以看到它已经褪色并存在,但无法正确显示。有人可以放一点光吗?提前谢谢。

    <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" />

1 个答案:

答案 0 :(得分:1)

android:textColor="#02ffffff"

文本颜色之前的“02”使其几乎不可见。你确定这是你想要的吗?