Skip to content

Commit

Permalink
Add bottom space for images in 1st tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimezis committed Jun 6, 2016
1 parent 5c79186 commit 43c171f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/layout/fragment_scroll.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/bottom_tab_height"
android:clipToPadding="false"
android:scrollbars="none">

<LinearLayout
Expand Down

0 comments on commit 43c171f

Please sign in to comment.