Remove bottom padding from laps container in landscape
This commit is contained in:
parent
e025f70965
commit
e94a1fd3a5
@ -25,10 +25,16 @@
|
|||||||
android:textSize="@dimen/text_size_display_3"
|
android:textSize="@dimen/text_size_display_3"
|
||||||
style="@style/TextAppearance.AppCompat.Inverse"/>
|
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_width="0dp"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
|
android:scrollbars="vertical"
|
||||||
android:layout_marginTop="@dimen/laps_container_margin_top"/>
|
android:layout_marginTop="@dimen/laps_container_margin_top"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user