Call logs

Call Logs are a feature which allows users to know the call history for the audio and video of incoming, outgoing and group.

Call log list#

image_preview

Single or Group Call#

image_preview

StyleSet#

StyleSet is the list of styles provided by MirrorFly UIKit. Customizing the style of Call Logs list items is straightforward: Simply inherit the MirrorFly UIKit-defined styles, then override the res/values/styles.xml or res/values/themes.xml file from the list below.

<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Base application theme. -->
<style name="Theme.MFUIKITTest" parent="Theme.MaterialComponents.DayNight.NoActionBar">
<item name="colorPrimary">@color/purple_500</item>
<item name="colorPrimaryVariant">@color/purple_700</item>
<item name="colorAccent">@color/primary_300</item>
<item name="colorOnPrimary">@color/white</item>
<item name="colorSecondary">@color/teal_200</item>
<item name="colorSecondaryVariant">@color/teal_700</item>
<item name="colorOnSecondary">@color/black</item>
<item name="android:statusBarColor" tools:targetApi="l">?attr/colorPrimaryVariant</item>
<!-- UIKit Call Log style theme. -->
<item name="mf_appbar_style">@style/Widget.MirrorFly.AppBar</item>
<item name="mf_recycler_view_style">@style/Widget.MirrorFly.RecyclerView</item>
</style>
</resources>

StringSet#

Listed below are all the strings used in UIKit Message Info for Android. Strings can be changed by overwriting the res/values/strings.xml files with the same name.

<string name="mf_text_header_calls">Calls</string>
<string name="mf_text_header_chat_list">Chats</string>

IconSet#

Listed below are all the icons used in UIKit Message Info for Android. Icons can be changed by overwriting the res/drawable files with the same name.

Icon nameImageDescription
ic_arrow_down_redic_arrow_down_redIcon of Missed Call.
ic_arrow_down_greenic_arrow_down_greenIcon of Incoming Call.
ic_arrow_up_greenic_arrow_up_greenIcon of Outgoing Call.
ic_fab_addic_fab_addIcon to make audio and video Call.
ic_fab_voice_callic_fab_voice_callIcon to make Audio Call.
ic_fab_video_callic_fab_video_callIcon to make Video Call.