| | |
| | | |
| | | <RelativeLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_100" /> |
| | | android:layout_height="@dimen/dp_141"> |
| | | |
| | | <TextView |
| | | android:id="@+id/out_tv" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="@dimen/dp_41" |
| | | android:layout_marginStart="@dimen/dp_86" |
| | | android:layout_marginTop="@dimen/dp_50" |
| | | android:layout_marginEnd="@dimen/dp_86" |
| | | android:background="@drawable/out_login" |
| | | android:gravity="center" |
| | | android:text="@string/set_退出登录" |
| | | android:textColor="@color/text_FF5757" |
| | | android:textSize="@dimen/text_16" /> |
| | | </RelativeLayout> |
| | | |
| | | |
| | | </LinearLayout> |