Last active
October 15, 2015 12:21
-
-
Save shivanic1986/0490e69bed556bf386bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
xmlns:app="http://schemas.android.com/apk/res-auto" | |
xmlns:custom="http://schemas.android.com/tools" | |
android:id="@+id/cordinateLayoutMain" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:background="@color/background" | |
android:fitsSystemWindows="true"> | |
<ndroid.support.design.widget.AppBarLayout | |
android:id="@+id/appbar" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:fitsSystemWindows="true" | |
android:minHeight="192dp" | |
android:theme="@style/ThemeOverlay.AppCompat.Dark.ActionBar"> | |
<android.support.design.widget.CollapsingToolbarLayout | |
android:id="@+id/collapsing_toolbar" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:fitsSystemWindows="true" | |
app:contentScrim="?attr/colorPrimary" | |
app:expandedTitleMarginBottom="32dp" | |
app:expandedTitleMarginEnd="64dp" | |
app:layout_scrollFlags="scroll|exitUntilCollapsed"> | |
<FrameLayout | |
android:id="@+id/flProilePic" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:background="@color/transparent" | |
android:fitsSystemWindows="true" | |
android:gravity="center" | |
android:orientation="horizontal" | |
app:layout_collapseMode="parallax"> | |
<ImageView | |
android:id="@+id/img_user_photo" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:layout_gravity="top|center_horizontal" | |
android:background="@color/profile_pic_background" | |
android:scaleType="centerCrop" | |
android:src="@drawable/bg_profile_detail" /> | |
</FrameLayout> | |
<android.support.v7.widget.Toolbar | |
android:id="@+id/anim_toolbar" | |
android:layout_width="match_parent" | |
android:layout_height="?attr/actionBarSize" | |
app:layout_collapseMode="pin" | |
app:popupTheme="@style/ThemeOverlay.AppCompat.Light" /> | |
</android.support.design.widget.CollapsingToolbarLayout> | |
</ndroid.support.design.widget.AppBarLayout> | |
<android.support.v4.widget.NestedScrollView | |
android:id="@+id/nestedscrollview" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
app:layout_behavior="@string/appbar_scrolling_view_behavior"> | |
<LinearLayout | |
android:id="@+id/linear_bottom" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:background="@color/background" | |
android:orientation="vertical"> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="left|bottom" | |
android:gravity="left|top" | |
android:orientation="horizontal" | |
android:paddingLeft="5dp" | |
android:paddingRight="5dp" | |
android:paddingTop="5dp" | |
android:visibility="visible"> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:orientation="horizontal"> | |
<LinearLayout | |
android:layout_width="0dp" | |
android:layout_height="wrap_content" | |
android:layout_weight="1" | |
android:orientation="vertical" | |
android:visibility="visible"> | |
<LinearLayout | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:orientation="horizontal" | |
android:paddingBottom="2dp"> | |
<TextView | |
android:id="@+id/tv_cncts" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="right" | |
android:layout_marginRight="@dimen/padding_left" | |
android:text="Contacts" | |
android:textColor="@color/status_message" | |
android:textSize="@dimen/dim35sp" /> | |
</LinearLayout> | |
<TextView | |
android:id="@+id/tv_username" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="left" | |
android:layout_marginRight="@dimen/padding_left" | |
android:text="User Name" | |
android:textColor="@color/status_message" | |
android:textSize="@dimen/dim35sp" /> | |
</LinearLayout> | |
<LinearLayout | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:orientation="vertical"> | |
<TextView | |
android:id="@+id/tv_emailid" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="right" | |
android:text="[email protected]" | |
android:textColor="@color/status_message" | |
android:textSize="@dimen/dim35sp" | |
android:visibility="visible" /> | |
<LinearLayout | |
android:id="@+id/ll_date_title" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_gravity="right" | |
android:gravity="right" | |
android:orientation="vertical"> | |
<TextView | |
android:id="@+id/txt_val_created" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:paddingBottom="2dp" | |
android:text="Member Since" | |
android:textColor="@color/status_message" | |
android:textSize="@dimen/dim35sp" /> | |
<TextView | |
android:id="@+id/tv_date" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_gravity="right" | |
android:text="Dec 18th, 2015" | |
android:textColor="@color/status_message" | |
android:textSize="@dimen/dim35sp" /> | |
</LinearLayout> | |
</LinearLayout> | |
</LinearLayout> | |
</LinearLayout> | |
<android.support.v7.widget.CardView | |
android:id="@+id/card_view1" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginBottom="7dp" | |
android:layout_marginLeft="7dp" | |
android:layout_marginRight="7dp" | |
android:layout_marginTop="13dp" | |
android:orientation="vertical"> | |
<LinearLayout | |
android:id="@+id/linear_control" | |
android:layout_width="match_parent" | |
android:layout_height="match_parent" | |
android:orientation="vertical"> | |
<!-- Card Contents go here --> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="63dp" | |
android:background="@color/white" | |
android:gravity="center_vertical" | |
android:orientation="vertical"> | |
<EditText | |
android:id="@+id/edt_first_name" | |
style="@style/EditText" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:background="@null" | |
android:editable="true" | |
android:ellipsize="end" | |
android:hint="@string/first_name" | |
android:inputType="text" | |
android:singleLine="true" /> | |
</LinearLayout> | |
<include layout="@layout/line"> | |
</include> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="63dp" | |
android:background="@color/white" | |
android:gravity="center_vertical" | |
android:orientation="vertical"> | |
<EditText | |
android:id="@+id/edt_last_name" | |
style="@style/EditText" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:background="@null" | |
android:editable="true" | |
android:ellipsize="end" | |
android:hint="@string/last_name" | |
android:singleLine="true" | |
android:text="" /> | |
</LinearLayout> | |
<include layout="@layout/line"></include> | |
<LinearLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:background="@color/white" | |
android:minHeight="63dp" | |
android:orientation="horizontal"> | |
<RelativeLayout | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content"> | |
<LinearLayout | |
android:id="@+id/linear_temp" | |
android:layout_width="0px" | |
android:layout_height="0px" | |
android:focusable="true" | |
android:focusableInTouchMode="true" | |
android:orientation="vertical" /> | |
<EditText | |
android:id="@+id/edt_message_name" | |
style="@style/profile_edittext" | |
android:layout_width="match_parent" | |
android:layout_height="wrap_content" | |
android:layout_marginBottom="@dimen/padding_left" | |
android:layout_marginRight="@dimen/dim40" | |
android:layout_toLeftOf="@+id/tv_textcnt" | |
android:hint="@string/lbl_enter_message" | |
android:inputType="textAutoCorrect|textAutoComplete|textMultiLine" | |
android:maxLength="250" | |
android:singleLine="false" | |
android:textColor="@color/black" | |
android:textColorHint="@color/gray_edittext" | |
android:textSize="@dimen/dim_commontext_size" /> | |
<TextView | |
android:id="@+id/tv_textcnt" | |
android:layout_width="wrap_content" | |
android:layout_height="wrap_content" | |
android:layout_alignBottom="@+id/iv_smily" | |
android:layout_toLeftOf="@+id/iv_smily" | |
android:text="250" | |
android:textColor="@color/gray_edittext" /> | |
</RelativeLayout> | |
</LinearLayout> | |
</LinearLayout> | |
</android.support.v7.widget.CardView> | |
</LinearLayout> | |
</android.support.v4.widget.NestedScrollView> | |
</android.support.design.widget.CoordinatorLayout> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment