aves/android/app/src/main/res/layout/app_widget.xml
2022-07-18 18:15:48 +02:00

5 lines
221 B
XML

<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/widget_img"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitCenter" />