Skip to content

Commit ee3ed47

Browse files
committed
Fix categories list: workaround to make last list entry visible
1 parent 2dd2439 commit ee3ed47

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

app/src/main/res/layout/activity_home.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
<android.support.v4.view.ViewPager
4949
android:id="@+id/container"
5050
android:layout_width="match_parent"
51-
android:layout_height="match_parent"
51+
android:layout_height="wrap_content"
52+
android:layout_marginBottom="50dp"
5253
app:layout_behavior="@string/appbar_scrolling_view_behavior" />
5354

5455
<android.support.design.widget.FloatingActionButton

app/src/main/res/layout/running_timers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@
5050
android:id="@+id/main_list_favorites"
5151
android:layout_width="match_parent"
5252
android:layout_height="wrap_content"
53-
android:layout_marginBottom="115dp" />
53+
android:layout_marginBottom="65dp" />
5454

5555
</LinearLayout>

0 commit comments

Comments
 (0)