android5.0 Adapter weight的問提

<LinearLayout
                android:layout_width="wrap_content"
                android:layout_height="0dp"
                android:layout_weight="1"
                android:orientation="horizontal">

                <TextView
                    android:id="@+id/focus_esate_list_name"
                    android:layout_width="0dp"
                    android:layout_height="match_parent"
                    android:layout_weight="1"
                    android:singleLine="true"
                    android:textColor="@color/gray_dark_text"
                    android:textSize="@dimen/text_size_xm" />

                <TextView
                    android:id="@+id/focus_esate_property_type"
                    android:layout_width="wrap_content"
                    android:layout_height="match_parent"
                    android:layout_gravity="center_vertical"
                    android:gravity="center|top"
                    android:paddingLeft="@dimen/padding_m"
                    android:textColor="@color/orange_text"
                    android:textSize="@dimen/text_size_xxs" />

            </LinearLayout>

只須要調用一下forceLayout()便可 java

相關文章
相關標籤/搜索