|
@@ -20,5 +20,20 @@
|
|
|
android:layout_height="match_parent"></android.support.v7.widget.RecyclerView>
|
|
|
</com.scwang.smartrefresh.layout.SmartRefreshLayout>
|
|
|
|
|
|
+ <RelativeLayout
|
|
|
+ android:id="@+id/call_relyout"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_alignParentBottom="true"
|
|
|
+ android:layout_centerHorizontal="true"
|
|
|
+ android:background="@drawable/hu_jiao_bg"
|
|
|
+ android:visibility="gone">
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_centerInParent="true"
|
|
|
+ android:background="@drawable/hu_jiao" />
|
|
|
+ </RelativeLayout>
|
|
|
</RelativeLayout>
|
|
|
</layout>
|