Remove bottom padding from laps container in landscape

This commit is contained in:
Phillip Hsu 2016-08-30 17:32:18 -07:00
parent e025f70965
commit e94a1fd3a5

View File

@ -25,10 +25,16 @@
android:textSize="@dimen/text_size_display_3"
style="@style/TextAppearance.AppCompat.Inverse"/>
<include layout="@layout/fragment_recycler_view"
<!--
- Unfortunately, we can't include fragment_recycler_view
- because we don't want the bottom padding
-->
<android.support.v7.widget.RecyclerView
android:id="@+id/list"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="match_parent"
android:scrollbars="vertical"
android:layout_marginTop="@dimen/laps_container_margin_top"/>
</LinearLayout>