I have a relative layout and in that i have 2 TextView. I want to adjust the size of both textview as per the user screen size, means if the user has screen small then both, textview will adjust there textsize into half of the screensize so that they both could fully fill screen by width.
Like this:
there are 2 Textview in images getting adjust as per screensize to fit the width.