<?xml version=
"1.0"
encoding=
"utf-8"
?>
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
android:orientation=
"vertical"
>
<kr.co.widget.ScrollViewExt
android:id=
"@+id/activity_root_sv_root"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:scrollbars=
"none"
>
<LinearLayout
android:id=
"@+id/activity_root_ll_section_container"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<RelativeLayout
android:id=
"@+id/activity_root_rl_events_section"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
>
<android.support.v4.view.ViewPager
android:id=
"@+id/activity_root_vp_event_section"
android:layout_width=
"match_parent"
android:layout_height=
"300dp"
/>
<me.relex.circleindicator.CircleIndicator
android:id=
"@+id/activity_root_vp_indicator"
app:ci_width=
"10dp"
app:ci_height=
"10dp"
app:ci_margin=
"6dp"
app:ci_animator=
"@anim/indicator_animator"
app:ci_drawable=
"@drawable/white_radius"
android:layout_alignParentBottom=
"true"
android:layout_width=
"fill_parent"
android:layout_height=
"40dp"
/>
</RelativeLayout>
<LinearLayout
android:id=
"@+id/activity_root_ll_products_section"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
</LinearLayout>
</LinearLayout>
</kr.co.widget.ScrollViewExt>
<ImageButton
android:id=
"@+id/activity_root_btn_opendrawer"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_marginRight=
"15dip"
android:layout_marginTop=
"15dip"
android:layout_alignParentRight=
"true"
android:src=
"@drawable/ic_drawer"
android:background=
"@android:color/transparent"
/>
<include
layout=
"@layout/layout_bottom_nav"
android:id=
"@+id/activity_root_bottom_nav"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:layout_alignParentBottom=
"true"
/>
</RelativeLayout>