Skip to content

Commit e1a4b01

Browse files
committed
Fix missing namespace
1 parent ef214ab commit e1a4b01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pretixprint/app/src/main/res/layout/fragment_usb_settings.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
xmlns:app="http://schemas.android.com/apk/res-auto"
4+
xmlns:tools="http://schemas.android.com/tools"
45
android:id="@+id/root"
56
android:layout_width="match_parent"
67
android:layout_height="match_parent"

0 commit comments

Comments
 (0)