5 lines
221 B
XML
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" />
|