I want to align the baseline of a TextView
with the bottom of the parent layout (LinearLayout
or RelativeLayout
). Is this possible and, if so, how is it done?
Asked
Active
Viewed 117 times
1

dommer
- 19,610
- 14
- 75
- 137
-
Have you tried align to parent bottom option? I think it's in relative layout – Umar Hussain Sep 04 '17 at 15:31
-
Yes, but that aligns the bottom of the text---not the baseline. – dommer Sep 04 '17 at 15:56