2018-12-16 15:48:44 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<RelativeLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
2018-12-16 18:02:13 +01:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2018-12-16 15:48:44 +01:00
|
|
|
android:id="@+id/widget_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
android:id="@+id/widget_imageview"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2018-12-16 18:02:13 +01:00
|
|
|
tools:src="@mipmap/ic_launcher"/>
|
2018-12-16 15:48:44 +01:00
|
|
|
|
|
|
|
</RelativeLayout>
|