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
627 B
5 lines
627 B
2 years ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<RelativeLayout android:background="@color/page_main_back" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content"
|
||
|
xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<TextView android:textSize="10.0sp" android:textColor="@color/font_user_name" android:gravity="center" android:id="@id/photo_detail_foot_tv" android:paddingTop="3.0dip" android:paddingBottom="3.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/loading_more" android:layout_centerInParent="true" />
|
||
|
</RelativeLayout>
|