Fix errors
This commit is contained in:
parent
b3a547cd87
commit
06cbbbe1e8
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue