hall_bottom_layout.xml 594 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. android:layout_width="match_parent"
  5. android:layout_height="wrap_content"
  6. android:background="@color/lightblue"
  7. >
  8. <TextView
  9. android:id="@+id/txt_system_version"
  10. android:layout_width="wrap_content"
  11. android:layout_height="wrap_content"
  12. android:layout_centerInParent="true"
  13. android:textColor="@android:color/black"
  14. android:textSize="12sp" />
  15. </RelativeLayout>