Fix errors
This commit is contained in:
parent
b3a547cd87
commit
06cbbbe1e8
@ -3,7 +3,7 @@
|
|||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context=".features.debug.DebugVectorButtonStylesActivity"
|
tools:context=".debug.DebugVectorButtonStylesActivity"
|
||||||
tools:ignore="HardcodedText">
|
tools:ignore="HardcodedText">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
android:id="@+id/coordinatorLayout"
|
android:id="@+id/coordinatorLayout"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
tools:context=".features.debug.DebugMaterialThemeActivity"
|
tools:context=".debug.DebugMaterialThemeActivity"
|
||||||
tools:ignore="HardcodedText,MissingPrefix">
|
tools:ignore="HardcodedText,MissingPrefix">
|
||||||
|
|
||||||
<androidx.constraintlayout.widget.ConstraintLayout
|
<androidx.constraintlayout.widget.ConstraintLayout
|
||||||
|
Loading…
x
Reference in New Issue
Block a user