Children of LinearLayout not drawn when returning from another activity
问题 On app startup, all children of the LinearLayout (LL) are rendered. But, with the same code when coming from another activity, no children of the LL are visible, nevertheless included in the view tree. See: The activity_main.xml is: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/container" android:layout_width="match_parent" android:layout_height="match_parent"> <LinearLayout android:id="@+id