Skip to content

Commit

Permalink
IDE-247 Fix inputText warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
coki1405 committed Sep 17, 2024
1 parent 2fc7e0d commit cd1f6d6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
3 changes: 2 additions & 1 deletion catroid/src/main/res/layout-ar/brick_set_nfc_tag.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Catroid: An on-device visual programming system for Android devices
~ Copyright (C) 2010-2022 The Catrobat Team
~ Copyright (C) 2010-2024 The Catrobat Team
~ (<http://developer.catrobat.org/credits>)
~
~ This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -56,6 +56,7 @@
android:layout_height="wrap_content"
android:gravity="start"
android:maxLines="3"
android:inputType="text"
android:minLines="1"
app:layout_newLine="true" />

Expand Down
4 changes: 2 additions & 2 deletions catroid/src/main/res/layout/brick_note.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Catroid: An on-device visual programming system for Android devices
~ Copyright (C) 2010-2022 The Catrobat Team
~ Copyright (C) 2010-2024 The Catrobat Team
~ (<http://developer.catrobat.org/credits>)
~
~ This program is free software: you can redistribute it and/or modify
Expand All @@ -22,7 +22,6 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
Expand Down Expand Up @@ -54,6 +53,7 @@
android:layout_gravity="center_vertical"
android:gravity="start"
android:maxLines="3"
android:inputType="text"
android:minLines="1" />
</org.catrobat.catroid.ui.BrickLayout>

Expand Down
3 changes: 2 additions & 1 deletion catroid/src/main/res/layout/brick_say_bubble.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Catroid: An on-device visual programming system for Android devices
~ Copyright (C) 2010-2022 The Catrobat Team
~ Copyright (C) 2010-2024 The Catrobat Team
~ (<http://developer.catrobat.org/credits>)
~
~ This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -55,6 +55,7 @@
android:layout_gravity="center_vertical"
android:gravity="start"
android:maxLines="3"
android:inputType="text"
android:minLines="1" />
</org.catrobat.catroid.ui.BrickLayout>

Expand Down
3 changes: 2 additions & 1 deletion catroid/src/main/res/layout/brick_set_nfc_tag.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Catroid: An on-device visual programming system for Android devices
~ Copyright (C) 2010-2022 The Catrobat Team
~ Copyright (C) 2010-2024 The Catrobat Team
~ (<http://developer.catrobat.org/credits>)
~
~ This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -56,6 +56,7 @@
android:layout_height="wrap_content"
android:gravity="start"
android:maxLines="3"
android:inputType="text"
android:minLines="1"
app:layout_newLine="true" />

Expand Down
4 changes: 2 additions & 2 deletions catroid/src/main/res/layout/brick_think_bubble.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
~ Catroid: An on-device visual programming system for Android devices
~ Copyright (C) 2010-2022 The Catrobat Team
~ Copyright (C) 2010-2024 The Catrobat Team
~ (<http://developer.catrobat.org/credits>)
~
~ This program is free software: you can redistribute it and/or modify
Expand All @@ -22,7 +22,6 @@
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_vertical"
Expand Down Expand Up @@ -55,6 +54,7 @@
android:layout_gravity="center_vertical"
android:gravity="start"
android:maxLines="3"
android:inputType="text"
android:minLines="1" />
</org.catrobat.catroid.ui.BrickLayout>

Expand Down

0 comments on commit cd1f6d6

Please sign in to comment.