Loading presentation/src/main/java/com/moez/QKSMS/feature/compose/ComposeActivity.kt +1 −3 Original line number Diff line number Diff line Loading @@ -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() Loading Loading @@ -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() Loading presentation/src/main/res/drawable/circle.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,6 @@ android:shape="rectangle"> <corners android:radius="1000dp" /> <solid android:color="@android:color/white" /> <solid android:color="@color/colorAccent" /> </shape> presentation/src/main/res/drawable/ic_add_black_24dp.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
presentation/src/main/java/com/moez/QKSMS/feature/compose/ComposeActivity.kt +1 −3 Original line number Diff line number Diff line Loading @@ -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() Loading Loading @@ -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() Loading
presentation/src/main/res/drawable/circle.xml +1 −1 Original line number Diff line number Diff line Loading @@ -21,6 +21,6 @@ android:shape="rectangle"> <corners android:radius="1000dp" /> <solid android:color="@android:color/white" /> <solid android:color="@color/colorAccent" /> </shape>
presentation/src/main/res/drawable/ic_add_black_24dp.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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>