YorkShen commented on issue #2694: [Android]border-radius and border-width and border-color error URL: https://github.com/apache/incubator-weex/issues/2694#issuecomment-511704843 > Weex may not render as expected if you need a smooth transition between different border-radius or border-width on adjoining sides. As it's said in the [documentation](https://weex.apache.org/docs/styles/common-styles.html#box-model), this is the issue of Android system itself, and there is not much we can do. Anyway, I will look into the `border-width` and `border-radius` problem, but this issue may not be fixed. As for `border-color: rgba(0,0,0,.5);`, please don't use alpha, there is nothing we can do to combine alpha, border-width, border-radius in Android View system.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
