You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
2.0 KiB

<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:layout_behavior="@string/appbar_scrolling_view_behavior"
tools:context="ru.defend.defdevteam.tstu.WebActivity"
tools:showIn="@layout/app_bar_web"
android:id="@+id/mainLayout">
<include layout="@layout/cabinet_about"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/aboutLayout"
android:visibility="invisible"/>
<include layout="@layout/cabinet_journallist"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/journalList"
android:visibility="invisible"/>
<include layout="@layout/cabinet_grouplist"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/gRateLayout"
android:visibility="invisible"/>
<include layout="@layout/cabinet_progress"
android:layout_height="match_parent"
android:layout_width="match_parent"
android:id="@+id/progressLayout"
android:visibility="invisible"/>
<include layout="@layout/cabinet_profile"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/profileLayout"
android:visibility="invisible"/>
<include layout="@layout/cabinet_facultylist"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/fRateLayout"
android:visibility="invisible" />
<include layout="@layout/cabinet_newsfeed"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/newsLayout"
android:visibility="invisible"/>
</RelativeLayout>