]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/layout/profile_list.xml
a060dbb20bf36a921884eb6dffc072a482dc00b2
[mobile-ledger.git] / app / src / main / res / layout / profile_list.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3   ~ Copyright © 2019 Damyan Ivanov.
4   ~ This file is part of MoLe.
5   ~ MoLe is free software: you can distribute it and/or modify it
6   ~ under the term of the GNU General Public License as published by
7   ~ the Free Software Foundation, either version 3 of the License, or
8   ~ (at your opinion), any later version.
9   ~
10   ~ MoLe is distributed in the hope that it will be useful,
11   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
12   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13   ~ GNU General Public License terms for details.
14   ~
15   ~ You should have received a copy of the GNU General Public License
16   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
17   -->
18
19 <android.support.v7.widget.RecyclerView xmlns:android="http://schemas.android.com/apk/res/android"
20     xmlns:app="http://schemas.android.com/apk/res-auto"
21     xmlns:tools="http://schemas.android.com/tools"
22     android:id="@+id/profile_list"
23     android:name="net.ktnx.mobileledger.ui.activity.ProfileListFragment"
24     android:layout_width="match_parent"
25     android:layout_height="match_parent"
26     app:layoutManager="LinearLayoutManager"
27     tools:context=".ui.activity.ProfileListActivity"
28     tools:listitem="@layout/profile_list_content" />