- <android.support.v4.widget.NestedScrollView xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:background="@color/main_bg" android:clickable="true"
- android:layout_width="match_parent" android:layout_height="match_parent">
- <RelativeLayout
- android:layout_width="match_parent" android:layout_height="wrap_content">
- <FrameLayout
- android:clipToPadding="false" android:paddingTop="148dp"
- android:layout_width="match_parent" android:layout_height="wrap_content">
- <LinearLayout
- android:orientation="vertical"
- android:layout_width="match_parent" android:layout_height="wrap_content" >
- <LinearLayout
- android:orientation="vertical"
- android:background="@color/white"
- android:layout_marginLeft="32dp" android:layout_marginRight="32dp"
- android:paddingBottom="@dimen/spacing_medium"
- android:layout_width="match_parent" android:layout_height="wrap_content">
- <LinearLayout
- android:orientation="vertical"
- android:gravity="center_horizontal"
- android:background="@color/white"
- android:paddingTop="64dp" android:layout_gravity="center_horizontal"
- android:layout_width="match_parent" android:layout_height="wrap_content">
- <TextView
- android:text="Nick Bostonian" android:textSize="@dimen/app_text_size_xlarge" android:textColor="@color/black"
- fontPath="fonts/avenir_light.otf" tools:ignore="MissingPrefix"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- <TextView
- android:id="@+id/tv_my_profile_work"
- android:text="Photographer @National Geographic"
- android:textSize="@dimen/app_text_size_xsmall" android:textColor="#1d1d26"
- android:alpha="0.5"
- fontPath="fonts/avenir_roman.otf" tools:ignore="MissingPrefix"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- <TextView
- android:id="@+id/tv_my_profile_edit_profile"
- android:text="Edit Profile" android:textColor="#00a0ff"
- android:layout_marginTop="16dp"
- android:background="@drawable/rounded_borders_follow_bg"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:orientation="horizontal" android:gravity="center_horizontal"
- android:background="@color/white"
- android:layout_marginTop="32dp"
- android:layout_width="match_parent" android:layout_height="wrap_content">
- <LinearLayout
- android:orientation="vertical"
- android:gravity="center"
- android:layout_width="wrap_content" android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_my_profile_followers"
- android:textSize="@dimen/app_text_size_xlarge" android:textColor="#2d2f3b"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:paddingBottom="8dp"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- <TextView
- android:textSize="@dimen/app_text_size_medium"
- android:text="Followers" android:textColor="#2d2f3b"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:orientation="vertical"
- android:paddingLeft="32dp"
- android:gravity="center"
- android:layout_width="wrap_content" android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_my_profile_following"
- android:textSize="@dimen/app_text_size_xlarge" android:textColor="#2d2f3b"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:paddingBottom="8dp"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- <TextView
- android:textSize="@dimen/app_text_size_medium"
- android:text="Following" android:textColor="#2d2f3b"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- </LinearLayout>
- <LinearLayout
- android:orientation="vertical"
- android:paddingLeft="32dp"
- android:gravity="center"
- android:layout_width="wrap_content" android:layout_height="wrap_content">
- <TextView
- android:id="@+id/tv_my_profile_flagged"
- android:textSize="@dimen/app_text_size_xlarge" android:textColor="#2d2f3b"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:paddingBottom="8dp"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- <TextView
- android:textSize="@dimen/app_text_size_medium"
- android:text="Flagged" android:textColor="#2d2f3b"
- fontPath="fonts/avenir_book.otf" tools:ignore="MissingPrefix"
- android:layout_width="wrap_content" android:layout_height="wrap_content" />
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <android.support.v7.widget.RecyclerView
- android:id="@+id/rv_my_profile_photo_list"
- android:background="@color/white"
- android:layout_marginLeft="16dp" android:layout_marginRight="16dp"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
- </LinearLayout>
- <ImageView
- android:id="@+id/iv_my_profile_avatar" tools:src="@drawable/ic_avatar_1"
- android:layout_marginTop="-48dp"
- android:layout_gravity="center_horizontal"
- android:layout_width="96dp" android:layout_height="96dp" android:contentDescription="Profile Image" />
- </FrameLayout>
- </RelativeLayout>
- </android.support.v4.widget.NestedScrollView>
Recent Pastes