搜尋

首頁  >  問答  >  主體

神奇的问题!android .9图片拉伸不是不会变形吗?但是这里变形了

这是我的.9图片:

在popupwindow里头就变形了。。。
这是popupwindow的布局文件:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:orientation="vertical">

    <LinearLayout
        android:layout_width="60dp"
        android:layout_height="wrap_content"
        android:background="@drawable/menu_bg"
        android:orientation="vertical">

        <ListView
            android:id="@+id/lv_ppw_settings_lists"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:cacheColorHint="@android:color/transparent"
            android:pider="@android:color/white"
            android:piderHeight="0dp"
            android:fadingEdge="none"
            android:listSelector="@android:color/transparent">

        </ListView>

    </LinearLayout>

</LinearLayout>
迷茫迷茫2768 天前750

全部回覆(4)我來回復

  • 天蓬老师

    天蓬老师2017-04-17 16:38:10

    變形?這不就是拉伸麼

    回覆
    0
  • 阿神

    阿神2017-04-17 16:38:10

    右邊,三角形的地方需要標示。

    回覆
    0
  • ringa_lee

    ringa_lee2017-04-17 16:38:10

    你要把尖角的區域點起來,這樣就只對下面部分進行拉伸了
    詳情參考:http://www.imooc.com/video/9363

    回覆
    0
  • PHP中文网

    PHP中文网2017-04-17 16:38:10

    你要把尖角的區域點起來,這樣就只對下面部分進行拉伸了

    回覆
    0
  • 取消回覆