Closed RedEagle07 closed 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?
android:gravity="center" or .setGravity(Gravity.CENTER);
Not working, the problem I think is the textview wraps_content despite having its width as match_parent
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?