标签: android android-layout android-fragments android-studio android-tablayout
我必须在android中动态创建表格布局。第一个标题为一行,第二个为两列,表格布局为另一行。
http://imgur.com/wnuY8aa
答案 0 :(得分:2)
确定。所以你主要关注用gridview显示标题。 根据您的要求显示的最简单方法是使用Recyclerview和GridLayoutManager。
var optionalPicturePath: String? = map["doc.type"] if optionalPicturePath != nil { picturePath = optionalPicturePath }
您将获得以下输出。
我希望你能。