Commit f2eb5a4c authored by Varun Patil's avatar Varun Patil

Tweak fragment_user.xml

parent ec8a720c
......@@ -14,13 +14,17 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
android:orientation="horizontal"
android:layout_marginRight="10dp">
<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/user_profile_picture_profile"
android:layout_width="110dp"
android:layout_height="110dp"
android:layout_margin="15dp"
android:layout_width="100dp"
android:layout_height="100dp"
android:layout_marginBottom="15dp"
android:layout_marginTop="14dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="12dp"
android:transitionName="sharedAvatar"
android:layout_gravity="center_vertical" />
......@@ -34,31 +38,31 @@
android:id="@+id/user_name_profile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:layout_marginBottom="2sp"
android:fontFamily="sans-serif-light"
android:textColor="?attr/themeColorInverse"
android:textSize="20sp" />
android:textSize="19sp" />
<TextView
android:id="@+id/user_rollno_profile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:textSize="16sp" />
android:layout_marginBottom="2sp"
android:textSize="15sp" />
<TextView
android:id="@+id/user_email_profile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:textSize="16sp" />
android:layout_marginBottom="2sp"
android:textSize="15sp" />
<TextView
android:id="@+id/user_contact_no_profile"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:textSize="16sp" />
android:layout_marginBottom="2sp"
android:textSize="15sp" />
</LinearLayout>
</LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment