我無法弄清楚如何在組內隱藏某些圖片,我目前使用的這組設置如何讓圖像隱藏並隨專輯封面再次顯示? Android的XML
<RelativeLayout android:layout_width="88.0px" android:layout_height="95.0px" >
<ImageView android:layout_width="67.0px" android:layout_height="75.0px" android:src="@drawable/coverart" android:layout_marginLeft="16.0px" android:layout_marginTop="10.0px" android:scaleType="fitXY" />
<ImageButton android:id="@id/albumArt" android:visibility="gone" android:layout_width="67.0px" android:layout_height="75.0px" android:layout_marginLeft="16.0px" android:layout_marginTop="10.0px" android:scaleType="fitXY" android:adjustViewBounds="true" />
<ImageView android:layout_width="88.0px" android:layout_height="95.0px" android:src="@drawable/peel" android:scaleType="fitXY" />
</RelativeLayout>
現在暫停時這個隱藏專輯封面,但我無法弄清楚如何隱藏疊加層。我所嘗試的一切只是不斷隱藏整個團隊。我知道必須有一種方法來隱藏整個組合,然後像專輯封面那樣重新播放。
任何幫助將是偉大的,謝謝。
使用的FrameLayout做完整的操作....更好的你忽略的靜態值.. – Hanry