| | |
| | | android:orientation="vertical" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:cardBackgroundColor="#FFFAD1E0" |
| | | app:cardBackgroundColor="?attr/popupWindowBackgroundColor" |
| | | app:cardCornerRadius="10dp" |
| | | app:cardElevation="0dp" |
| | | > |
| | |
| | | android:orientation="vertical" |
| | | android:gravity="center_horizontal" |
| | | > |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_modify" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:drawablePadding="5dp" |
| | | android:gravity="center" |
| | | android:text="编辑" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_modify" |
| | | android:drawablePadding="5dp" |
| | | android:layout_weight="1" |
| | | /> |
| | | app:drawableStartCompat="@drawable/ic_modify" /> |
| | | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:text="删除" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textColor="#FFE86F72" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_delete" |
| | | android:drawablePadding="5dp" |