activity_main.xml 361 B

12345678910
  1. <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
  2. xmlns:tools="http://schemas.android.com/tools"
  3. android:id="@+id/container_login_fragment"
  4. android:layout_width="match_parent"
  5. android:layout_height="match_parent"
  6. android:background="@android:color/darker_gray"
  7. tools:context=".MainActivity">
  8. </RelativeLayout>