myevent_screen.xml 852 B

1234567891011121314151617181920212223242526272829
  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="My Events"
  8. android:typeface="serif"
  9. android:textStyle="bold"
  10. android:textSize="30dp">
  11. </TextView>
  12. <ListView
  13. android:layout_width="fill_parent"
  14. android:layout_height="0dp"
  15. android:layout_weight="0.5"
  16. android:background="#fdd"
  17. android:id="@+id/myevents_list"/>
  18. <ListView
  19. android:layout_width="fill_parent"
  20. android:layout_height="0dp"
  21. android:layout_weight="0.5"
  22. android:background="#dfd"
  23. android:id="@+id/favevents_list"/> -->
  24. </LinearLayout>