怎么免费创建网站,.net可以做网站做游戏 博客园,东莞商城,百度网站建设流程基本上我有2个线性布局。用户单击按钮时#xff0c;一个线性布局将展开或折叠。另一个将始终显示在顶部。这里是我的xml#xff1a;Android XML设置z-Indexandroid:layout_widthfill_parentandroid:layout_heightfill_parent android:idid…基本上我有2个线性布局。用户单击按钮时一个线性布局将展开或折叠。另一个将始终显示在顶部。这里是我的xmlAndroid XML设置z-Indexandroid:layout_widthfill_parentandroid:layout_heightfill_parent android:idid/btnNewsFeedandroid:layout_widthfill_parentandroid:layout_heightwrap_contentandroid:backgroundcolor/lightredandroid:minHeight20dpandroid:textNews feedandroid:textColor#FFFFFF /android:idid/llNewsFeedandroid:layout_widthfill_parentandroid:layout_heightfill_parentandroid:layout_belowid/btnNewsFeedandroid:background#FFFFFFandroid:orientationverticalandroid:visibilitygone android:idid/EventNewsFeedListviewandroid:layout_widthfill_parentandroid:layout_heightfill_parentandroid:listSelector#F6CECE android:idid/legendDivandroid:layout_widthmatch_parentandroid:layout_height100dpandroid:layout_belowid/btnNewsFeedandroid:alpha.75android:background#fffandroid:orientationverticalandroid:visibilitygone android:idid/tableEventandroid:layout_widthmatch_parentandroid:layout_heightmatch_parentandroid:stretchColumns1android:visibilitygone //Table Rows所以将在抽屉式导航栏项目时用户选择显示在我的传说DIV它具有0.75的不透明度。而我的新闻稿会在btnNewsFeed onClick时展开或者崩溃。我现在遇到的问题是让我们说当legendDiv显示时llNewsFeed隐藏在legendDiv后面。我不知道是否有任何可能的方式来设置z-index因为llNewsFeed应该在legendDiv前面。任何指南提前致谢。