Merge pull request #5983 from ByteHamster/inbox-icon-space

Remove empty space next to inbox icon
This commit is contained in:
ByteHamster 2022-07-26 15:43:35 +02:00 committed by GitHub
commit 2208200e21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@
android:id="@+id/statusInbox"
android:layout_width="14sp"
android:layout_height="14sp"
android:layout_marginRight="4dp"
android:layout_marginEnd="4dp"
android:contentDescription="@string/is_inbox_label"
app:srcCompat="@drawable/ic_inbox"
app:tint="?attr/colorAccent" />