mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2025-01-02 20:11:22 +00:00
12 lines
567 B
XML
12 lines
567 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_prematches"
|
|
tools:context=".PrematchesActivity">
|
|
|
|
</android.support.constraint.ConstraintLayout> |