qiscus / qiscus-sdk-android

Qiscus provide everything you need to power up your app with chats. And it's now made simple.
https://www.qiscus.com
Apache License 2.0
201 stars 84 forks source link

adding configuration text color in dialog permission #32

Closed adicatur closed 7 years ago

adicatur commented 7 years ago

User able to config dialog permission text color :

  1. For positive button :
    Qiscus.getChatConfig()
                .setDialogPermissionPositiveButtonTextColor(R.color.primary);
  2. For negative button :
    Qiscus.getChatConfig()
                .setDialogPermissionNegativeButtonTextColor(R,color.acent);
codecov[bot] commented 7 years ago

Codecov Report

Merging #32 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #32   +/-   ##
=====================================
  Coverage       0%     0%           
=====================================
  Files         121    121           
  Lines        9580   9600   +20     
  Branches      994    994           
=====================================
- Misses       9580   9600   +20
Impacted Files Coverage Δ
...ava/com/qiscus/sdk/util/QiscusPermissionsUtil.java 0% <0%> (ø) :arrow_up:
...va/com/qiscus/sdk/data/model/QiscusChatConfig.java 0% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 64be5da...acb6828. Read the comment docs.