Update Kotlin Version

Remove Room library
Adding QRUtils and PdfUtils
This commit is contained in:
Mathieu Sanchez
2020-04-15 18:57:28 +02:00
parent c88adaef0b
commit 7614a95489
12 changed files with 137 additions and 24 deletions

View File

@ -1,7 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<layout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto">
xmlns:app="http://schemas.android.com/apk/res-auto"
tools:context=".ui.add.AddFragment">
<data>
@ -13,8 +14,7 @@
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/context"
tools:context=".ui.add.AddFragment">
android:id="@+id/constraintContext">
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"