当前位置: 代码迷 >> Android >> 设置SlidingDraw组件和图标按钮ImageButton的有关问题
  详细解决方案

设置SlidingDraw组件和图标按钮ImageButton的有关问题

热度:16   发布时间:2016-04-28 06:00:58.0
设置SlidingDraw组件和图标按钮ImageButton的问题

分别说是这个问题1.This SlidingDrawer layout or its LinearLayout parent is possibly useless
2.[Accessibility] Missing contentDescription attribute on image
3.No orientation specified, and the default is horizontal. This is a common source of bugs when 
 children are added dynamically.
------解决方案--------------------
给id=content的LinearLayout加上  android:orientation="vertical"
------解决方案--------------------
关于抽屉控件可以看我的博客http://blog.csdn.net/aimncy/article/details/21244125