2015-03-17 21:01:37 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2015-06-27 03:14:51 +00:00
|
|
|
<merge xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
2015-03-17 21:01:37 +00:00
|
|
|
|
2015-06-27 03:14:51 +00:00
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
|
|
android:id="@+id/thumbnail_image"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2015-07-16 00:31:02 +00:00
|
|
|
android:scaleType="fitCenter"
|
2015-06-27 03:14:51 +00:00
|
|
|
android:adjustViewBounds="true"
|
|
|
|
android:contentDescription="@string/conversation_item__mms_image_description"
|
|
|
|
android:layout_margin="@dimen/media_bubble_border_width"
|
|
|
|
app:riv_corner_radius="@dimen/message_bubble_corner_radius" />
|
2015-03-17 21:01:37 +00:00
|
|
|
|
2015-06-27 03:14:51 +00:00
|
|
|
<com.pnikosis.materialishprogress.ProgressWheel
|
|
|
|
android:id="@+id/progress_wheel"
|
|
|
|
android:layout_width="70dp"
|
|
|
|
android:layout_height="70dp"
|
|
|
|
android:layout_gravity="center"
|
|
|
|
android:background="@drawable/progress_background"
|
|
|
|
android:visibility="gone"
|
|
|
|
app:matProg_barColor="@color/white"
|
|
|
|
app:matProg_linearProgress="true"
|
|
|
|
app:matProg_spinSpeed="0.333" />
|
|
|
|
|
|
|
|
</merge>
|