san*_*one 3 android nine-patch relativelayout
当我将9.PNG图像设置为RelativeLayout背景时,其中的所有元素都缩小到中间.这是XML和快照.
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/bg"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Just a simple white text which does not show up"
android:textColor="#ffffff"
/>
</RelativeLayout>
Run Code Online (Sandbox Code Playgroud)

如果我将背景更改为颜色或普通图像,我会得到文本.
android:background="@drawable/bg2" //normal image
Run Code Online (Sandbox Code Playgroud)

谁能解释为什么会这样?
| 归档时间: |
|
| 查看次数: |
734 次 |
| 最近记录: |