forked from melod1n/fast-messenger
code saving
This commit is contained in:
@@ -63,13 +63,13 @@
|
||||
android:gravity="center"
|
||||
android:visibility="gone">
|
||||
|
||||
<com.github.rahatarmanahmed.cpv.CircularProgressView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_margin="128dp"
|
||||
app:cpv_animAutostart="true"
|
||||
app:cpv_indeterminate="true"
|
||||
app:cpv_startAngle="0" />
|
||||
<!-- <com.github.rahatarmanahmed.cpv.CircularProgressView-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="match_parent"-->
|
||||
<!-- android:layout_margin="128dp"-->
|
||||
<!-- app:cpv_animAutostart="true"-->
|
||||
<!-- app:cpv_indeterminate="true"-->
|
||||
<!-- app:cpv_startAngle="0" />-->
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -26,13 +26,11 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="0">
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/conversationAvatar"
|
||||
android:layout_width="56dp"
|
||||
android:layout_height="56dp"
|
||||
android:layout_gravity="bottom|end"
|
||||
app:fadeDuration="150"
|
||||
app:roundAsCircle="true"
|
||||
tools:actualImageResource="@color/accent"
|
||||
tools:src="?colorAccent" />
|
||||
|
||||
@@ -94,14 +92,12 @@
|
||||
android:minHeight="26dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/conversationUserAvatar"
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginStart="6dp"
|
||||
app:fadeDuration="150"
|
||||
app:roundAsCircle="true"
|
||||
tools:actualImageResource="@color/accent"
|
||||
tools:src="?colorAccent"
|
||||
tools:visibility="visible" />
|
||||
@@ -141,7 +137,7 @@
|
||||
android:paddingStart="6dp"
|
||||
android:paddingEnd="6dp">
|
||||
|
||||
<com.meloda.fast.widget.CircleImageView
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/conversationOut"
|
||||
android:layout_width="10dp"
|
||||
android:layout_height="10dp"
|
||||
|
||||
@@ -52,15 +52,14 @@
|
||||
android:textColor="?colorAccent"
|
||||
tools:text="Some title" />
|
||||
|
||||
<com.facebook.drawee.view.SimpleDraweeView
|
||||
<com.google.android.material.imageview.ShapeableImageView
|
||||
android:id="@+id/toolbarAvatar"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_alignParentEnd="true"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:src="?colorAccent"
|
||||
app:roundAsCircle="true" />
|
||||
android:src="?colorAccent" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user