I have to create A GUI like below. I have used LinearLayout and created the border around it.I have to insert the header text between the border. Any idea how to do this.
I have to create A GUI like below. I have used LinearLayout and created
Share
The TextView should appear above the linearlayout covering the border with his white background. You could position it using margins.