activity_new_menu.xml 487 B

1234567891011121314
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:tools="http://schemas.android.com/tools"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:paddingBottom="0dp"
  7. android:paddingLeft="0dp"
  8. android:paddingRight="0dp"
  9. android:paddingTop="0dp"
  10. tools:context=".MenuActivity"
  11. android:id="@+id/menu_root"
  12. android:background="#000000">
  13. </RelativeLayout>