ExternGnss/app/src/main/res/layout/activity_permission_request...

9 lines
432 B
XML
Raw Normal View History

2022-03-27 22:51:53 +02:00
<?xml version="1.0" encoding="utf-8"?>
2022-03-30 18:05:58 +02:00
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
2022-03-27 22:51:53 +02:00
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".PermissionRequester">
2022-03-30 18:05:58 +02:00
</androidx.constraintlayout.widget.ConstraintLayout>