android: Remove redundant namespace and fix indentation in state fragment layout

This commit is contained in:
Tobias Brunner
2025-09-30 11:26:40 +02:00
parent 357b93e99d
commit e26d974fe3
@@ -74,11 +74,11 @@
</LinearLayout> </LinearLayout>
</LinearLayout> </LinearLayout>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@drawable/state_background" android:background="@drawable/state_background"
android:orientation="vertical" > android:orientation="vertical" >
<GridLayout <GridLayout
android:layout_width="match_parent" android:layout_width="match_parent"