19 lines
689 B
XML
19 lines
689 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
id="@+id/iv_ad_image"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="0dp"
|
||
|
scaleType="fitCenter"
|
||
|
adjustViewBounds="true"
|
||
|
contentDescription="@null"
|
||
|
NOT_FOUND_0x6="0"
|
||
|
NOT_FOUND_0x7="2.59:1"
|
||
|
NOT_FOUND_0x8="0"
|
||
|
NOT_FOUND_0x9="0"
|
||
|
NOT_FOUND_0xa="0"
|
||
|
NOT_FOUND_0xb="2"/>
|
||
|
</androidx.constraintlayout.widget.ConstraintLayout>
|