设置-修改密码,黑名单
This commit is contained in:
20
OneToOne/src/main/res/layout/activity_follow.xml
Normal file
20
OneToOne/src/main/res/layout/activity_follow.xml
Normal file
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical"
|
||||
>
|
||||
|
||||
<include layout="@layout/view_title_custom"/>
|
||||
|
||||
<com.yunbao.common.custom.CommonRefreshView
|
||||
android:id="@+id/refreshView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="1dp"
|
||||
android:background="@color/white"
|
||||
app:crv_itemCount="50"
|
||||
/>
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user