2018-10-03 18:56:33 +03:00
|
|
|
<?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"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
tools:context=".features.login.LoginActivity">
|
|
|
|
|
2018-10-19 15:26:38 +03:00
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/homeFragmentContainer"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent" />
|
2018-10-08 18:52:45 +03:00
|
|
|
|
2018-10-03 18:56:33 +03:00
|
|
|
|
|
|
|
</android.support.constraint.ConstraintLayout>
|