今天自定义一个带时间轴的listview,自定义完之后出现问题了,就是listview中的item覆盖在了时间轴上(就是只有item之间的间隔中才能看见时间轴的线),如何让时间轴显示在item上方
If you are using FrameLayout, just write ListView at the top in xml. I don’t know how you implemented it specifically and it’s hard to answer.
It is recommended that you use relativeLayout to achieve it
If you are using FrameLayout, just write ListView at the top in xml. I don’t know how you implemented it specifically and it’s hard to answer.
It is recommended that you use relativeLayout to achieve it