mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</ScrollView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
android:layout_height="match_parent"
|
||||
android:padding="12dp"
|
||||
android:scrollbarStyle="outsideOverlay"
|
||||
android:tag="inset"
|
||||
tools:context="eu.faircode.email.ActivityView">
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
|
||||
@@ -1583,7 +1583,6 @@
|
||||
android:layout_width="match_parent"
|
||||
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"
|
||||
@@ -1603,4 +1602,4 @@
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
||||
Reference in New Issue
Block a user