remplacer le coordinator layout par un relative layout qui fait la même chose sauf qu'on aura l'air moins con à l'expliquer aux profs

This commit is contained in:
odrling 2018-01-10 20:31:53 +01:00
parent 7797472157
commit 166076a222

View file

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
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="xyz.johnny.norntalk.MainActivity">
<include layout="@layout/content_main"
android:layout_height="match_parent"
android:layout_width="match_parent"
@ -24,4 +23,4 @@
android:src="@drawable/ic_add"
app:backgroundTint="@color/colorAccent" />
</android.support.design.widget.CoordinatorLayout>
</RelativeLayout>