File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 xmlns : android =" http://schemas.android.com/apk/res/android"
1919 xmlns : app =" http://schemas.android.com/apk/res-auto"
2020 xmlns : tools =" http://schemas.android.com/tools"
21- android : orientation =" vertical"
2221 android : layout_width =" match_parent"
2322 android : layout_height =" match_parent" >
2423
25-
26-
2724 <LinearLayout
2825 android : orientation =" vertical"
2926 android : layout_width =" match_parent"
6562 </LinearLayout >
6663 </android .support.v7.widget.Toolbar>
6764
65+ <ScrollView
66+ android : layout_width =" match_parent"
67+ android : layout_height =" match_parent" >
6868 <TableLayout android : id =" @+id/fragment_transaction_details"
6969 android : layout_width =" match_parent"
7070 android : layout_height =" wrap_content"
146146 </TableRow >
147147
148148 </TableLayout >
149+ </ScrollView >
149150 </LinearLayout >
150151 <android .support.design.widget.FloatingActionButton
151152 android : id =" @+id/fab_edit_transaction"
You can’t perform that action at this time.
0 commit comments