初始化

This commit is contained in:
ouyang
2017-08-15 15:04:48 +08:00
parent f1de8d5d3e
commit 9412cc7505
3464 changed files with 236938 additions and 0 deletions
@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<com.umeng.common.ui.widgets.RefreshLvLayout
android:id="@+id/umeng_comm_swipe_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<ListView
android:id="@+id/umeng_comm_notify_listview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="#EEEFF3"
android:dividerHeight="1dip"
android:fadingEdgeLength="0.0sp"
android:fastScrollEnabled="false"
android:headerDividersEnabled="false"
android:listSelector="@android:color/transparent"
android:scrollbars="none"
android:scrollingCache="false" />
</com.umeng.common.ui.widgets.RefreshLvLayout>
<com.umeng.common.ui.widgets.BaseView
android:id="@+id/umeng_comm_baseview"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true" />
</RelativeLayout>