| | |
| | | android:id="@+id/fragment_home_bottom_visitor_cell_photo" |
| | | android:layout_width="@dimen/w122dp" |
| | | android:layout_height="@dimen/h127dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:scaleType="centerCrop" |
| | | android:paddingTop="@dimen/h5dp" |
| | | android:paddingRight="@dimen/w5dp" |
| | | android:paddingLeft="@dimen/w5dp" |
| | | android:paddingBottom="@dimen/h5dp" |
| | | /> |
| | | <!-- |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/fragment_home_bottom_visitor_cell_photo" |
| | | android:layout_width="@dimen/w122dp" |
| | | android:layout_height="@dimen/h127dp" |
| | | fresco:roundedCornerRadius="@dimen/w5dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:scaleType="centerCrop" |
| | | /> |
| | | --> |
| | | <TextView |
| | | android:id="@+id/fragment_home_bottom_visitor_cell_warning" |
| | | android:layout_width="wrap_content" |
| | |
| | | android:text="警报" |
| | | android:textColor="@android:color/white" |
| | | android:layout_alignParentRight="true" |
| | | android:visibility="visible" |
| | | /> |
| | | <LinearLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/h20dp" |
| | | android:background="#40000000" |
| | | android:layout_alignParentBottom="true"> |
| | | |
| | | android:layout_height="@dimen/h35dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:visibility="gone" |
| | | android:paddingBottom="@dimen/h15dp" |
| | | > |
| | | <TextView |
| | | android:id="@+id/fragment_home_bottom_visitor_cell_name" |
| | | android:layout_width="@dimen/view_size_0" |
| | |
| | | android:layout_weight="1" |
| | | android:text="" |
| | | android:textSize="@dimen/w12dp" |
| | | android:background="#40000000" |
| | | android:gravity="center" |
| | | android:textColor="@android:color/white"/> |
| | | <View |
| | |
| | | android:layout_height="match_parent" |
| | | android:layout_weight="1" |
| | | android:text="来访登记" |
| | | android:background="#40000000" |
| | | android:textSize="@dimen/w12dp" |
| | | android:gravity="center" |
| | | android:textColor="@android:color/white"/> |