Moh*_*nem 2 android nine-patch
我创建了以下Nine-Patch PNG图像

但当我将其添加为按钮的背景时,我得到以下结果:

正如你可以看到图片没有填满所有按钮背景!
这是XML布局文件:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<Button
android:id="@+id/btn"
android:layout_width="match_parent"
android:layout_height="100dp"
android:background="@drawable/ninepatchimage"
android:text="Click ME" />
</LinearLayout>
Run Code Online (Sandbox Code Playgroud)
谁能告诉我为什么?
| 归档时间: |
|
| 查看次数: |
16205 次 |
| 最近记录: |