I have a relative layout that has two buttons and one textview. What i’m trying to have happen is having one button on the far left, the textview in the center, and the other button on the far right. Trying to do this without XML. Here’s my code: RelativeLayout fm = new RelativeLayout(this); RelativeLayout.LayoutParams lp […]
The post How to align views in a relative layout to far left, center, and far right programmatically? appeared first on BlogoSfera.