今奥全景相机
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.

7 lines
759 B

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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">
<android.support.v4.widget.SwipeRefreshLayout android:id="@id/swipe_community_new" android:layout_width="fill_parent" android:layout_height="fill_parent">
<ListView android:id="@id/lv_community_new" android:scrollbars="none" android:layout_width="fill_parent" android:layout_height="fill_parent" android:listSelector="@color/bg_transparent" android:cacheColorHint="@color/bg_transparent" android:dividerHeight="3.0dip" />
</android.support.v4.widget.SwipeRefreshLayout>
</FrameLayout>