12 lines
504 B
XML
12 lines
504 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"
|
|
id="@+id/layout_select_purchases"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent">
|
|
<FrameLayout
|
|
id="@+id/container"
|
|
layout_width="match_parent"
|
|
layout_height="match_parent"
|
|
NOT_FOUND_0x3="0"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|