linphone-android/app/src/main/res/layout/empty_fragment.xml
2024-07-15 16:10:32 +02:00

17 lines
No EOL
491 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto">
<data>
<import type="android.view.View" />
</data>
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white">
</androidx.constraintlayout.widget.ConstraintLayout>
</layout>