|
|
|
|
@ -50,64 +50,72 @@ |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
|
|
|
|
|
<LinearLayout |
|
|
|
|
<androidx.core.widget.NestedScrollView |
|
|
|
|
android:id="@+id/agent" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:orientation="vertical" |
|
|
|
|
android:fillViewport="true" |
|
|
|
|
tools:visibility="gone"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/record" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:text="@string/search_record" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="18sp" /> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/recordRecycler" |
|
|
|
|
<LinearLayout |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="-8dp" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:paddingStart="8dp" |
|
|
|
|
android:paddingEnd="8dp" |
|
|
|
|
android:paddingBottom="8dp" |
|
|
|
|
tools:itemCount="5" |
|
|
|
|
tools:listitem="@layout/adapter_collect_record" /> |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:orientation="vertical"> |
|
|
|
|
|
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/word" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:text="@string/search_hot" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="18sp" /> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/record" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:text="@string/search_record" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="18sp" /> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/wordRecycler" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginTop="-8dp" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:paddingStart="8dp" |
|
|
|
|
android:paddingEnd="8dp" |
|
|
|
|
android:paddingBottom="8dp" |
|
|
|
|
tools:itemCount="5" |
|
|
|
|
tools:listitem="@layout/adapter_collect_word" /> |
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/recordRecycler" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginTop="-8dp" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:nestedScrollingEnabled="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:paddingStart="8dp" |
|
|
|
|
android:paddingEnd="8dp" |
|
|
|
|
android:paddingBottom="8dp" |
|
|
|
|
tools:itemCount="5" |
|
|
|
|
tools:listitem="@layout/adapter_collect_record" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
<TextView |
|
|
|
|
android:id="@+id/word" |
|
|
|
|
android:layout_width="wrap_content" |
|
|
|
|
android:layout_height="wrap_content" |
|
|
|
|
android:layout_marginStart="16dp" |
|
|
|
|
android:layout_marginEnd="16dp" |
|
|
|
|
android:layout_marginBottom="16dp" |
|
|
|
|
android:text="@string/search_hot" |
|
|
|
|
android:textColor="@color/white" |
|
|
|
|
android:textSize="18sp" /> |
|
|
|
|
|
|
|
|
|
<androidx.recyclerview.widget.RecyclerView |
|
|
|
|
android:id="@+id/wordRecycler" |
|
|
|
|
android:layout_width="match_parent" |
|
|
|
|
android:layout_height="match_parent" |
|
|
|
|
android:layout_marginTop="-8dp" |
|
|
|
|
android:clipChildren="false" |
|
|
|
|
android:clipToPadding="false" |
|
|
|
|
android:nestedScrollingEnabled="false" |
|
|
|
|
android:overScrollMode="never" |
|
|
|
|
android:paddingStart="8dp" |
|
|
|
|
android:paddingEnd="8dp" |
|
|
|
|
android:paddingBottom="8dp" |
|
|
|
|
tools:itemCount="5" |
|
|
|
|
tools:listitem="@layout/adapter_collect_word" /> |
|
|
|
|
|
|
|
|
|
</LinearLayout> |
|
|
|
|
</androidx.core.widget.NestedScrollView> |
|
|
|
|
|
|
|
|
|
<RelativeLayout |
|
|
|
|
android:id="@+id/result" |
|
|
|
|
|