|
|
@@ -115,61 +115,10 @@
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- style="@style/crm_ll_card"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="0dp"
|
|
|
- android:layout_marginRight="0dp"
|
|
|
- android:layout_marginTop="10dp">
|
|
|
-
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:orientation="horizontal"
|
|
|
- android:padding="10dp">
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:layout_width="56dp"
|
|
|
- android:layout_height="56dp"
|
|
|
- android:layout_marginLeft="10dp"
|
|
|
- android:src="@drawable/ic_sell_honor" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="match_parent"
|
|
|
- android:padding="5dp"
|
|
|
- android:text="@string/Wall_of_Fame_description"
|
|
|
- android:textColor="#FF666666"
|
|
|
- android:textSize="12sp" />
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
- <FrameLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <android.support.v7.widget.RecyclerView
|
|
|
- android:id="@+id/client_sell_honor_rv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content" />
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/client_sell_honor_empty_tv"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="200dp"
|
|
|
- android:background="@color/white"
|
|
|
- android:gravity="center"
|
|
|
- android:textSize="12sp"
|
|
|
- android:text="暂时没有数据"
|
|
|
- android:visibility="gone" />
|
|
|
- </FrameLayout>
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
<!--我的排名-->
|
|
|
<LinearLayout
|
|
|
style="@style/crm_ll_card"
|
|
|
- android:layout_margin="0dp"
|
|
|
- android:visibility="gone">
|
|
|
+ android:layout_margin="0dp">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -987,7 +936,8 @@
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginLeft="0dp"
|
|
|
android:layout_marginRight="0dp"
|
|
|
- android:layout_marginTop="10dp">
|
|
|
+ android:layout_marginTop="10dp"
|
|
|
+ android:visibility="gone">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
@@ -1126,6 +1076,56 @@
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
+ <LinearLayout
|
|
|
+ style="@style/crm_ll_card"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="0dp"
|
|
|
+ android:layout_marginRight="0dp"
|
|
|
+ android:layout_marginTop="10dp">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ android:padding="10dp">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="56dp"
|
|
|
+ android:layout_height="56dp"
|
|
|
+ android:layout_marginLeft="10dp"
|
|
|
+ android:src="@drawable/ic_sell_honor" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="match_parent"
|
|
|
+ android:padding="5dp"
|
|
|
+ android:text="@string/Wall_of_Fame_description"
|
|
|
+ android:textColor="#FF666666"
|
|
|
+ android:textSize="12sp" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <FrameLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <android.support.v7.widget.RecyclerView
|
|
|
+ android:id="@+id/client_sell_honor_rv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/client_sell_honor_empty_tv"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="200dp"
|
|
|
+ android:background="@color/white"
|
|
|
+ android:gravity="center"
|
|
|
+ android:text="暂时没有数据"
|
|
|
+ android:textSize="12sp"
|
|
|
+ android:visibility="gone" />
|
|
|
+ </FrameLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
</LinearLayout>
|
|
|
</com.handmark.pulltorefresh.library.PullToRefreshScrollView>
|
|
|
|