top of page

[Android] TextView is not centered horizontally when folded

Phenomenon


I put a TextView inside the LinearLayout and set the gravity of the LinearLayout to center_horizontal. When the TextView has one line, it is properly centered on the left and right, but when the sentence becomes long and becomes two lines, it is biased to the left.


gravity of Layout is center_horizontal, but...

Solution


Set the gravity of the TextView to center_horizontal. If the statement is long and has two lines, the TextView has an end-to-end length of the LinearLayout (even if you can't see it). Therefore, as mentioned above, the gravity of the TextView must be center_horizontal in order to bring the sentence to the center of the left and right.




Recent Posts

See All

[Android] What is Android API level?

Introduction When I try to upload an app to Google Play Store, the following error occurs Your app is currently targeting API level 31. To take advantage of the latest security- and performance-optimi

[Android]Nothing is displayed in RecyclerView

Phenomenon When I try to read the data in the database and display it in RecyclerView, nothing is displayed. When I set a breakpoint and examined it, there was no problem up to the point where the dat

[Android]RecyclerView shows only one item

Phenomenon I want to read data from the database and display it in a list with RecyclerView. There should be more than one registered in the database, but only one is displayed in RecyclerView. Unlike

Let's do our best with our partner:​ ChatReminder

iphone6.5p2.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Let's do our best with our partner:​ ChatReminder

納品:iPhone6.5①.png

It is an application that achieves goals in a chat format with partners.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Theme diary: Decide the theme and record for each genre

It is a diary application that allows you to post and record with themes and sub-themes for each genre.

google-play-badge.png
Download_on_the_App_Store_Badge_JP_RGB_blk_100317.png

Inquiries: Please contact us on Twitter

  • Twitter
bottom of page