removing a redundant wrapper around the weekly view holder

This commit is contained in:
tibbi 2020-06-08 11:09:03 +02:00
parent 719414c42c
commit dfeee92598

View File

@ -1,12 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<LinearLayout <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/week_view_main_holder"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:fillViewport="true">
<RelativeLayout
android:id="@+id/week_view_holder" android:id="@+id/week_view_holder"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
@ -45,4 +38,3 @@
android:layout_toEndOf="@+id/week_view_hours_scrollview" /> android:layout_toEndOf="@+id/week_view_hours_scrollview" />
</RelativeLayout> </RelativeLayout>
</LinearLayout>