aboutus_screen.xml 497 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. android:orientation="vertical" android:layout_width="match_parent"
  4. android:layout_height="match_parent">
  5. <TextView android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:text="About Us"
  8. android:typeface="serif"
  9. android:textStyle="bold"
  10. android:textSize="30dp">
  11. </TextView>
  12. </LinearLayout>