Fixed height of tableRow Android
问题 I have a calendar that contains a tableLayout with 6 rows, each row contains 6 cells of type CelluleMensuelle (it extends a LinearLayout). In the beginning, all rows have the same height, but when i add textviews to a cell, it increases the height of its row, how can i prevent this ? i want the rows to keep their initial height here is my xml file calendrier_calendriermensuel.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"