Skip to content

Commit

Permalink
fix: Use correct hint in make_block_layout.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasrat-ali committed Nov 1, 2024
1 parent 8949083 commit f8fecdb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/main/res/layout/make_block_layout.xml
Original file line number Diff line number Diff line change
Expand Up @@ -299,14 +299,13 @@
android:layout_height="wrap_content"
android:layout_marginRight="8dp"
android:layout_weight="1"
android:hint="Parameter: m.name"
android:hint="Parameter: m.name (without % sign)"
android:importantForAutofill="noExcludeDescendants">

<EditText
android:id="@+id/parameter"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="parameter (without %)"
android:imeOptions="actionDone"
android:inputType="text"
android:lines="1"
Expand All @@ -325,7 +324,6 @@
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:hint="name"
android:imeOptions="actionDone"
android:inputType="text"
android:lines="1"
Expand Down

0 comments on commit f8fecdb

Please sign in to comment.