fragment_login.xml 550 B

1234567891011121314151617
  1. <LinearLayout
  2. xmlns:android="http://schemas.android.com/apk/res/android"
  3. xmlns:app="http://schemas.android.com/apk/res-auto"
  4. xmlns:tools="http://schemas.android.com/tools"
  5. android:layout_width="match_parent"
  6. android:layout_height="match_parent"
  7. android:background="@color/colorAccent"
  8. android:orientation="horizontal"
  9. tools:fragmentActivity=".LoginFragment">
  10. <!--<Button
  11. android:id="@+id/button_back"
  12. android:layout_width="wrap_content"
  13. android:layout_height="wrap_content"
  14. android:text="Back"/>-->
  15. </LinearLayout>