]> git.ktnx.net Git - mobile-ledger.git/blobdiff - app/src/main/res/layout/account_summary_fragment.xml
whitespace
[mobile-ledger.git] / app / src / main / res / layout / account_summary_fragment.xml
index cb480e633bfc8fab0deb3a58f7c23aee946b7001..449d4d2d17a4df037db501b1714e381f993f8a66 100644 (file)
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
+<?xml version="1.0" encoding="utf-8"?><!--
   ~ Copyright © 2019 Damyan Ivanov.
   ~ This file is part of MoLe.
   ~ MoLe is free software: you can distribute it and/or modify it
   -->
 
 <FrameLayout 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/account_summary_frame"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
     tools:context=".ui.account_summary.AccountSummaryFragment">
 
-    <androidx.constraintlayout.widget.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"
+    <androidx.constraintlayout.widget.ConstraintLayout
         android:id="@+id/content_account_summary_layout"
         android:layout_width="match_parent"
         android:layout_height="match_parent"
@@ -43,7 +41,8 @@
                 android:layout_height="wrap_content"
                 android:choiceMode="multipleChoice"
                 android:drawSelectorOnTop="true"
-                android:orientation="vertical">
+                android:orientation="vertical"
+                android:scrollbars="vertical">
 
             </androidx.recyclerview.widget.RecyclerView>
         </androidx.swiperefreshlayout.widget.SwipeRefreshLayout>