| | |
| | | android:paddingLeft="@dimen/w5dp" |
| | | android:paddingBottom="@dimen/h5dp" |
| | | /> |
| | | <!-- |
| | | <TextView |
| | | android:id="@+id/fragment_home_bottom_register_cell_to_register" |
| | | android:layout_width="wrap_content" |
| | |
| | | android:layout_alignParentBottom="true" |
| | | android:textColor="@android:color/white" |
| | | android:layout_alignParentRight="true"/> |
| | | --> |
| | | <TextView |
| | | android:id="@+id/fragment_home_bottom_register_cell_to_register" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:background="#FFA500" |
| | | android:paddingRight="@dimen/w7dp" |
| | | android:paddingLeft="@dimen/w10dp" |
| | | android:layout_marginTop="@dimen/h12dp" |
| | | android:layout_marginRight="@dimen/w5dp" |
| | | android:paddingBottom="@dimen/h2dp" |
| | | android:textSize="@dimen/w16dp" |
| | | android:text="未注册" |
| | | android:textColor="@android:color/white" |
| | | android:layout_alignParentRight="true" |
| | | android:visibility="visible" |
| | | /> |
| | | |
| | | </RelativeLayout> |