在使用到9.png的布局上面添加

 android:padding="0dip"

 

比如

 

<LinearLayout
            android:layout_width="match_parent"
            android:layout_height="wrap_content"
            android:layout_margin="20dp"
            android:layout_marginRight="10dp"
            android:orientation="vertical"
            android:layout_weight="1"
            android:background="@drawable/sysbtnblue"
            android:padding="0dip"
               >

解决方法来源

相关文章:

  • 2021-10-16
  • 2021-12-04
  • 2021-06-16
  • 2021-08-11
  • 2021-12-22
  • 2021-11-19
  • 2021-11-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-11-25
  • 2021-06-20
  • 2021-12-14
  • 2021-11-21
相关资源
相似解决方案