按钮文字在android谷歌地图中显示为灰色

时间:2013-12-24 03:10:10

标签: android android-xml android-maps-v2

我有一个按钮,我放在我的谷歌地图的顶部,但文字都是灰色的像这样:

enter image description here

无论如何都要使文字不变灰,这样会更容易阅读?

我的xml是:

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    tools:context=".MainActivity" >

    <fragment
        android:id="@+id/map"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        class="com.google.android.gms.maps.MapFragment" />

    <Button
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="Navigate to Brewery"
        android:id="@+id/button2"
        android:textColor="@color/orange"
        android:textStyle="bold"
        android:onClick="getMap"
        />


</RelativeLayout>

1 个答案:

答案 0 :(得分:0)

机器人:文字颜色= “@色/橙色”

尝试使用白色