32446Fermer32448
WarptenLe 08/10/2017 à 13:19
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="fill_parent"> <android.support.percent.PercentRelativeLayout android:layout_width="match_parent" android:layout_weight="1.5" android:layout_height="wrap_content"> <ImageView android:scaleType="centerCrop" android:id="@+id/track_list_album_cover" app:layout_widthPercent="120%" app:layout_aspectRatio="100%" /> </android.support.percent.PercentRelativeLayout> <android.support.v7.widget.RecyclerView android:id="@+id/TrackRecycler" android:layout_weight="1" android:scrollbars="vertical" android:layout_width="match_parent" android:layout_height="match_parent" /> </LinearLayout>