gabrielemariotti / cardslib

Android Library to build a UI Card
4.66k stars 1.19k forks source link

Is there a way to center the text horizontally in the header textview? #509

Closed RedEagle07 closed 9 years ago

RedEagle07 commented 9 years ago

How can I center the text horizontally inside my header? Actually the header ends up on using the wrap_content width instead of fill_parent for somereason.. any idea how to override this?

Neuron64 commented 9 years ago

android:gravity="center" or .setGravity(Gravity.CENTER);

RedEagle07 commented 9 years ago

Not working, the problem I think is the textview wraps_content despite having its width as match_parent