| | |
| | | <RelativeLayout |
| | | android:id="@+id/layout_title" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_40" |
| | | android:layout_height="40dp" |
| | | > |
| | | |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_centerInParent="true" |
| | | android:text="@{bean.myName+` 的 通 讯 录`}" |
| | | android:textColor="@color/black" |
| | | android:textSize="@dimen/sp_16" |
| | | android:textStyle="bold" |
| | | android:textSize="16sp" |
| | | tools:text="张三 的 通 讯 录" /> |
| | | <ImageView |
| | | android:id="@+id/iv_fold" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/ic_fold" |
| | | android:layout_marginEnd="10dp" |
| | | android:layout_alignParentRight="true" |
| | | android:layout_centerVertical="true" |
| | | /> |
| | | </RelativeLayout> |
| | | <LinearLayout |
| | | android:id="@+id/layout_content" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginBottom="30dp" |
| | | android:layout_marginBottom="20dp" |
| | | > |
| | | <androidx.recyclerview.widget.RecyclerView |
| | | android:id="@+id/recyclerView" |