充电桩app代码

activity_talk_recommend_tj.xml 2.2KB

    <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent"> <com.andview.refreshview.XRefreshView android:id="@+id/xrefreshview" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@color/ui_f4"> <androidx.recyclerview.widget.RecyclerView android:id="@+id/recycler_view_test_rv" android:layout_width="match_parent" android:layout_height="match_parent" android:scrollbars="vertical" /> </com.andview.refreshview.XRefreshView> <ImageView android:id="@+id/iv_ask" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentRight="true" android:layout_alignParentBottom="true" android:layout_marginRight="15dp" android:layout_marginBottom="22dp" android:src="@drawable/app_share_talk_icon" /> <LinearLayout android:id="@+id/share_info_icon" android:layout_width="wrap_content" android:layout_height="40dp" android:layout_alignParentBottom="true" android:layout_marginBottom="24dp" android:layout_toLeftOf="@+id/iv_ask" android:gravity="center_vertical" android:orientation="horizontal" android:visibility="gone"> <TextView android:id="@+id/share_info_text" android:layout_width="wrap_content" android:layout_height="match_parent" android:background="@drawable/bg_yuan_black" android:gravity="center" android:paddingLeft="10dp" android:paddingRight="10dp" android:text="分享内容获电币" android:textColor="@color/white" android:textSize="11sp" /> <ImageView android:id="@+id/share_info_sanjiao" android:layout_width="15dp" android:layout_height="15dp" android:layout_marginLeft="-5dp" android:src="@drawable/app_sanjiao_right" /> </LinearLayout> </RelativeLayout>