<?xml version="1.0" encoding="utf-8"?>
<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 -->