mirror of
https://github.com/gabehf/tempus.git
synced 2026-03-09 15:38:16 -07:00
11 lines
No EOL
486 B
XML
11 lines
No EOL
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> |