[rm] 删除重复文件
This commit is contained in:
@@ -66,7 +66,7 @@ public class V2XShareEventAdapter extends RecyclerView.Adapter<RecyclerView.View
|
||||
shareLoadStatusViewHolder holder = new shareLoadStatusViewHolder(v);
|
||||
return holder;
|
||||
}else {
|
||||
View v = shareLayoutInflater.inflate(R.layout.item_v2x_event_share_no_more, parent,
|
||||
View v = shareLayoutInflater.inflate(R.layout.footer_nomore_view, parent,
|
||||
false);
|
||||
shareLoadNoMoreViewHolder holder = new shareLoadNoMoreViewHolder(v);
|
||||
return holder;
|
||||
|
||||
@@ -1,45 +0,0 @@
|
||||
<?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="wrap_content"
|
||||
android:paddingTop="16px"
|
||||
android:paddingBottom="30px">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/event_share_load_no_more"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_centerInParent="true"
|
||||
android:alpha="0.6"
|
||||
android:paddingTop="12px"
|
||||
android:paddingBottom="12px"
|
||||
android:text="没有更多记录了"
|
||||
android:textColor="#FFFFFF"
|
||||
android:textSize="14px" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/left_line"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0.5px"
|
||||
android:alpha="0.5"
|
||||
android:layout_alignParentLeft="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="46px"
|
||||
android:layout_marginRight="16px"
|
||||
android:layout_toLeftOf="@id/event_share_load_no_more"
|
||||
android:background="#FFFFFF" />
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/right_line"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="0.5px"
|
||||
android:alpha="0.5"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginLeft="16px"
|
||||
android:layout_marginRight="46px"
|
||||
android:layout_toRightOf="@id/event_share_load_no_more"
|
||||
android:background="#FFFFFF" />
|
||||
|
||||
|
||||
</RelativeLayout>
|
||||
Reference in New Issue
Block a user