Commit 54ffc9c3 authored by Varun Patil's avatar Varun Patil

Fix fragment_profile layout

parent cdbeb2ad
...@@ -16,14 +16,15 @@ ...@@ -16,14 +16,15 @@
<de.hdodenhof.circleimageview.CircleImageView <de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/user_profile_picture_profile" android:id="@+id/user_profile_picture_profile"
android:layout_width="135dp" android:layout_width="100dp"
android:layout_height="99dp" android:layout_height="100dp"
android:layout_margin="32dp" /> android:layout_margin="20dp"
android:layout_marginRight="15dp" />
<LinearLayout <LinearLayout
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="32dp" android:layout_marginTop="20dp"
android:orientation="vertical"> android:orientation="vertical">
<TextView <TextView
......
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