mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-07 04:01:39 +00:00
11 lines
484 B
XML
11 lines
484 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<com.cappielloantonio.play.helper.recyclerview.SquareLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||
|
|
android:layout_width="wrap_content"
|
||
|
|
android:layout_height="wrap_content">
|
||
|
|
|
||
|
|
<ImageView
|
||
|
|
android:id="@+id/track_cover_image_view"
|
||
|
|
android:layout_width="156dp"
|
||
|
|
android:layout_height="156dp"
|
||
|
|
android:layout_gravity="center" />
|
||
|
|
</com.cappielloantonio.play.helper.recyclerview.SquareLayout>
|