<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:ptr="http://schemas.android.com/apk/res-auto"
tools:context="com.electric.chargingpile.activity.QaActivity">
<com.handmark.pulltorefresh.library.PullToRefreshListView
android:id="@+id/lv_info"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:divider="@null"
android:visibility="visible"
ptr:ptrMode="both"
android:layout_below="@+id/rl_title"/>
<ImageView
android:id="@+id/iv_ask"
android:layout_width="56dp"
android:layout_height="56dp"
android:layout_alignParentRight="true"
android:layout_alignParentBottom="true"
android:layout_marginRight="15dp"
android:layout_marginBottom="22dp"
android:src="@drawable/app_publish_item_qa"/>
</RelativeLayout>
|