In .axml file i can set style as shown below:
<Button style="?android:attr/borderlessButtonStyle"
How can i do the same with code in custom renderer?
In .axml file i can set style as shown below:
<Button style="?android:attr/borderlessButtonStyle"
How can i do the same with code in custom renderer?