diff --git a/app/src/main/java/eu/faircode/email/ActivityBase.java b/app/src/main/java/eu/faircode/email/ActivityBase.java index 899da8720c..453f386305 100644 --- a/app/src/main/java/eu/faircode/email/ActivityBase.java +++ b/app/src/main/java/eu/faircode/email/ActivityBase.java @@ -228,11 +228,6 @@ abstract class ActivityBase extends AppCompatActivity implements SharedPreferenc cf.getPaddingStart(), cf.getPaddingTop(), cf.getPaddingEnd(), pad); } - //for (View child : Helper.getViewsWithTag(v, "inset")) { - // mlp = (ViewGroup.MarginLayoutParams) child.getLayoutParams(); - // mlp.bottomMargin = insets.bottom; - // child.setLayoutParams(mlp); - //} } } catch (Throwable ex) { diff --git a/app/src/main/res/layout/activity_signature.xml b/app/src/main/res/layout/activity_signature.xml index f46377f27d..145880bd78 100644 --- a/app/src/main/res/layout/activity_signature.xml +++ b/app/src/main/res/layout/activity_signature.xml @@ -67,7 +67,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:background="?attr/colorPrimary" - android:tag="inset" app:itemIconTint="@color/action_foreground" app:itemTextColor="@color/action_foreground" app:labelVisibilityMode="labeled" diff --git a/app/src/main/res/layout/fragment_about.xml b/app/src/main/res/layout/fragment_about.xml index de2e95120d..1c68d4d104 100644 --- a/app/src/main/res/layout/fragment_about.xml +++ b/app/src/main/res/layout/fragment_about.xml @@ -78,7 +78,6 @@ android:orientation="vertical" android:padding="12dp" android:scrollbarStyle="outsideOverlay" - android:tag="inset" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@id/tvCopyright"> @@ -116,4 +115,4 @@ app:layout_constraintTop_toBottomOf="@+id/tvContributors" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/fragment_answer.xml b/app/src/main/res/layout/fragment_answer.xml index 1365120315..2d8e1d0415 100644 --- a/app/src/main/res/layout/fragment_answer.xml +++ b/app/src/main/res/layout/fragment_answer.xml @@ -198,7 +198,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:background="?attr/colorPrimary" - android:tag="inset" app:itemIconTint="@color/action_foreground" app:itemTextColor="@color/action_foreground" app:labelVisibilityMode="labeled" diff --git a/app/src/main/res/layout/fragment_compose.xml b/app/src/main/res/layout/fragment_compose.xml index 095b1fafb6..c2c92c0ee1 100644 --- a/app/src/main/res/layout/fragment_compose.xml +++ b/app/src/main/res/layout/fragment_compose.xml @@ -620,7 +620,6 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:background="?attr/colorPrimary" - android:tag="inset" app:itemIconTint="@color/action_foreground" app:itemTextColor="@color/action_foreground" app:labelVisibilityMode="labeled" @@ -640,4 +639,4 @@ app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" /> - \ No newline at end of file + diff --git a/app/src/main/res/layout/fragment_messages.xml b/app/src/main/res/layout/fragment_messages.xml index 2f8a289a54..537358c0fc 100644 --- a/app/src/main/res/layout/fragment_messages.xml +++ b/app/src/main/res/layout/fragment_messages.xml @@ -525,7 +525,6 @@ android:background="?attr/selectableItemBackgroundBorderless" android:contentDescription="@string/title_accessibility_filter_out_seen" android:padding="12dp" - android:tag="inset" app:layout_constraintBottom_toTopOf="@+id/etSearch" app:layout_constraintEnd_toStartOf="@id/ibUnflagged" app:layout_constraintHorizontal_chainStyle="packed" @@ -541,7 +540,6 @@ android:background="?attr/selectableItemBackgroundBorderless" android:contentDescription="@string/title_accessibility_filter_out_unflagged" android:padding="12dp" - android:tag="inset" app:layout_constraintBottom_toTopOf="@+id/etSearch" app:layout_constraintEnd_toStartOf="@+id/ibSnoozed" app:layout_constraintStart_toEndOf="@id/ibSeen" @@ -556,7 +554,6 @@ android:background="?attr/selectableItemBackgroundBorderless" android:contentDescription="@string/title_accessibility_filter_out_snoozed" android:padding="12dp" - android:tag="inset" app:layout_constraintBottom_toTopOf="@+id/etSearch" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/ibUnflagged" @@ -592,7 +589,6 @@ android:layout_width="match_parent" android:layout_height="36dp" android:background="?attr/colorPrimary" - android:tag="inset" app:itemIconTint="@color/action_foreground" app:itemTextColor="@color/action_foreground" app:labelVisibilityMode="unlabeled" @@ -1023,7 +1019,6 @@ android:layout_gravity="center_horizontal|bottom" android:layout_marginBottom="45dp" android:contentDescription="@string/title_setup_error" - android:tag="inset" android:tooltipText="@string/title_setup_error" app:backgroundTint="?attr/colorWarning" app:srcCompat="@drawable/twotone_warning_24" diff --git a/app/src/main/res/layout/fragment_pro.xml b/app/src/main/res/layout/fragment_pro.xml index 23fa2801a2..f391796f6f 100644 --- a/app/src/main/res/layout/fragment_pro.xml +++ b/app/src/main/res/layout/fragment_pro.xml @@ -6,7 +6,6 @@ android:layout_height="match_parent" android:padding="12dp" android:scrollbarStyle="outsideOverlay" - android:tag="inset" tools:context="eu.faircode.email.ActivityView"> - \ No newline at end of file +