Android Question Truncated text

eades

Member
Licensed User
Longtime User
Hello,

if i use SetActivityAttribute(Main, android:theme, @android:style/Theme.Black.NoTitleBar) in the manifest so the titlebar is not visible, all the text in the textboxes gets truncated at the top.
is there anything i can do to solve this. the text is pefect without the change in the manifest?
Thanks
 

eades

Member
Licensed User
Longtime User
Thanks Erel for your very quik reply.
it works perfect, no titlebar and the text is correct.
 
Upvote 0
Top