hiennguyen92 / flutter_callkit_incoming

Flutter Callkit Incoming
https://pub.dev/packages/flutter_callkit_incoming
MIT License
150 stars 237 forks source link

Not able to add padding to nameCaller #476

Closed CloudIQTechnologies closed 2 months ago

CloudIQTechnologies commented 2 months ago

when we click the call notification from notification bar, it navigate to full screen incoming call screen and showing the "nameCaller" without padding. how to add padding to the "nameCaller" ? screenshot attached. Screenshot_1709710483

hiennguyen92 commented 2 months ago

lib does not provide edit incoming screen. you can update it here in locally. https://github.com/hiennguyen92/flutter_callkit_incoming/blob/5b8705cff267435025bd51ac5c7c85bb1afb1f24/android/src/main/res/layout/activity_callkit_incoming.xml#L63

CloudIQTechnologies commented 2 months ago

@hiennguyen92 Thanks, android:paddingLeft="20dp" can you fix this issue in the next release ?

hiennguyen92 commented 2 months ago

Ok. However, you can add it locally.