<?xml version="1.0" encoding="utf-8"?>
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:id="@+id/fragment_home_bottom_register_cell_relative_layout"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content">
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:id="@+id/fragment_home_bottom_register_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"
|
/>
|
<!--
|
<TextView
|
android:id="@+id/fragment_home_bottom_register_cell_to_register"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:background="@drawable/rounded_textview"
|
android:gravity="center"
|
android:textSize="@dimen/w12dp"
|
android:text="未注册"
|
android:layout_marginBottom="@dimen/h20dp"
|
android:layout_marginRight="@dimen/w10dp"
|
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>
|