We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dd2439 commit ee3ed47Copy full SHA for ee3ed47
2 files changed
app/src/main/res/layout/activity_home.xml
@@ -48,7 +48,8 @@
48
<android.support.v4.view.ViewPager
49
android:id="@+id/container"
50
android:layout_width="match_parent"
51
- android:layout_height="match_parent"
+ android:layout_height="wrap_content"
52
+ android:layout_marginBottom="50dp"
53
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
54
55
<android.support.design.widget.FloatingActionButton
app/src/main/res/layout/running_timers.xml
@@ -50,6 +50,6 @@
android:id="@+id/main_list_favorites"
android:layout_height="wrap_content"
- android:layout_marginBottom="115dp" />
+ android:layout_marginBottom="65dp" />
</LinearLayout>
0 commit comments