mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
removing some redundant xml rules
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<TableLayout
|
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
android:id="@+id/calendar_holder"
|
android:id="@+id/calendar_holder"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
@@ -14,7 +13,6 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginEnd="@dimen/yearly_padding_full"
|
android:layout_marginEnd="@dimen/yearly_padding_full"
|
||||||
android:layout_marginRight="@dimen/yearly_padding_full"
|
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
@@ -31,7 +29,6 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/month_1_label"
|
android:layout_below="@+id/month_1_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -58,7 +55,6 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/month_2_label"
|
android:layout_below="@+id/month_2_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -67,7 +63,6 @@
|
|||||||
android:id="@+id/month_3_holder"
|
android:id="@+id/month_3_holder"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginLeft="@dimen/yearly_padding_full"
|
|
||||||
android:layout_marginStart="@dimen/yearly_padding_full"
|
android:layout_marginStart="@dimen/yearly_padding_full"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
@@ -85,7 +80,6 @@
|
|||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_below="@+id/month_3_label"
|
android:layout_below="@+id/month_3_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
@@ -94,7 +88,6 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginEnd="@dimen/yearly_padding_full"
|
android:layout_marginEnd="@dimen/yearly_padding_full"
|
||||||
android:layout_marginRight="@dimen/yearly_padding_full"
|
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
@@ -111,7 +104,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_4_label"
|
android:layout_below="@+id/month_4_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding"
|
android:layout_marginStart="@dimen/yearly_month_padding"
|
||||||
app:days="30" />
|
app:days="30" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -141,7 +133,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_5_label"
|
android:layout_below="@+id/month_5_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -150,7 +141,6 @@
|
|||||||
android:id="@+id/month_6_holder"
|
android:id="@+id/month_6_holder"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginLeft="@dimen/yearly_padding_full"
|
|
||||||
android:layout_marginStart="@dimen/yearly_padding_full"
|
android:layout_marginStart="@dimen/yearly_padding_full"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
@@ -168,7 +158,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_6_label"
|
android:layout_below="@+id/month_6_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding"
|
android:layout_marginStart="@dimen/yearly_month_padding"
|
||||||
app:days="30" />
|
app:days="30" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -178,7 +167,6 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginEnd="@dimen/yearly_padding_full"
|
android:layout_marginEnd="@dimen/yearly_padding_full"
|
||||||
android:layout_marginRight="@dimen/yearly_padding_full"
|
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
@@ -195,7 +183,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_7_label"
|
android:layout_below="@+id/month_7_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
@@ -221,7 +208,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_8_label"
|
android:layout_below="@+id/month_8_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
</TableRow>
|
</TableRow>
|
||||||
@@ -233,7 +219,6 @@
|
|||||||
android:id="@+id/month_9_holder"
|
android:id="@+id/month_9_holder"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginLeft="@dimen/yearly_padding_full"
|
|
||||||
android:layout_marginStart="@dimen/yearly_padding_full"
|
android:layout_marginStart="@dimen/yearly_padding_full"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
@@ -251,7 +236,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_9_label"
|
android:layout_below="@+id/month_9_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding"
|
android:layout_marginStart="@dimen/yearly_month_padding"
|
||||||
app:days="30" />
|
app:days="30" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -261,7 +245,6 @@
|
|||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginEnd="@dimen/yearly_padding_full"
|
android:layout_marginEnd="@dimen/yearly_padding_full"
|
||||||
android:layout_marginRight="@dimen/yearly_padding_full"
|
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
<com.simplemobiletools.commons.views.MyTextView
|
<com.simplemobiletools.commons.views.MyTextView
|
||||||
@@ -278,7 +261,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_10_label"
|
android:layout_below="@+id/month_10_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
|
||||||
@@ -304,7 +286,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_11_label"
|
android:layout_below="@+id/month_11_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding"
|
android:layout_marginStart="@dimen/yearly_month_padding"
|
||||||
app:days="30" />
|
app:days="30" />
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
@@ -313,7 +294,6 @@
|
|||||||
android:id="@+id/month_12_holder"
|
android:id="@+id/month_12_holder"
|
||||||
android:layout_width="0dp"
|
android:layout_width="0dp"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_marginLeft="@dimen/yearly_padding_full"
|
|
||||||
android:layout_marginStart="@dimen/yearly_padding_full"
|
android:layout_marginStart="@dimen/yearly_padding_full"
|
||||||
android:layout_weight="1">
|
android:layout_weight="1">
|
||||||
|
|
||||||
@@ -331,7 +311,6 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:layout_below="@+id/month_12_label"
|
android:layout_below="@+id/month_12_label"
|
||||||
android:layout_marginLeft="@dimen/yearly_month_padding"
|
|
||||||
android:layout_marginStart="@dimen/yearly_month_padding" />
|
android:layout_marginStart="@dimen/yearly_month_padding" />
|
||||||
|
|
||||||
</RelativeLayout>
|
</RelativeLayout>
|
||||||
|
Reference in New Issue
Block a user