2022-03-22 15:35:23 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2022-03-22 17:12:14 +01:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2022-03-22 15:35:23 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
2022-03-22 17:12:14 +01:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
tools:context="bou.amine.apps.readerforselfossv2.android.MainActivity">
|
2022-03-22 15:35:23 +01:00
|
|
|
|
2022-03-22 17:12:14 +01:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|