mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-02-21 14:10:51 +01:00
removing a redundant wrapper around the weekly view holder
This commit is contained in:
parent
719414c42c
commit
dfeee92598
@ -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"
|
||||||
@ -18,7 +11,7 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_alignEnd="@+id/week_view_hours_scrollview"
|
android:layout_alignEnd="@+id/week_view_hours_scrollview"
|
||||||
android:background="@drawable/stroke_bottom_right"
|
android:background="@drawable/stroke_bottom_right"
|
||||||
android:importantForAccessibility="no"/>
|
android:importantForAccessibility="no" />
|
||||||
|
|
||||||
<com.simplemobiletools.calendar.pro.views.MyScrollView
|
<com.simplemobiletools.calendar.pro.views.MyScrollView
|
||||||
android:id="@+id/week_view_hours_scrollview"
|
android:id="@+id/week_view_hours_scrollview"
|
||||||
@ -34,7 +27,7 @@
|
|||||||
android:id="@+id/week_view_hours_holder"
|
android:id="@+id/week_view_hours_holder"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"/>
|
android:orientation="vertical" />
|
||||||
|
|
||||||
</com.simplemobiletools.calendar.pro.views.MyScrollView>
|
</com.simplemobiletools.calendar.pro.views.MyScrollView>
|
||||||
|
|
||||||
@ -42,7 +35,6 @@
|
|||||||
android:id="@+id/week_view_view_pager"
|
android:id="@+id/week_view_view_pager"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_toEndOf="@+id/week_view_hours_scrollview"/>
|
android:layout_toEndOf="@+id/week_view_hours_scrollview" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</LinearLayout>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user