2019-07-24 11:27:29 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-11-20 22:09:14 +00:00
|
|
|
<RelativeLayout android:layout_width="wrap_content" android:layout_height="24.0dip" android:paddingStart="0.0dip" android:paddingEnd="12.0dip"
|
2019-07-24 11:27:29 +00:00
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/chip_image" android:padding="2.0dip" style="@style/Avatar.Medium" />
|
2019-11-20 22:09:14 +00:00
|
|
|
<TextView android:gravity="center_vertical" android:id="@id/chip_text" android:singleLine="true" android:layout_centerVertical="true" android:layout_marginStart="5.0dip" android:layout_toEndOf="@id/chip_image" style="@style/UiKit.TextView" />
|
2019-07-24 11:27:29 +00:00
|
|
|
</RelativeLayout>
|