s-num lines-num-new"> 178
<ListView
android:id="@+id/lv_history_list"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="9.8"
android:background="@color/white"
android:cacheColorHint="@color/transparent"
android:divider="@drawable/list_item_divider"
android:dividerHeight="0.5dp"
android:fadingEdge="none"
android:listSelector="@color/transparent" />
</com.zhy.autolayout.AutoLinearLayout>
<View
android:layout_width="match_parent"
android:layout_height="0.5dp"
android:background="@color/ui_titleline"
android:visibility="visible" />
<ListView
android:id="@+id/lv_search_list"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="9.8"
android:background="@color/white"
android:cacheColorHint="@color/transparent"
android:fadingEdge="none"
android:listSelector="@color/transparent" />
<ListView
android:id="@+id/lv_history_list"
android:layout_width="fill_parent"
android:layout_height="0dp"
android:layout_weight="9.8"
android:background="@color/white"
android:cacheColorHint="@color/transparent"
android:divider="@drawable/list_item_divider"
android:dividerHeight="0.5dp"
android:fadingEdge="none"
android:listSelector="@color/transparent" />
</com.zhy.autolayout.AutoLinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
|
||
| 14 | 14 |
|
| 15 | 15 |
|
| 16 | 16 |
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 17 | 26 |
|
| 18 | 27 |
|
| 19 | 28 |
|
|
||
| 26 | 35 |
|
| 27 | 36 |
|
| 28 | 37 |
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 | 38 |
|
| 39 | 39 |
|
| 40 | 40 |
|