How Can i reduce the size of the EditText widget? I’ve tried the android:layout_height property, it reduces the size but it cuts down the text too. I need to fit the widget into my design layout.
How Can i reduce the size of the EditText widget? I’ve tried the android:layout_height
Share
android:maxLines=1 (2,3..) in your xml declaration