0
我知道這個背景圖片存在,它在以下繪製文件夾:的LinearLayout背景
- RES /繪製-MDPI/
- RES /提拉 - 華電國際/
- RES /繪製-xhdpi/
- RES /繪製-xxhdpi/
該文件名爲coming_up.9.png
一這是一個九個補丁,我知道這是有效的,因爲我對許多其他圖像也一樣。
佈局XML
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/coming_up">
的錯誤
Error:(213, 37) No resource found that matches the given name (at 'background' with value '@drawable/coming_up').