tra-analysis/apps/android/main/res/layout/content_qr_full_screen.xml
2018-12-26 12:14:05 -06:00

12 lines
565 B
XML

<?xml version="1.0" encoding="utf-8"?>
<android.support.constraint.ConstraintLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:showIn="@layout/activity_qr_full_screen"
tools:context=".qrFullScreen">
</android.support.constraint.ConstraintLayout>