、私は現在一時停止したときにイメージを非表示にして、アルバムアートで再度表示できるようにするにはどうすればよいですか?アンドロイド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