diff options
| author | lonkaars <loek@pipeframe.xyz> | 2024-02-19 14:38:55 +0100 |
|---|---|---|
| committer | lonkaars <loek@pipeframe.xyz> | 2024-02-19 14:38:55 +0100 |
| commit | d604d263d02ecad65dc2f08f59b6e817cb0e5fe8 (patch) | |
| tree | 40522b303523e9725a8cdcc6a589c64bff91b17e /app/src/main/res/layout-land | |
| parent | 7a45854a203447df2ad288b9796f5dd903c8d448 (diff) | |
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> |