Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 30b04009 authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '314-Remove_unwanted_crypto_icons' into 'main'

314-Remove_unwanted_crypto_icons

See merge request !90
parents 28676c1a a3138639
Loading
Loading
Loading
Loading
Loading
+2 −10
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@
                    android:layout_height="16dp"
                    android:layout_gravity="end|bottom"
                    app:srcCompat="@drawable/compatibility"
                    app:tint="@color/light_black" />
                    app:tint="@color/default_icon_color" />
            </FrameLayout>

        </com.fsck.k9.view.ToolableViewAnimator>
@@ -135,15 +135,7 @@
                <FrameLayout
                    android:layout_width="match_parent"
                    android:layout_height="match_parent"
                    android:id="@+id/crypto_status_trusted"
                    >

                    <ImageView
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"
                        android:layout_gravity="start|center_vertical"
                        app:srcCompat="@drawable/status_dots"
                        app:tint="?attr/openpgp_grey" />
                    android:id="@+id/crypto_status_trusted">

                    <ImageView
                        android:layout_width="wrap_content"
+0 −7
Original line number Diff line number Diff line
@@ -114,13 +114,6 @@
            android:padding="13dp"
            tools:visibility="gone">

            <ImageView
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_gravity="start|center_vertical"
                app:srcCompat="@drawable/status_dots"
                app:tint="?attr/openpgp_grey" />

            <ImageView
                android:id="@+id/alternate_crypto_status_icon"
                android:layout_width="wrap_content"
+0 −7
Original line number Diff line number Diff line
@@ -57,13 +57,6 @@
        android:visibility="gone"
        >

        <ImageView
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_gravity="start|center_vertical"
            app:srcCompat="@drawable/status_dots"
            app:tint="?attr/openpgp_grey" />

        <ImageView
            android:id="@+id/contact_crypto_status_icon"
            android:layout_width="wrap_content"