dk_fragment_log_info_setting.xml 808 字节
Newer Older
糕冷羊's avatar
糕冷羊 已提交
1 2 3 4 5 6 7 8 9 10 11 12
<?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"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/dk_color_FFFFFF"
    android:orientation="vertical">

    <com.didichuxing.doraemonkit.ui.widget.titlebar.HomeTitleBar
        android:id="@+id/title_bar"
        android:layout_width="match_parent"
        android:layout_height="89dp"
13 14
        app:dkTitle="@string/dk_kit_log_info"
        app:dkIcon="@drawable/dk_close_icon_big"/>
糕冷羊's avatar
糕冷羊 已提交
15

J
modify:  
jackjintai 已提交
16
    <androidx.recyclerview.widget.RecyclerView
糕冷羊's avatar
糕冷羊 已提交
17 18 19 20 21
        android:id="@+id/setting_list"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

</LinearLayout>