UNPKG

helpshift-plugin-phonegap

Version:

Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project

21 lines (20 loc) 936 B
<?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/hs__searchResultActivity" android:layout_width="fill_parent" android:layout_height="fill_parent"> <ListView android:id="@android:id/list" android:divider="?attr/hs__contentSeparatorColor" android:dividerHeight="1dp" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_above="@+id/hs__helpshiftActivityFooter"/> <ImageView android:id="@+id/hs__helpshiftActivityFooter" android:layout_alignParentBottom="true" android:layout_width="match_parent" android:layout_height="wrap_content" /> </RelativeLayout> <!-- From: file:/Users/naiquevin/helpshift/code/r2d2/Helpshift/src/main/res/layout/hs__search_result_activity.xml -->