将复选框的文本移到框中

时间:2016-07-25 11:10:56

标签: android checkbox

我想删除复选框旁边的文本,并用文字填充框背景。我附上了我想要视图的图像。

enter image description here 在第二部分(工作时间)那些是一周的日期,我怎样才能实现这样的目标呢?谢谢

1 个答案:

答案 0 :(得分:1)

您可以使用Horzontal LinearLayout和TextView代替复选框

models.People.update({OwnerId: peopleInfo.newuser},
    {where: {id: peopleInfo.scenario.id}})
    .then(function (result) {
      models.People.findById(peopleInfo.scenario.id)
      .then(function(user){
        response(user).code(200);
      }).catch(function (err) {
         request.server.log(['error'], err.stack);
       ).code(200);
      });
    }).catch(function (err) {
    request.server.log(['error'], err.stack);
   ).code(200);
});