| | |
| | | > |
| | | <LinearLayout |
| | | android:layout_width="85dp" |
| | | android:layout_height="122dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:gravity="center_horizontal" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_add" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:gravity="center" |
| | | android:text="新建" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_add" |
| | | android:drawablePadding="5dp" |
| | | android:layout_weight="1" |
| | | /> |
| | | <View |
| | | <LinearLayout |
| | | android:id="@+id/layout_add" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/tv_select" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:text="选择" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_select" |
| | | android:drawablePadding="5dp" |
| | | android:layout_weight="1" |
| | | /> |
| | | <View |
| | | android:orientation="vertical" |
| | | android:gravity="center_horizontal" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_add" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:gravity="center" |
| | | android:text="新建" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_add" |
| | | android:drawablePadding="5dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_select" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:gravity="center_horizontal" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_select" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:text="选择" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_select" |
| | | android:drawablePadding="5dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_from_new_to_old" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:text="由新到旧" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_order" |
| | | android:drawablePadding="5dp" |
| | | android:layout_weight="1" |
| | | android:drawablePadding="3dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | |
| | | <TextView |
| | | android:id="@+id/tv_from_old_to_new" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_height="32dp" |
| | | android:text="由旧到新" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_order" |
| | | android:drawablePadding="5dp" |
| | | android:layout_weight="1" |
| | | android:drawablePadding="3dp" |
| | | /> |
| | | </LinearLayout> |
| | | |