我必须关注xml:
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/layout_refresh"
android:layout_width="fill_parent"
android:layout_height="110dp"
android:orientation="horizontal"
android:layout_gravity="center_horizontal"
android:visibility="invisible"
android:layout_alignLeft="@+id/layout_status_image"
android:layout_marginTop="5dp"
android:layout_marginLeft="72dp"
>
<!--
android:clickable="true"
android:background="@android:drawable/list_selector_background" -->
<ImageView android:id="@+id/image_refresh"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@drawable/widget_bt_refresh_idle"
android:layout_gravity="center_horizontal"
android:paddingRight="6dp"
/>
<TextView android:id="@+id/refresh_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="18sp"
android:layout_marginTop="25dp"
android:layout_marginLeft="35dp"
android:textColor="@color/solid_white"
android:text="Click to refresh"
/>
</RelativeLayout>
我该如何解决以下问题?
1) 居中refresh image
in 与其父容器有关。
2)使文本Click to refresh
适合视图