11 lines
416 B
XML
11 lines
416 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto"
|
||
|
descendantFocusability="blocksDescendants"
|
||
|
layout_width="match_parent"
|
||
|
layout_height="wrap_content">
|
||
|
<ImageView
|
||
|
layout_width="match_parent"
|
||
|
layout_height="700dp"
|
||
|
NOT_FOUND_0x3="@color/2131100912"/>
|
||
|
</FrameLayout>
|