Newer
Older
org.ntlab.acanthus_client / app / src / main / res / layout / animation_home.xml
g-akagi on 30 Jul 2021 1 KB #162 タイトルバー下の重なりをなくせたはず
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <androidx.constraintlayout.widget.ConstraintLayout
  3. xmlns:android="http://schemas.android.com/apk/res/android"
  4. xmlns:app="http://schemas.android.com/apk/res-auto"
  5. xmlns:tools="http://schemas.android.com/tools"
  6. android:layout_width="match_parent"
  7. android:layout_height="match_parent">
  8.  
  9. <LinearLayout
  10. android:layout_width="match_parent"
  11. android:layout_height="match_parent"
  12. android:orientation="vertical"
  13. tools:layout_editor_absoluteX="0dp"
  14. tools:layout_editor_absoluteY="-44dp">
  15.  
  16. <TextView
  17. android:id="@+id/animationName"
  18. android:layout_width="wrap_content"
  19. android:layout_height="wrap_content"
  20. android:text="TextView" />
  21.  
  22. <TextView
  23. android:id="@+id/editorsName"
  24. android:layout_width="78dp"
  25. android:layout_height="wrap_content"
  26. android:text="TextView" />
  27.  
  28. <TextView
  29. android:id="@+id/createdDate"
  30. android:layout_width="wrap_content"
  31. android:layout_height="wrap_content"
  32. android:text="TextView" />
  33.  
  34. </LinearLayout>
  35.  
  36. </androidx.constraintlayout.widget.ConstraintLayout>