Skip to content

Commit cd1f6d6

Browse files
committed
IDE-247 Fix inputText warnings
1 parent 2fc7e0d commit cd1f6d6

File tree

5 files changed

+10
-7
lines changed

5 files changed

+10
-7
lines changed

catroid/src/main/res/layout-ar/brick_set_nfc_tag.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Catroid: An on-device visual programming system for Android devices
4-
~ Copyright (C) 2010-2022 The Catrobat Team
4+
~ Copyright (C) 2010-2024 The Catrobat Team
55
~ (<http://developer.catrobat.org/credits>)
66
~
77
~ This program is free software: you can redistribute it and/or modify
@@ -56,6 +56,7 @@
5656
android:layout_height="wrap_content"
5757
android:gravity="start"
5858
android:maxLines="3"
59+
android:inputType="text"
5960
android:minLines="1"
6061
app:layout_newLine="true" />
6162

catroid/src/main/res/layout/brick_note.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Catroid: An on-device visual programming system for Android devices
4-
~ Copyright (C) 2010-2022 The Catrobat Team
4+
~ Copyright (C) 2010-2024 The Catrobat Team
55
~ (<http://developer.catrobat.org/credits>)
66
~
77
~ This program is free software: you can redistribute it and/or modify
@@ -22,7 +22,6 @@
2222
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
-->
2424
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
25-
xmlns:app="http://schemas.android.com/apk/res-auto"
2625
android:layout_width="match_parent"
2726
android:layout_height="wrap_content"
2827
android:gravity="center_vertical"
@@ -54,6 +53,7 @@
5453
android:layout_gravity="center_vertical"
5554
android:gravity="start"
5655
android:maxLines="3"
56+
android:inputType="text"
5757
android:minLines="1" />
5858
</org.catrobat.catroid.ui.BrickLayout>
5959

catroid/src/main/res/layout/brick_say_bubble.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Catroid: An on-device visual programming system for Android devices
4-
~ Copyright (C) 2010-2022 The Catrobat Team
4+
~ Copyright (C) 2010-2024 The Catrobat Team
55
~ (<http://developer.catrobat.org/credits>)
66
~
77
~ This program is free software: you can redistribute it and/or modify
@@ -55,6 +55,7 @@
5555
android:layout_gravity="center_vertical"
5656
android:gravity="start"
5757
android:maxLines="3"
58+
android:inputType="text"
5859
android:minLines="1" />
5960
</org.catrobat.catroid.ui.BrickLayout>
6061

catroid/src/main/res/layout/brick_set_nfc_tag.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Catroid: An on-device visual programming system for Android devices
4-
~ Copyright (C) 2010-2022 The Catrobat Team
4+
~ Copyright (C) 2010-2024 The Catrobat Team
55
~ (<http://developer.catrobat.org/credits>)
66
~
77
~ This program is free software: you can redistribute it and/or modify
@@ -56,6 +56,7 @@
5656
android:layout_height="wrap_content"
5757
android:gravity="start"
5858
android:maxLines="3"
59+
android:inputType="text"
5960
android:minLines="1"
6061
app:layout_newLine="true" />
6162

catroid/src/main/res/layout/brick_think_bubble.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--
33
~ Catroid: An on-device visual programming system for Android devices
4-
~ Copyright (C) 2010-2022 The Catrobat Team
4+
~ Copyright (C) 2010-2024 The Catrobat Team
55
~ (<http://developer.catrobat.org/credits>)
66
~
77
~ This program is free software: you can redistribute it and/or modify
@@ -22,7 +22,6 @@
2222
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
2323
-->
2424
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
25-
xmlns:app="http://schemas.android.com/apk/res-auto"
2625
android:layout_width="match_parent"
2726
android:layout_height="wrap_content"
2827
android:gravity="center_vertical"
@@ -55,6 +54,7 @@
5554
android:layout_gravity="center_vertical"
5655
android:gravity="start"
5756
android:maxLines="3"
57+
android:inputType="text"
5858
android:minLines="1" />
5959
</org.catrobat.catroid.ui.BrickLayout>
6060

0 commit comments

Comments
 (0)