BarInsta/app/src/main/res/layout/activity_profile.xml

17 lines
542 B
XML
Raw Normal View History

2020-07-01 17:08:28 +00:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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=".activities.ProfileViewer">
<include
android:id="@+id/toolbar"
layout="@layout/layout_include_toolbar" />
2020-08-13 21:08:27 +00:00
<include
android:id="@+id/profile_view"
layout="@layout/layout_profile_view" />
2020-07-01 17:08:28 +00:00
</LinearLayout>