bdp_blank_auth.xml 548 B

123456789101112131415
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. ~ Copyright (C) 2019 Baidu, Inc. All Rights Reserved.
  4. -->
  5. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  6. android:layout_width="match_parent"
  7. android:layout_height="wrap_content"
  8. android:orientation="vertical"
  9. android:paddingTop="0dp"
  10. android:paddingBottom="0dp"
  11. android:paddingLeft="25dp"
  12. android:paddingRight="25dp"
  13. android:background="@null">
  14. </LinearLayout>