Skip to content

Commit

Permalink
Expand statistics graph to use available height.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjohndoe committed Jan 23, 2016
1 parent 3b5919b commit b68ac2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion studio/app/src/main/res/layout/statistics.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="fill_parent"
android:orientation="vertical">

<include layout="@layout/toolbar" />
Expand Down

0 comments on commit b68ac2c

Please sign in to comment.