Fix lint error

This commit is contained in:
Mygod
2019-01-18 11:35:20 +08:00
parent 6a8dbd7775
commit e43c2280c2

View File

@@ -3,18 +3,20 @@
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">
<androidx.constraintlayout.widget.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="be.mygod.vpnhotspot.MainActivity">
<androidx.appcompat.widget.Toolbar
android:layout_height="?attr/actionBarSize"
android:id="@+id/toolbar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
android:background="?attr/colorPrimary"
android:elevation="4dp"
app:title="@string/app_name"
android:id="@+id/toolbar"/>
app:layout_constraintTop_toTopOf="parent"
app:title="@string/app_name"/>
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:layout_width="0dp"