Open GengJian opened 2 years ago
English please ?👀
okay yeah, that's true...will look into that for you
According to the design of our UI Designer, the view is too large;
Now only through android:scaleX="0.66" android:scaleY="0.66"
However, if it is written in this way, both sides will be left blank
@kojofosu Thank you for ur reply. Another problem is that the user can delete the numbers through the keyboard. At this time, the experience may not be very friendly(nothing shown in editText). May I suggest processing the default values in the callback?
@kojofosu Thank you for ur reply. Another problem is that the user can delete the numbers through the keyboard. At this time, the experience may not be very friendly(nothing shown in editText). May I suggest processing the default values in the callback?
if i get you right, are you trying to make the edittext read only? like a textview so users don't delete values? @GengJian
根据我们UI图的设计,整个控件放上去太大;现在只能通过 android:scaleX="0.66" android:scaleY="0.66" 的方式调整,但是这样写的话两边会留白