Note that there are some explanatory texts on larger screens.

plurals
  1. PO1x1 size Nine-patch image not showing up on Android emulator device
    primarykey
    data
    text
    <p>I'd like to use a 1x1 size Nine-patch image from Android drawable resources.<br> When I'm trying to display it with <code>&lt;ImageView&gt;</code> in my layout xml file, this one is never showing up on the Android emulator device. Here's the xml code below:</p> <pre><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt; &lt;LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" android:padding="10px" &gt; &lt;RelativeLayout android:gravity="center_vertical" android:layout_width="fill_parent" android:layout_height="wrap_content"&gt; &lt;TextView android:id="@+id/text_label" android:text="@string/text" android:textSize="10pt" android:layout_width="wrap_content" android:layout_height="wrap_content" /&gt; &lt;CheckBox android:id="@+id/my_checkBox" android:layout_alignBaseline="@id/text_label" android:layout_alignParentRight="true" android:layout_width="wrap_content" android:layout_height="wrap_content" /&gt; &lt;/RelativeLayout&gt; &lt;ImageView android:paddingTop="10px" android:paddingBottom="10px" android:layout_height="wrap_content" android:layout_width="fill_parent" android:src="@android:drawable/divider_horizontal_bright" /&gt; &lt;/LinearLayout&gt; </code></pre> <p>I tried another one with the same size and I have the same problem it's still blank.</p> <p>My research on Google was irrelevant. Hope you can find what am I doing wrong here.<br> Thanks in advance for your help.</p> <p>Lorenth</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload