I have made an app using the default Android emulator i Visula Studio 2017. But when I tested it on my Motorola Moto G(5S) Plus emulator the layout was rather different, the text got cramed together. Only half of the title is showing and only 2/3 of the latin name. (I was not allowed to post link to the screen shot). Is it not possible to let the height of the row dynamically adapt to the height of txtName + txtLatin?
Here is my Main.axml and the ListView_Row.axml:
How can I add XML text? The two examples below more or less dissapear.
<?xml version="1.0" encoding="utf-8"?>
"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<?xml version="1.0" encoding="utf-8"?>
"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:minWidth="30px"
android:minHeight="100px"
android:weightSum="100">
Thanks, Sigurd F