| | |
| | | |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:id="@+id/fragment_home_bottom_register_cell_photo" |
| | | android:layout_width="122dp" |
| | | android:layout_height="127dp" |
| | | android:layout_width="@dimen/w122dp" |
| | | android:layout_height="@dimen/h127dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:scaleType="centerCrop" |
| | | android:paddingTop="@dimen/h15dp" |
| | | android:paddingRight="@dimen/w5dp" |
| | | android:paddingLeft="@dimen/w5dp" |
| | | /> |
| | | <TextView |
| | | android:id="@+id/fragment_home_bottom_register_cell_to_register" |
| | |
| | | android:layout_height="wrap_content" |
| | | android:background="@drawable/rounded_textview" |
| | | android:gravity="center" |
| | | android:textSize="@dimen/text_size_big" |
| | | android:textSize="@dimen/w16dp" |
| | | android:text="注册" |
| | | android:layout_marginBottom="30dp" |
| | | android:layout_marginRight="10dp" |
| | | android:layout_marginBottom="@dimen/h20dp" |
| | | android:layout_marginRight="@dimen/w10dp" |
| | | android:layout_alignParentBottom="true" |
| | | android:textColor="@android:color/white" |
| | | android:layout_alignParentRight="true"/> |