|
|
|
@ -15,22 +15,69 @@
|
|
|
|
|
android:padding="@dimen/spacing_16"
|
|
|
|
|
android:text="已授权设备" />
|
|
|
|
|
|
|
|
|
|
<include layout="@layout/devise_cardview"/>
|
|
|
|
|
<!-- <com.xuexiang.xui.widget.layout.linkage.LinkageScrollLayout-->
|
|
|
|
|
<!-- android:id="@+id/lsl_container"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:scrollbars="vertical">-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<!– <com.xuexiang.xui.widget.layout.linkage.view.LinkageRecyclerView–>-->
|
|
|
|
|
<!--<!– android:id="@+id/recyclerView"–>-->
|
|
|
|
|
<!--<!– android:layout_width="match_parent"–>-->
|
|
|
|
|
<!--<!– android:layout_height="match_parent"–>-->
|
|
|
|
|
<!--<!– android:overScrollMode="never"–>-->
|
|
|
|
|
<!--<!– tools:listitem="@layout/devise_cardview" />–>-->
|
|
|
|
|
|
|
|
|
|
<!-- </com.xuexiang.xui.widget.layout.linkage.LinkageScrollLayout>-->
|
|
|
|
|
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:id="@+id/card_view"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="@dimen/activity_horizontal_margin"
|
|
|
|
|
android:layout_marginTop="10dp"
|
|
|
|
|
android:layout_marginEnd="@dimen/activity_horizontal_margin"
|
|
|
|
|
android:layout_marginBottom="6dp"
|
|
|
|
|
app:cardBackgroundColor="@color/xui_config_color_white"
|
|
|
|
|
app:cardCornerRadius="8dp"
|
|
|
|
|
app:cardElevation="4dp"
|
|
|
|
|
app:cardPreventCornerOverlap="true"
|
|
|
|
|
app:contentPaddingBottom="10dp"
|
|
|
|
|
app:contentPaddingLeft="@dimen/activity_horizontal_margin"
|
|
|
|
|
app:contentPaddingRight="@dimen/activity_horizontal_margin"
|
|
|
|
|
app:contentPaddingTop="5dp">
|
|
|
|
|
|
|
|
|
|
<!-- <include layout="@layout/layout_devise_card_item" />-->
|
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
|
|
|
|
<com.xuexiang.xui.widget.imageview.RadiusImageView
|
|
|
|
|
android:id="@+id/iv_image"
|
|
|
|
|
android:layout_width="100dp"
|
|
|
|
|
android:layout_height="80dp"
|
|
|
|
|
android:layout_marginStart="8dp"
|
|
|
|
|
android:scaleType="centerCrop"
|
|
|
|
|
android:src="@drawable/normal_photo"
|
|
|
|
|
app:riv_border_width="0dp"
|
|
|
|
|
app:riv_corner_radius="5dp" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="center_vertical"
|
|
|
|
|
android:layout_marginLeft="20dp"
|
|
|
|
|
android:text="设备-1"
|
|
|
|
|
android:textColor="@color/black"
|
|
|
|
|
android:textSize="@dimen/mine_ques_top" />
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
|
|
|
|
</androidx.cardview.widget.CardView>
|
|
|
|
|
<!-- <include layout="@layout/devise_cardview"/>-->
|
|
|
|
|
<!-- <com.xuexiang.xui.widget.layout.linkage.LinkageScrollLayout-->
|
|
|
|
|
<!-- android:id="@+id/lsl_container"-->
|
|
|
|
|
<!-- android:layout_width="match_parent"-->
|
|
|
|
|
<!-- android:layout_height="match_parent"-->
|
|
|
|
|
<!-- android:scrollbars="vertical">-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!--<!– <com.xuexiang.xui.widget.layout.linkage.view.LinkageRecyclerView–>-->
|
|
|
|
|
<!--<!– android:id="@+id/recyclerView"–>-->
|
|
|
|
|
<!--<!– android:layout_width="match_parent"–>-->
|
|
|
|
|
<!--<!– android:layout_height="match_parent"–>-->
|
|
|
|
|
<!--<!– android:overScrollMode="never"–>-->
|
|
|
|
|
<!--<!– tools:listitem="@layout/devise_cardview" />–>-->
|
|
|
|
|
|
|
|
|
|
<!-- </com.xuexiang.xui.widget.layout.linkage.LinkageScrollLayout>-->
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|