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

17 lines
621 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"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:showIn="@layout/shop_header">
<ImageView
android:id="@+id/backgroundView"
android:layout_width="match_parent"
android:layout_height="@dimen/shop_height" />
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/sceneView"
android:layout_width="375dp"
android:layout_height="@dimen/shop_scene_height" />
</merge>