对接语圈接口,
页面基本完成,评论完成一半,需要再调试
This commit is contained in:
23
moduleUtil/src/main/res/layout/room_window_pop_gift.xml
Normal file
23
moduleUtil/src/main/res/layout/room_window_pop_gift.xml
Normal file
@@ -0,0 +1,23 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/ll_cotainer"
|
||||
android:layout_width="@dimen/dp_88"
|
||||
android:background="@drawable/bg_r6_fff"
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="vertical">
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_gift_num_window"
|
||||
android:layout_width="@dimen/dp_72"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:padding="@dimen/dp_8"
|
||||
android:fadingEdge="none"
|
||||
android:overScrollMode="never"
|
||||
tools:itemCount="9"
|
||||
tools:listitem="@layout/room_rv_item_gift_num_windows" />
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user