enter image description here
I wanna make multiple buttons organized in a horizontal linear layout, but every buttons have common fields such as android:layout_marginStart=”10dp”, android:background=”@null”, android:scaleType=”centerInside”. Is there an better way to do that in order to assign this fields to every single button and not copy and paste them? Thank you
enter image description here
As I explain, im looking for a pattern for all the buttons with common field. Thank you!
Abdelkarim Moumni is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.