| | |
| | | android:background="@drawable/ic_operate" |
| | | /> |
| | | </FrameLayout> |
| | | |
| | | <LinearLayout |
| | | android:id="@+id/layout_default" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | android:layout_marginHorizontal="56dp" |
| | | android:gravity="center_vertical" |
| | | > |
| | | android:gravity="center_vertical"> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_title" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="16dp" |
| | | android:text="家庭资产(仅供查看)" |
| | | android:layout_weight="1" |
| | | android:text="家庭资产(仅供查看)" |
| | | android:textColor="@color/white" |
| | | android:textSize="20sp" |
| | | app:textOverflowMode="@{4}" |
| | | /> |
| | | app:textOverflowMode="@{4}" /> |
| | | |
| | | <ImageView |
| | | android:id="@+id/iv_search_default" |
| | | android:layout_width="@dimen/dp_24" |
| | | android:layout_height="@dimen/dp_24" |
| | | android:background="@drawable/ic_search" |
| | | /> |
| | | android:background="@drawable/ic_search" /> |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_search" |