Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Center Text #6

Open
raedhamam opened this issue Apr 1, 2012 · 1 comment
Open

Center Text #6

raedhamam opened this issue Apr 1, 2012 · 1 comment

Comments

@raedhamam
Copy link

After changing the drawables for button backgrounds, the text is not centered inside the button.

@StephenFerdinand
Copy link

For some reason the paddings aren't zero.
Set the padding left and right to zero and make the gravity centered on every button

in xml:
android:paddingLeft="0dp"
android:paddingRight="0dp"
android:gravity="center"

This should solve it!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants