初始化

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,25 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/umeng_comm_user_center_title_color"
android:orientation="vertical" >
<com.umeng.common.ui.widgets.RefreshLvLayout
android:id="@+id/umeng_comm_topic_lv_layout"
android:layout_width="fill_parent"
android:layout_height="fill_parent" >
<ListView
android:id="@+id/umeng_comm_topic_listview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="#EEEEEE"
android:dividerHeight="1dip"
android:fadingEdgeLength="0.0sp"
android:fastScrollEnabled="false"
android:scrollingCache="false" >
</ListView>
</com.umeng.common.ui.widgets.RefreshLvLayout>
</LinearLayout>