1
0
mirror of https://github.com/oliexdev/openScale.git synced 2025-08-13 20:24:14 +02:00

add a scroll view for the statistics fragment

This commit is contained in:
OliE
2017-04-08 20:14:33 +02:00
parent cc530c1f70
commit a402f80dde

View File

@@ -4,12 +4,17 @@
android:layout_height="match_parent"
android:padding="5dp" >
<ScrollView
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:id="@+id/scrollView"
android:layout_weight="100">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/txtTitleGoal"
android:layout_width="wrap_content"
@@ -261,9 +266,7 @@
android:textAppearance="?android:attr/textAppearanceLarge"
android:textSize="15dp" />
</TableRow>
</TableLayout>
</LinearLayout>
</ScrollView>
</RelativeLayout>