aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/layout/reader_like_avatar.xml
blob: 2ffe18ea6dccd31c95515ff08e2f5bf853d8c534 (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>

<!--
    single avatar image inserted into post detail when showing liking users
-->
<org.wordpress.android.widgets.WPNetworkImageView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/image_like_avatar"
    android:layout_width="@dimen/avatar_sz_small"
    android:layout_height="@dimen/avatar_sz_small"
    android:layout_marginRight="@dimen/margin_small" />