mirror of
https://github.com/CappielloAntonio/tempo.git
synced 2026-02-02 15:33:36 +00:00
11 lines
486 B
XML
11 lines
486 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<com.cappielloantonio.tempo.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.tempo.helper.recyclerview.SquareLayout> |