aboutsummaryrefslogblamecommitdiff
path: root/app/src/main/res/layout/content_view_user_detail.xml
blob: c708ae9ef8eb987079f2bf22ef790e0d762caa5d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                       
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout 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:id="@+id/frame_layout_view_user_detail_activity"
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    app:layout_behavior="@string/appbar_scrolling_view_behavior"
    tools:context=".ViewUserDetailActivity"
    tools:showIn="@layout/activity_view_user_detail" />