]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
android: Remove redundant namespace and fix indentation in state fragment layout android-updates
authorTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:44:16 +0000 (15:44 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 4 Aug 2025 13:48:29 +0000 (15:48 +0200)
src/frontends/android/app/src/main/res/layout/vpn_state_fragment.xml

index 9227007fb919e157acac21ededd8af2030bbf361..b3d8cfdc6ac6da7fae8c5f3e4747344147700801 100644 (file)
         </LinearLayout>
     </LinearLayout>
 
-    <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
-                  android:layout_width="match_parent"
-                  android:layout_height="match_parent"
-                  android:background="@drawable/state_background"
-                  android:orientation="vertical" >
+    <LinearLayout
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:background="@drawable/state_background"
+        android:orientation="vertical" >
 
         <GridLayout
             android:layout_width="match_parent"