如何在 android 的滑块内容中设置手柄按钮?

How to set a handle button in slider content in android?(如何在 android 的滑块内容中设置手柄按钮?)
本文介绍了如何在 android 的滑块内容中设置手柄按钮?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 android.我在我的应用程序中使用了 滑块库.

I am working with android.I had used slider library in my application.

现在我想添加一个按钮来处理幻灯片活动,这样我就可以像图片中一样滑动内容和按钮来打开和关闭.关闭幻灯片菜单后,按钮将出现在活动前面.

Now I want to add a button to handle the slide activity,so I can swipe contents along with button to open and close as in the picture.After close the slide menu, button will appear infront of the activity.

我不知道这是否可能.

如果你熟悉这个库,请帮助我,在此先感谢:)

Please help me if you are familiar with this library, thanks in advance :)

我使用以下代码访问滑块内容

I used the following code to access slider content

       SlidingMenu menu = new SlidingMenu(this);
    menu.setMode(SlidingMenu.LEFT);
    menu.setApp_id("ads");
    menu.setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN);
    menu.setShadowWidthRes(R.dimen.shadow_width);
    menu.setShadowDrawable(R.drawable.shadow);
    menu.setBehindOffsetRes(R.dimen.slidingmenu_offset);
    menu.setFadeDegree(0.35f);
    menu.attachToActivity(this, SlidingMenu.SLIDING_CONTENT);
    menu.setSecondaryMenu(R.layout.slide);

推荐答案

通过在错误信息中设置spannable string或者扩展EditText并覆盖你自己的错误绘制机制.

By setting spannable string in error message or extend EditText and overrite your own error draw mechanism.

这篇关于如何在 android 的滑块内容中设置手柄按钮?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)