Fix errors

This commit is contained in:
Benoit Marty 2021-06-15 18:40:58 +02:00
parent b3a547cd87
commit 06cbbbe1e8
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".features.debug.DebugVectorButtonStylesActivity"
tools:context=".debug.DebugVectorButtonStylesActivity"
tools:ignore="HardcodedText">
<LinearLayout

View file

@ -5,7 +5,7 @@
android:id="@+id/coordinatorLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".features.debug.DebugMaterialThemeActivity"
tools:context=".debug.DebugMaterialThemeActivity"
tools:ignore="HardcodedText,MissingPrefix">
<androidx.constraintlayout.widget.ConstraintLayout