| | |
| | | android:gravity="center_horizontal" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_first" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="32dp" |
| | | android:gravity="center" |
| | | android:text="只显示第一代" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_second" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="32dp" |
| | | android:text="显示至第二代" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_third" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="32dp" |
| | | android:text="显示至第三代" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_all" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="32dp" |
| | | android:text="显示全部" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_family" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="32dp" |
| | |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | /> |
| | | |
| | | </LinearLayout> |
| | | |
| | | </androidx.cardview.widget.CardView> |