helpshift-plugin-phonegap
Version:
Plugin for integrating Helpshift's SDK into a Phonegap/Cordova project
27 lines (23 loc) • 1.06 kB
text/xml
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:focusable="true"
android:focusableInTouchMode="true">
<android.support.v4.view.ViewPager
android:id="@+id/hs__sections_pager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/hs__helpshiftActivityFooter">
<android.support.v4.view.PagerTabStrip
style="?attr/hs__faqsPagerTabStripStyle"
android:id="@+id/hs__pager_tab_strip"
/>
</android.support.v4.view.ViewPager>
<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__questions_list.xml -->