Ensure lint configuration is applied to all modules.

This commit is contained in:
Alex Hart
2026-02-09 13:05:28 -04:00
committed by Greyson Parrelli
parent 2c6524f6c0
commit 879e8f98bd
21 changed files with 73 additions and 51 deletions

View File

@@ -5,7 +5,8 @@
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center_horizontal"
android:orientation="vertical">
android:orientation="vertical"
tools:ignore="HardcodedText" >
<Button
android:id="@+id/camera_switch"