2017-05-27 23:05:27 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-09-24 22:12:44 +02:00
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
2017-05-27 23:05:27 +02:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-05-28 02:29:42 +02:00
|
|
|
tools:context="apps.amine.bou.readerforselfoss.MainActivity">
|
2017-05-27 23:05:27 +02:00
|
|
|
|
2018-09-24 22:12:44 +02:00
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|