how to make a button occupy a inches of the display android code example
Example: android button make wider
You can use paddings.
Exaples:
android:paddingEnd="55dp"(+55dp to the right border)
android:padding="35dp"
You can use paddings.
Exaples:
android:paddingEnd="55dp"(+55dp to the right border)
android:padding="35dp"