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

23 lines
893 B
XML
Raw Normal View History

2018-02-13 12:43:48 +00:00
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
2024-05-31 13:53:16 +00:00
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:parentTag="android.widget.RelativeLayout"
tools:showIn="@layout/shop_header">
2018-02-13 12:43:48 +00:00
<ImageView
2024-05-31 13:53:16 +00:00
android:id="@+id/backgroundView"
android:layout_width="match_parent"
android:layout_alignParentTop="true"
android:layout_alignParentStart="true"
android:layout_height="@dimen/shop_height" />
2018-02-13 12:43:48 +00:00
2021-06-07 14:09:57 +00:00
<ImageView
2024-05-31 13:53:16 +00:00
android:id="@+id/sceneView"
android:layout_width="match_parent"
android:layout_alignParentStart="true"
android:layout_alignParentTop="true"
android:layout_height="@dimen/shop_scene_height" />
2024-05-31 12:58:03 +00:00
</merge>