RelativeLayout and ViewStub inflation
问题 I have the following layout. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="wrap_content" style="@style/list_item_bottom"> <TextView android:id="@+id/list_item_name" android:layout_width="match_parent" android:layout_height="wrap_content"/> <ViewStub android:id="@+id/stub_for_alt_name" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout