Android's RelativeLayout seems broken

前端 未结 2 495
灰色年华
灰色年华 2021-02-07 15:07

I\'m working on a layout where I use a ListView with RelativeLayout line items. The lineitems themselves are not displaying correctly.

The issue is that the txtVideoDur

2条回答
  •  自闭症患者
    2021-02-07 15:31

    How are you inflating your row views that are "buggy"? Can you provide a code snippet?

    Also, android:orientation="vertical" is not valid for RelativeLayout.

提交回复
热议问题