this is the xml layout.Anybody can tell me why? There is one Linearlayout contains two relativelayout,and the relativelayout contains one textview.When I set the textview's textsize with 32sp and 24 sp,the questions is appear,they can't align in one baseline.
Asked
Active
Viewed 250 times
0
-
No code, no screenshot. Thanks for your efforts. – hgoebl Oct 06 '16 at 15:29
1 Answers
1
There are two similar problems:
1.Marshmallow RelativeLayout behaves strange with alignBaseline
2.https://code.google.com/p/android/issues/detail?id=73697&thanks=73697
By the way, you'd better show the code.