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

Commit 28db34ed authored by narinder Rana's avatar narinder Rana
Browse files

update send and attach icon color

parent 3c8b0454
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -148,8 +148,6 @@ class ComposeActivity : QkThemedActivity(), ComposeView {

        theme
                .doOnNext { loading.setTint(it.theme) }
                .doOnNext { attach.setBackgroundTint(it.theme) }
                .doOnNext { attach.setTint(it.textPrimary) }
                .doOnNext { messageAdapter.theme = it }
                .autoDisposable(scope())
                .subscribe()
@@ -238,7 +236,7 @@ class ComposeActivity : QkThemedActivity(), ComposeView {
        simIndex.text = state.subscription?.simSlotIndex?.plus(1)?.toString()

        send.isEnabled = state.canSend
        send.imageAlpha = if (state.canSend) 255 else 128

    }

    override fun clearSelection() = messageAdapter.clearSelection()
+1 −1
Original line number Diff line number Diff line
@@ -21,6 +21,6 @@
    android:shape="rectangle">

    <corners android:radius="1000dp" />
    <solid android:color="@android:color/white" />
    <solid android:color="@color/colorAccent" />

</shape>
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
    android:viewportWidth="24.0"
    android:viewportHeight="24.0">
    <path
        android:fillColor="#FF000000"
        android:fillColor="@color/white"
        android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z" />
</vector>