FossifyGallery/app/src/main/res/layout/widget.xml

16 lines
496 B
XML
Raw Normal View History

<?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"
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"/>
</RelativeLayout>