Subversion Repository Public Repository

Nextrek

Diff Revisions 714 vs 715 for /Android/SmartCharging/SmartCharging/app/src/main/res/layout/activity_recensione.xml

Diff revisions: vs.
  @@ -24,12 +24,24 @@
24 24 android:visibility="gone"
25 25 android:id="@+id/profile_container">
26 26
27 - <it.fedeloper.smartcharging.View.RoundedImageView
27 +
28 + <com.makeramen.roundedimageview.RoundedImageView
29 + xmlns:app="http://schemas.android.com/apk/res-auto"
28 30 android:layout_width="60dp"
29 31 android:layout_height="60dp"
30 - android:id="@+id/profile_image"
31 32 android:layout_marginRight="@dimen/space_8dp"
32 - android:layout_alignParentTop="true" />
33 + android:layout_alignParentTop="true"
34 + android:id="@+id/profile_image"
35 + app:riv_corner_radius="30dip"
36 + app:riv_oval="true"
37 + android:scaleType="centerCrop"/>
38 + <!--<it.fedeloper.smartcharging.View.RoundedImageView-->
39 + <!--android:layout_width="60dp"-->
40 + <!--android:layout_height="60dp"-->
41 + <!--android:id="@+id/profile_image"-->
42 + <!--android:layout_marginRight="@dimen/space_8dp"-->
43 + <!--android:layout_alignParentTop="true"-->
44 + <!--android:scaleType="centerCrop" />-->
33 45
34 46 <TextView
35 47 android:layout_width="wrap_content"