Newer
Older
SpyWebView / app / src / main / res / layout / pop_history.xml
bello on 31 Jul 2020 352 bytes 过滤
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/list_view"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:background="#fff"
    android:dividerHeight="0.2dp"
    android:divider="#e2e2e2"
    android:orientation="vertical" />