初始化
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user