How can I set the border radius of logo image in the ToolbarAndroid component? I know it can't be styled by style property.
Asked
Active
Viewed 379 times
2
-
hello, did you saw my answer? :-) – piotrek1543 Jan 25 '16 at 21:56
-
Yup, thank you, I'll try it. :) – Terry Sahaidak Jan 28 '16 at 19:56
1 Answers
1
You need to do two steps:
- create custom
Toolbar
layout with - it' only example - ImageView and TextView - make an ImageView coreners rounded. Check: How to make an ImageView with rounded corners?
- replace original one with this. Check: Creating a custom toolbar in android
Hope help

Community
- 1
- 1

piotrek1543
- 19,130
- 7
- 81
- 94