Answer the question
In order to leave comments, you need to log in
Why is drawable.xml not rendering correctly?
Hello!
Actually the problem is in the question. There is a drawalbe file with the content:
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<stroke
android:width="1dp"
android:color="#c7b299">
</stroke>
<solid android:color="#00ffffff">
</solid>
</shape>
</item>
<item android:left="-5dp" android:top="-5dp" android:bottom="-5dp" android:width="59dp">
<shape android:shape="rectangle">
<stroke android:width="1dp" android:color="#c7b299"></stroke>
</shape>
</item>
<item android:left="12dp" android:top="16dp" android:gravity="left" android:width="30dp" android:height="21dp">
<bitmap
android:src="@drawable/mini_dish"
android:gravity="fill"></bitmap>
</item>
</layer-list>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question