diff options
Diffstat (limited to 'app/src/main/res/layout-land')
| -rw-r--r-- | app/src/main/res/layout-land/portrait_fragment.xml (renamed from app/src/main/res/layout-land/orientation_demo.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-land/orientation_demo.xml b/app/src/main/res/layout-land/portrait_fragment.xml index 65dec93..c4d0730 100644 --- a/app/src/main/res/layout-land/orientation_demo.xml +++ b/app/src/main/res/layout-land/portrait_fragment.xml @@ -20,4 +20,4 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> -</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file +</androidx.constraintlayout.widget.ConstraintLayout> |