mirror of
https://github.com/sudoxnym/habitica-android.git
synced 2026-04-15 12:16:31 +00:00
21 lines
No EOL
777 B
XML
21 lines
No EOL
777 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:background="@drawable/layout_rounded_bg_window"
|
|
android:gravity="center_vertical"
|
|
android:layout_marginBottom="4dp">
|
|
|
|
<ImageView
|
|
android:id="@+id/imageView"
|
|
android:layout_width="@dimen/shopitem_image_size"
|
|
android:layout_height="@dimen/shopitem_image_size"
|
|
android:layout_marginEnd="8dp"
|
|
android:scaleType="center" />
|
|
|
|
<TextView
|
|
android:id="@+id/titleTextView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginEnd="16dp"/>
|
|
</LinearLayout> |