-
Notifications
You must be signed in to change notification settings - Fork 771
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于icon对齐逻辑 #880
Comments
你更新awtk试试,谢谢。designer的问题不归我管,你在群里问吧 |
好的,谢谢。 |
最近两年在做其它项目,不过我的时间比较灵活。 |
把icon和xml贴上来我试试。 |
改了,你更新awtk试试。谢谢。 |
好的 布局效果正常了 谢谢 |
awtk的icon_at属性的更新能不能加到designer?还是有没有什么自己能更新进去的方法? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
1.有一个业务逻辑是单选,单选不选和选中的样式分别如下:
选中的样式设计,能想到的最简单的实现方法就是设置icon把三角形勾加进来,然后设置右上角对齐,但是我看designer里面只规定了上下左右中五个位置,似乎不支持直接选中。
这样只能绕弯改用代码实现,但这样在mvvm开发模式上又有解耦的问题。
想改成独立图片用xywh布局实现右对齐,但是单选按钮不支持子控件,如果单选按钮和图片封装在同一个view里,封装之间又没法实现单选的逻辑,因为各自隔了一个view
无论哪种绕弯,都十分繁琐。
这个对齐方式是否能加入?
2.感觉icon的对齐逻辑很诡异,比如单选按钮,圆框按理是左对齐,可默认却是auto,如果改成left布局,调节按钮的高度,字体和圆框的距离居然还会随着高度改变(预想效果是只改变显示范围),给界面设计带来很大不便,这属于开发bug吗,可否解决或者有简单设置规避?
The text was updated successfully, but these errors were encountered: