You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
603 B
5 lines
603 B
<?xml version="1.0" encoding="utf-8"?> |
|
<RelativeLayout android:background="#ff000000" android:layout_width="fill_parent" android:layout_height="fill_parent" |
|
xmlns:android="http://schemas.android.com/apk/res/android"> |
|
<TextView android:textSize="14.0sp" android:textColor="@color/font_user_name" android:id="@id/community_new_notice" android:background="@drawable/community_new_notice_selector" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="10.0dip" android:layout_marginBottom="10.0dip" android:layout_centerInParent="true" /> |
|
</RelativeLayout> |