]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/layout/content_account_summary.xml
dc59bb5d3afa128bedf2757c8dcd8f11843ebe7d
[mobile-ledger.git] / app / src / main / res / layout / content_account_summary.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:app="http://schemas.android.com/apk/res-auto"
4     xmlns:tools="http://schemas.android.com/tools"
5     android:id="@+id/content_account_summary_layout"
6     android:layout_width="match_parent"
7     android:layout_height="match_parent"
8     app:layout_behavior="@string/appbar_scrolling_view_behavior"
9     tools:context=".AccountSummary"
10     tools:showIn="@layout/app_bar_account_summary">
11
12     <android.support.v4.widget.SwipeRefreshLayout
13         android:id="@+id/account_swiper"
14         android:layout_width="match_parent"
15         android:layout_height="match_parent">
16
17         <android.support.v7.widget.RecyclerView
18             android:id="@+id/account_root"
19             android:layout_width="match_parent"
20             android:layout_height="wrap_content"
21             android:choiceMode="multipleChoice"
22             android:drawSelectorOnTop="true"
23             android:orientation="vertical">
24
25         </android.support.v7.widget.RecyclerView>
26     </android.support.v4.widget.SwipeRefreshLayout>
27 </android.support.constraint.ConstraintLayout>