tysdkn_foot_view.xml 859 B

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:id="@+id/tysdkn_load_layout"
  5. android:layout_width="match_parent"
  6. android:layout_height="wrap_content"
  7. android:gravity="center"
  8. android:orientation="horizontal"
  9. android:paddingBottom="10dip"
  10. android:paddingTop="10dip"
  11. tools:ignore="UselessParent">
  12. <ProgressBar
  13. style="?android:attr/progressBarStyleLargeInverse"
  14. android:layout_width="30dp"
  15. android:layout_height="30dp" />
  16. <TextView
  17. tools:ignore="HardcodedText"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:text="正在加载......"
  21. android:textSize="16sp" />
  22. </LinearLayout>