Android - View inside a View

Wednesday, November 4, 2015

In XAML for Windows phone I can do something like that:



<Button>
<StackPanel>
<TextBlock Text="Press me" />
<TextBlock Text="Really, press me" />
</StackPanel>
</Button>


Is there a way to do it in xml for android? Thanks you in advance

0 comments:

Post a Comment