habitica-android/Habitica/res/layout/row_quest_reward.xml

20 lines
779 B
XML
Raw Permalink Normal View History

2017-07-25 16:27:00 +00:00
<?xml version="1.0" encoding="utf-8"?>
2017-09-22 10:49:55 +00:00
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
2017-07-25 16:27:00 +00:00
android:layout_height="wrap_content"
2020-09-04 16:17:34 +00:00
android:background="@drawable/layout_rounded_bg_window"
2017-07-25 16:27:00 +00:00
android:gravity="center_vertical"
android:layout_marginBottom="4dp">
<com.habitrpg.common.habitica.views.PixelArtView
2017-07-25 16:27:00 +00:00
android:id="@+id/imageView"
android:layout_width="@dimen/shopitem_image_size"
android:layout_height="@dimen/shopitem_image_size"
2022-04-21 11:48:14 +00:00
android:layout_marginEnd="8dp"/>
2017-07-25 16:27:00 +00:00
<TextView
android:id="@+id/titleTextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
2020-09-17 11:47:02 +00:00
android:layout_marginEnd="16dp"/>
2017-07-25 16:27:00 +00:00
</LinearLayout>