I have three files. The XML, the draw function and the main Activity. I have some LinearLayout in my XML file. <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_weight="1"> <LinearLayout android:layout_width="fill_parent" android:layout_height="fill_parent"...
This question’s answers are a community effort. Edit existing answers to improve this post. It is not currently accepting new answers or interactions. I would like to draw a...