Created
          December 19, 2017 21:24 
        
      - 
      
- 
        Save ziginsider/ea237a3d277defe9765dc65508b5b0b8 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <?xml version="1.0" encoding="utf-8"?> | |
| <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| xmlns:app="http://schemas.android.com/apk/res-auto" | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:orientation="vertical"> | |
| <android.support.design.widget.AppBarLayout | |
| android:id="@+id/appbar_layout_recycler" | |
| android:layout_width="match_parent" | |
| android:layout_height="?attr/actionBarSize" | |
| android:layout_alignParentBottom="true" | |
| app:elevation="0dp"> | |
| <LinearLayout | |
| android:layout_width="match_parent" | |
| android:layout_height="match_parent" | |
| android:orientation="horizontal"> | |
| <android.support.design.widget.TabLayout | |
| android:id="@+id/work_tab_layout_recycler" | |
| android:layout_width="match_parent" | |
| android:layout_height="?attr/actionBarSize" | |
| app:tabIndicatorColor="#ffffff" | |
| app:tabMode="scrollable" | |
| app:tabSelectedTextColor="#d41e1e" | |
| app:tabTextColor="#ffffff" /> | |
| </LinearLayout> | |
| </android.support.design.widget.AppBarLayout> | |
| <android.support.v4.view.ViewPager | |
| android:id="@+id/work_view_pager_recycler" | |
| android:layout_width="match_parent" | |
| android:layout_height="fill_parent" | |
| android:layout_above="@+id/appbar_layout_recycler"> | |
| </android.support.v4.view.ViewPager> | |
| </LinearLayout> | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment