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 Feb 8, 2016
1 parent a6e44b8 commit 2f68205
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 2f68205

Please sign in to comment.