| | |
| | | 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:layout_width="85dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="vertical" |
| | | android:gravity="center_vertical" |
| | | android:gravity="center_horizontal" |
| | | > |
| | | <TextView |
| | | android:id="@+id/tv_owner_info" |
| | |
| | | android:text="养犬人信息" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | android:layout_marginHorizontal="10dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | android:layout_marginHorizontal="10dp" |
| | | /> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="0.3dp" |
| | | android:background="#FF939393" |
| | | /> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_another" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="30dp" |
| | | android:text="旺财" |
| | | android:gravity="center" |
| | | android:textColor="#FF333333" |
| | | android:textSize="12sp" |
| | | app:drawableStartCompat="@drawable/ic_operate_order" |
| | | android:drawablePadding="3dp" |
| | | android:layout_marginHorizontal="10dp" |
| | | /> |
| | | </LinearLayout> |
| | | |