Skip to content

Commit e3ff241

Browse files
committed
schema hotfix
1 parent 4cb8d15 commit e3ff241

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

app/src/main/res/layout/fragment_dropzone_view.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:ads="http://schemas.android.com/apk/res-auto"
3-
xmlns:app="http://schemas.android.com/tools"
3+
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent">
66

@@ -16,7 +16,6 @@
1616

1717
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
1818
xmlns:app="http://schemas.android.com/apk/res-auto"
19-
xmlns:tools="http://schemas.android.com/tools"
2019
android:id="@+id/card_view"
2120
android:layout_width="match_parent"
2221
android:layout_height="wrap_content"

app/src/main/res/layout/fragment_exit_view.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:ads="http://schemas.android.com/apk/res-auto"
3-
xmlns:app="http://schemas.android.com/tools"
3+
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent">
66

@@ -15,7 +15,6 @@
1515
android:layout_height="wrap_content">
1616

1717
<android.support.v7.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
18-
xmlns:app="http://schemas.android.com/apk/res-auto"
1918
android:id="@+id/card_view"
2019
android:layout_width="match_parent"
2120
android:layout_height="wrap_content"

0 commit comments

Comments
 (0)