question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Android] borderStyle does not work with specific borderWidth (borderBottomWidth, etc).

See original GitHub issue

borderStyle does not work with specific borderWidth.

borderBottomWidth: 1,
borderBottomColor: '#979797',
borderStyle: 'dotted',

shows no dotted border.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:1
  • Comments:24 (4 by maintainers)

github_iconTop GitHub Comments

11reactions
sospedracommented, Apr 3, 2017

+1 why is this closed?

7reactions
sadi304commented, Jan 18, 2018

This issue needs to be addressed -__-. Been there for almost one and a half year

Read more comments on GitHub >

github_iconTop Results From Across the Web

borderStyle not working in android - react-native
The borderStyle: 'dashed'/'dotted' should work if you add borderRadius: 1 (Android only). Also note that it works only with 'borderWidth' ...
Read more >
border-width - CSS: Cascading Style Sheets - MDN Web Docs
The border-width property may be specified using one, two, three, or four values. When one value is specified, it applies the same width...
Read more >
border-bottom-style
The border-bottom-style property is used to specify the line style of the bottom border of an element (solid, double, da.
Read more >
Adding Border around HTML elements using CSS
Rest properties of border won't work until style is specified. border-style contains atleast one and maximum of four values: One value: border style...
Read more >
CSS Border
border : border-width border-style border-color;. This is a shorthand syntax of CSS border and there is another syntax for CSS borders as well...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found