0
0
mirror of https://github.com/ankidroid/Anki-Android.git synced 2024-09-20 12:02:16 +02:00

Fixed indent for homescreen XML file (#13534)

This commit is contained in:
Sumit Singh 2023-04-07 01:59:18 +05:30 committed by GitHub
parent a79ad04fc3
commit 58859e8a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 7 deletions

View File

@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:id="@+id/deckpicker_xl_view"
android:layout_width="match_parent"

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<include layout="@layout/deck_picker"/>
android:layout_width="match_parent"
android:layout_height="match_parent">
<include layout="@layout/deck_picker" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>