diff --git a/app/src/main/res/layout/fragment_game.xml b/app/src/main/res/layout/fragment_game.xml index 9eed18c..dc0c99a 100644 --- a/app/src/main/res/layout/fragment_game.xml +++ b/app/src/main/res/layout/fragment_game.xml @@ -37,6 +37,7 @@ android:layout_height="wrap_content" android:layout_width="wrap_content" android:inputType="number" + android:maxLength="3" android:id="@+id/guessInput" android:layout_centerHorizontal="true" android:layout_centerVertical="true"