2017-10-08 03:03:59 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2017-11-17 04:56:43 +00:00
|
|
|
<android.support.design.widget.CoordinatorLayout
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
|
|
android:id="@+id/main_content"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2017-11-22 02:27:27 +00:00
|
|
|
app:theme="@style/AppTheme.NoActionBar"
|
2017-11-17 04:56:43 +00:00
|
|
|
android:fitsSystemWindows="true">
|
|
|
|
|
|
|
|
<android.support.design.widget.AppBarLayout
|
|
|
|
android:id="@+id/appbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:paddingTop="@dimen/appbar_padding_top"
|
|
|
|
app:theme="@style/AppTheme.AppBarOverlay">
|
|
|
|
|
|
|
|
<android.support.v7.widget.Toolbar
|
|
|
|
android:id="@+id/toolbar"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="?attr/actionBarSize"
|
|
|
|
android:layout_weight="1"
|
|
|
|
android:background="?attr/colorPrimary"
|
|
|
|
app:layout_scrollFlags="scroll|enterAlways"
|
|
|
|
app:popupTheme="@style/AppTheme.PopupOverlay"
|
2017-11-17 06:05:41 +00:00
|
|
|
app:title="Client Logo">
|
2017-11-17 04:56:43 +00:00
|
|
|
|
|
|
|
</android.support.v7.widget.Toolbar>
|
|
|
|
|
|
|
|
<android.support.design.widget.TabLayout
|
|
|
|
android:id="@+id/tabs"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
<android.support.design.widget.TabItem
|
|
|
|
android:id="@+id/tabItem"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Balances" />
|
|
|
|
|
|
|
|
<android.support.design.widget.TabItem
|
|
|
|
android:id="@+id/tabItem2"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Transactions" />
|
|
|
|
|
|
|
|
<android.support.design.widget.TabItem
|
|
|
|
android:id="@+id/tabItem3"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:text="Contacts" />
|
|
|
|
|
|
|
|
</android.support.design.widget.TabLayout>
|
|
|
|
</android.support.design.widget.AppBarLayout>
|
2017-10-08 03:03:59 +00:00
|
|
|
|
|
|
|
<android.support.v4.view.ViewPager
|
|
|
|
android:id="@+id/pager"
|
|
|
|
android:layout_width="match_parent"
|
2017-11-17 04:56:43 +00:00
|
|
|
android:layout_height="match_parent"
|
|
|
|
app:layout_behavior="@string/appbar_scrolling_view_behavior"/>
|
|
|
|
|
|
|
|
<android.support.design.widget.FloatingActionButton
|
2017-11-17 05:43:10 +00:00
|
|
|
android:id="@+id/fabReceive"
|
|
|
|
android:layout_width="250dp"
|
|
|
|
android:layout_height="250dp"
|
|
|
|
android:layout_gravity="start|bottom"
|
|
|
|
android:layout_marginBottom="-125dp"
|
|
|
|
android:layout_marginStart="-125dp"
|
2017-11-22 02:27:27 +00:00
|
|
|
app:backgroundTint="@color/white"
|
|
|
|
app:srcCompat="@drawable/receive_icon" />
|
2017-11-17 05:43:10 +00:00
|
|
|
|
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
|
|
android:id="@+id/fabSend"
|
|
|
|
android:layout_width="250dp"
|
|
|
|
android:layout_height="250dp"
|
|
|
|
android:layout_gravity="end|bottom"
|
|
|
|
android:layout_marginBottom="-125dp"
|
|
|
|
android:layout_marginEnd="-125dp"
|
|
|
|
app:srcCompat="@android:drawable/ic_dialog_email" />
|
|
|
|
|
|
|
|
<android.support.design.widget.FloatingActionButton
|
|
|
|
android:id="@+id/fabAddContact"
|
2017-11-17 04:56:43 +00:00
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_gravity="end|bottom"
|
|
|
|
android:layout_margin="@dimen/fab_margin"
|
|
|
|
app:srcCompat="@android:drawable/ic_dialog_email" />
|
|
|
|
|
|
|
|
<!-- Place settings button correctly -->
|
2017-11-08 02:18:31 +00:00
|
|
|
|
|
|
|
<RelativeLayout
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="wrap_content"
|
2017-11-17 05:43:10 +00:00
|
|
|
android:layout_gravity="bottom"
|
2017-11-08 02:18:31 +00:00
|
|
|
android:background="@color/white">
|
|
|
|
|
|
|
|
<ImageButton
|
|
|
|
android:id="@+id/btnGeneralSettings"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2017-11-17 05:43:10 +00:00
|
|
|
android:layout_centerHorizontal="true"
|
2017-11-08 02:18:31 +00:00
|
|
|
android:background="@drawable/icon_setting" />
|
|
|
|
</RelativeLayout>
|
2017-11-17 04:56:43 +00:00
|
|
|
</android.support.design.widget.CoordinatorLayout>
|