如何在android studio中创建一个段落?

时间:2016-07-01 18:40:03

标签: android xml android-studio textview

我想创建一个列表项的布局,如图所示。我把它分为三个部分,整个布局为线性(方向 - 水平)。三个部分是
1)图像
2)段落
3)线性布局中的三个编辑文本 我在第二部分有问题,因为段落(文本视图)的长度会扰乱下一部分。我也尝试将重量放在相对布局中但是它不起作用。这个问题的解决方案是什么?
How to do something like this.
代码:

do.call(cbind, lapply(Fakey, function(col) {
                             col[col <= 1 | col >= 4] <- NA; col[order(is.na(col))]
                         }))

    A  B  C
1   2  3  3
2   2  3  3
3   2  3  3
4   2  3  3
5   3  2  2
6   3  2  2
7   3  2  2
8   3  2  2
9  NA NA NA
10 NA NA NA
11 NA NA NA
12 NA NA NA
13 NA NA NA
14 NA NA NA
15 NA NA NA
16 NA NA NA

1 个答案:

答案 0 :(得分:0)

如果您使用@Test public void testMongoDBTestDataGenerate() { MongoClient mongoClient = new MongoClient("localhost", 27017); DB db = mongoClient.getDB("development"); DBCollection collection = db.getCollection("ssv"); for (int i = 0; i < 100; i++) { BasicDBObject document = new BasicDBObject(); document.put("database", "test"); document.put("table", "hosting"); BasicDBObject documentDetail = new BasicDBObject(); documentDetail.put("records", 99); documentDetail.put("index", "vps_index1"); documentDetail.put("active", "true"); document.put("detail", documentDetail); collection.insert(document); } mongoClient.close(); } ,则layout_weight(适用于layout_width horizontal)应设为LinearLayouts