WooDroid/app/src/main/res/layout/content_my_orders.xml
2019-03-30 06:01:00 +03:00

12 lines
525 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_my_orders"
tools:context=".ui.order.MyOrdersActivity">
</android.support.constraint.ConstraintLayout>