【发布时间】:2015-12-18 14:49:44
【问题描述】:
我知道这个背景图片存在,它位于以下 drawable 文件夹中:
- res/drawable-mdpi/
- res/drawable-hdpi/
- res/drawable-xhdpi/
- res/drawable-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').
【问题讨论】:
标签: android image android-studio android-drawable nine-patch