Skip to content

Commit badbe14

Browse files
committed
Merge branch 'pr/698' into hotfix/patches
Fixes #695
2 parents 450fd35 + fdaef22 commit badbe14

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

app/src/main/res/layout/activity_transaction_detail.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,9 @@
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"
@@ -65,6 +62,9 @@
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"
@@ -146,6 +146,7 @@
146146
</TableRow>
147147

148148
</TableLayout>
149+
</ScrollView>
149150
</LinearLayout>
150151
<android.support.design.widget.FloatingActionButton
151152
android:id="@+id/fab_edit_transaction"

0 commit comments

Comments
 (0)