| | |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/fragment_home_bottom_visitor_cell_photo" |
| | | android:layout_width="122dp" |
| | | android:layout_height="127dp" |
| | | fresco:roundedCornerRadius="5dp" |
| | | android:layout_width="@dimen/w122dp" |
| | | android:layout_height="@dimen/h127dp" |
| | | fresco:roundedCornerRadius="@dimen/w5dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:scaleType="centerCrop" |
| | | /> |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="@color/colorRed" |
| | | android:paddingRight="7dp" |
| | | android:paddingLeft="10dp" |
| | | android:paddingRight="@dimen/w7dp" |
| | | android:paddingLeft="@dimen/w10dp" |
| | | android:paddingTop="2dp" |
| | | android:paddingBottom="2dp" |
| | | android:textSize="@dimen/text_size_big" |
| | |
| | | android:layout_alignParentRight="true"/> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="20dp" |
| | | android:layout_height="@dimen/h20dp" |
| | | android:background="#40000000" |
| | | android:layout_alignParentBottom="true"> |
| | | |