Skip to content

Border radius is not working on Android API 17 #1000

@lscown

Description

@lscown

screen shot 2015-10-29 at 5 48 23 pm

This is a simplified version of our xml:

<Border class="list-icon" backgroundColor="#FAFAFA" borderColor="black">
    <Label color="red" class="icon-letter" text="H"/>
</Border>

and the CSS:

.list-icon {
  border-width: 2;
  horizontal-align: center;
  vertical-align: center;
  margin: 0 0 0 15;
  border-radius: 22;
  width: 44;
  height: 44;
}
.icon-letter {
  horizontal-align: center;
  vertical-align: center;
  font-size: 16;
}

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions