今奥全景相机
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
1.8 KiB

<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@color/page_main_back" android:layout_width="fill_parent" android:layout_height="fill_parent"
xmlns:android="http://schemas.android.com/apk/res/android">
<RelativeLayout android:id="@id/community_user_fan_actionbar" android:background="@color/page_actionbar_back" android:paddingRight="15.0dip" android:layout_width="fill_parent" android:layout_height="@dimen/actionbar_height">
<TextView android:textColor="@color/font_user_name" android:gravity="center" android:id="@id/ibtn_community_user_fan_actionbar_back" android:background="@drawable/press_view_selector" android:paddingLeft="4.0dip" android:paddingRight="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:drawableLeft="@drawable/back" android:layout_alignParentLeft="true" android:layout_centerVertical="true" />
<TextView android:textSize="18.0sp" android:textColor="@color/font_normal" android:id="@id/community_user_fan_actionbar_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/user_fan_title" android:layout_centerInParent="true" />
</RelativeLayout>
<include android:layout_width="fill_parent" android:layout_height="wrap_content" layout="@layout/community_user_search_head" />
<android.support.v4.widget.SwipeRefreshLayout android:id="@id/community_user_fan_swipe" android:layout_width="fill_parent" android:layout_height="wrap_content">
<android.support.v7.widget.RecyclerView android:id="@id/community_user_fan_rv" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:overScrollMode="never" />
</android.support.v4.widget.SwipeRefreshLayout>
</LinearLayout>