| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- <?xml version="1.0" encoding="utf-8"?>
- <android.support.constraint.ConstraintLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/layout_coordinator"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
- <android.support.v7.widget.RecyclerView
- android:id="@+id/recycler_view_main"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"/>
- <kr.co.zumo.app.lifeplus.view.screen.main.PageIndicator
- android:id="@+id/page_indicator"
- android:layout_width="match_parent"
- android:layout_height="match_parent"/>
- <LinearLayout
- android:id="@+id/layout_test_all"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="bottom"
- android:orientation="vertical"
- app:layout_constraintBottom_toBottomOf="parent">
- <ImageView
- android:id="@+id/image_toggle"
- android:layout_width="30dp"
- android:layout_height="30dp"
- android:layout_gravity="center"
- android:layout_marginStart="8dp"
- android:layout_marginEnd="8dp"
- app:srcCompat="@drawable/icon_arcordion_close_arrow"/>
- <LinearLayout
- android:id="@+id/layout_test"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:background="@color/CFFFFFF"
- android:orientation="vertical"
- android:paddingBottom="8dp">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal"
- android:paddingStart="20dp"
- android:paddingTop="10dp"
- android:paddingEnd="20dp"
- android:paddingBottom="10dp"
- >
- <TextView
- android:id="@+id/text_member_status"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- tools:text="Member status: inactive"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <TextView
- android:id="@+id/text_version"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- tools:text="Version: v4.0.0"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal"
- android:paddingStart="20dp"
- android:paddingTop="10dp"
- android:paddingEnd="20dp"
- android:paddingBottom="10dp"
- >
- <Button
- android:id="@+id/button_set_account"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Set Dummy Account"/>
- <Button
- android:id="@+id/button_7"
- android:padding="0dp"
- android:minWidth="50dp"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="7"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <Button
- android:id="@+id/button_clear"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Clear Data"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal"
- android:paddingStart="20dp"
- android:paddingTop="10dp"
- android:paddingEnd="20dp"
- android:paddingBottom="10dp">
- <Button
- android:id="@+id/button_sign_up"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Join"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <Button
- android:id="@+id/button_zumo"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Set Zumo User"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <Button
- android:id="@+id/button_0000"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="0000"/>
- </LinearLayout>
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:gravity="center"
- android:orientation="horizontal"
- android:paddingStart="20dp"
- android:paddingTop="10dp"
- android:paddingEnd="20dp"
- android:paddingBottom="10dp">
- <Button
- android:id="@+id/button_dev"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Develop"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <Button
- android:id="@+id/button_cache"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Clear Cache"/>
- <Space
- android:layout_width="0dp"
- android:layout_height="wrap_content"
- android:layout_weight="1"/>
- <Button
- android:id="@+id/button_product"
- style="@style/SignUpButton"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:text="Product"/>
- </LinearLayout>
- </LinearLayout>
- </LinearLayout>
- <android.support.constraint.ConstraintLayout
- android:id="@+id/container_navigation_bar"
- android:layout_width="match_parent"
- android:layout_height="@dimen/action_bar_height"
- android:background="@null">
- </android.support.constraint.ConstraintLayout>
- </android.support.constraint.ConstraintLayout>
|