trying to make a text console with 40 columns or characters
问题 I am extending a MultiAutoCompleteTextView and I have the font set to this font Unicode font here is the xml where I declare it <jacs.apps.jacs.CustomViews.Console android:id="@+id/auto" android:layout_width="match_parent" android:layout_height="wrap_content" android:dropDownAnchor="@id/content_frame" android:dropDownHeight="100dp" android:layout_weight="1" android:gravity="bottom" android:inputType="textMultiLine|textNoSuggestions" android:fontFamily="@font/unifont" android:imeOptions=