I'm trying to set a button to 60% height and 60% width of the physical device.
Since the size of the screen is user-dependent, using dips is out of the question.
How can we do percentage height and width in Android? E.g.:
<Button android:layout_width="60%" android:layout_height="60%"/>