我有一個小部件的佈局如下:的android:背景隱藏我的文字
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/widget_bg">
<TextView android:layout_height="fill_parent"
android:layout_width="fill_parent"
android:id="@+id/widgetText"
android:text="@string/sWaitingForLocation"
android:layout_marginLeft="4dip"
android:layout_marginRight="4dip"
android:layout_marginTop="4dip"
android:layout_marginBottom="4dip"
android:textStyle="bold"
android:gravity="center">
</TextView>
</LinearLayout>
但文本行的事出現,就像它隱藏背景後面。
我的背景是9patch png。 它確實工作,如果我使用android:background =「android:color/black」... 它可以是我的PNG? (採用了android工具draw9patch創建)
它是如何混亂的?我遇到了同樣的問題 – Kat 2013-12-13 00:34:29
不要僅僅接受你的答案,不要解釋什麼是什麼,爲什麼它被打破了,或者至少要把它拿下來。 – Dale 2015-07-20 04:20:41