applying css for android applcation -


i have developed android app in android studio.i have used buttons, textview etc in xml layout , onclick , other functionality in java file.now if there css file,for styling buttons,how can access css file.please me.

not possible. can not apply css styles android sdk component i.e. button. can design own style i.e. drawable making use of android standards defined google. google has provided lots of properties button class. can use properties in activity through layout file or programmatically.

https://developer.android.com/reference/android/widget/button.html


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -