Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rchtgpt committed Jan 7, 2020
1 parent 42eb364 commit e1274ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/activity_customer_profile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@

<de.hdodenhof.circleimageview.CircleImageView
android:id="@+id/iv_customer_picture"
android:layout_width="116dp"
android:layout_height="116dp"
android:layout_width="140dp"
android:layout_height="140dp"
android:layout_gravity="center_horizontal"
android:src="@drawable/avatar"
android:contentDescription="@string/customer_image"/>
Expand Down

0 comments on commit e1274ad

Please sign in to comment.