Android:如何防止 SlidingDrawer 使手柄居中?
我想为抽屉把手指定我自己的自定义布局,但它一直居中,而我不希望它居中!
I want to specify my own custom layout for the drawer handle, but it keeps centering it, and I don't want it centered!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您用于句柄的
View
类型,您可能会使用android:layout_gravity
和android:gravity
属性来定位正确地。Depending on the type of
View
you're using for the handle, you might look to theandroid:layout_gravity
andandroid:gravity
attributes to position it correctly.