-
Notifications
You must be signed in to change notification settings - Fork 998
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
关于图片选择的优化建议 #131
Comments
@china-coder 有图片浏览的按钮,不过隐藏掉了…… |
要怎样才能显示出来呢?哈哈 |
@china-coder 需要改一下源代码,找到 layout_chatinput_selectphoto.xml ,然后把最后一个按钮显示出来。 |
好的 我试一下 |
@china-coder @KenChoi1992 这个文件 在哪啊 没看着啊 |
兄弟,源码里面应该有。 |
@china-coder 兄die 可以具体说说哪个源码文件么 我看了node_modules里面的源码 没找到啊 |
aurora-imui/Android/chatinput/src/main/res/layout/layout_chatinput_selectphoto.xml |
兄弟 android的问题,你非要奥node里面找,这个我没有办法啊 哈哈 |
感觉我们两个说的好像不是一个方向。。 哥们你的问题是 进入图库选择图片么 @china-coder |
@KenChoi1992 你好 有没有图片选择? 图片几千的话 这样滑动选择 实在不方便 |
@tianweicc 可以自己做的,下个版本我们把这个事件暴露出来。 |
0.6.2 版本 暴露了这个按钮,可以自己添加点击事件或隐藏。 |
@KenChoi1992 暴露的方法叫什么? |
也可以使用属性来隐藏或显示:
|
@KenChoi1992 android输入框 输入字数过多 光标丢失 |
android
native version:7.0
图片选择的模式,在图片数量比较多的情况下,翻阅比较麻烦,能否像微信那样,支持在图片浏览器里面选择呢?
The text was updated successfully, but these errors were encountered: