123456789101112131415 |
- <?xml version="1.0" encoding="utf-8"?>
- <!--
- ~ Copyright (C) 2019 Baidu, Inc. All Rights Reserved.
- -->
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingTop="0dp"
- android:paddingBottom="0dp"
- android:paddingLeft="25dp"
- android:paddingRight="25dp"
- android:background="@null">
- </LinearLayout>
|