Move XML namespaces to root element

This commit is contained in:
koh6uawi 2021-10-12 15:12:26 +02:00
parent da28ddfabd
commit c9f69b3fc5
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
<LinearLayout
android:id="@+id/text_selection_group_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"