How to preview Android ListView with custom row and header layout

后端 未结 2 1253
粉色の甜心
粉色の甜心 2020-12-29 02:23

I have created a list view with a custom layout for the header and rows items many times but what always annoys me is the UI preview in Android Studio does not show a previe

2条回答
  •  旧巷少年郎
    2020-12-29 02:47

    xmlns:tools="http://schemas.android.com/tools" namespace are using for development purposes(preview) and are not compiled in the application.

    
    

提交回复
热议问题