parent
47015e937e
commit
0ae055f226
|
@ -3,15 +3,6 @@
|
||||||
android:orientation="vertical" android:layout_width="match_parent"
|
android:orientation="vertical" android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content">
|
android:layout_height="wrap_content">
|
||||||
|
|
||||||
<!--<ImageView android:id="@+id/mrc_art"-->
|
|
||||||
<!--android:layout_width="match_parent"-->
|
|
||||||
<!--android:layout_height="wrap_content"-->
|
|
||||||
<!--android:adjustViewBounds="true"-->
|
|
||||||
<!--android:scaleType="fitCenter"-->
|
|
||||||
<!--android:background="?attr/colorPrimary"-->
|
|
||||||
<!--android:layout_gravity="top"-->
|
|
||||||
<!--android:visibility="gone"/>-->
|
|
||||||
|
|
||||||
<RelativeLayout android:id="@+id/mrc_playback_control"
|
<RelativeLayout android:id="@+id/mrc_playback_control"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -56,4 +47,4 @@
|
||||||
<View android:id="@+id/mrc_control_divider"
|
<View android:id="@+id/mrc_control_divider"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="8dp"/>
|
android:layout_height="8dp"/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in New Issue