Deleted user

Results 123344 comments of Deleted user

It is working the way you proposed, there is indeed no need for placeholder, although keeping some text is useful to keep their style. My implementation is not yet really...

@sjakati98 Did you get this to work? Or how did you do?

Hi, Look at "..\Program Files\SMS_CCM\Logs\MP_RegistrationManager.log". In my environmaent I have the same Problem. The MP_RegistrationManager.log looks like this: Processing Registration request from Client 'CL2.corp.viamonstra.com' MP_RegistrationManager 03.07.2019 14:17:54 5780 (0x1694) Begin...

android studio couldn't allow me to add the following codes in app level gradle repositories { google() mavenCentral() maven(url 'https://jitpack.io') } ![image](https://user-images.githubusercontent.com/73017060/151590931-01b6072e-3c45-4a18-833b-396077b9c33b.png) but when I add this in project level...

I just posted it yesterday :) I tried playing with the rotation but realized that it's a never ending game. Unfortunately, from seeing this magnificent component's github, I don't expect...

Thank you very much for your sample code. I did the following out of it `pcIncome.setRenderer(new PieChartCustomRendederer(pcIncome,pcIncome.getAnimator(),pcIncome.getViewPortHandler()));` and ``` public class PieChartCustomRendederer extends PieChartRenderer { private Paint mEntryLabelsPaint; public PieChartCustomRendederer(PieChart...

Still the same... :( ![image](https://user-images.githubusercontent.com/17168621/72707552-56145780-3b69-11ea-9f02-e5d811a37966.png) a breakpoint showed that all 3 values had direction 1 (I don't know if it hints something or not) If I rotate the pie a...

Notice that it's for my purpose so make sure it is suitable to yours as well [PieChartCustomRenderer.txt](https://github.com/PhilJay/MPAndroidChart/files/5383426/PieChartCustomRenderer.txt)

Hi @almic Is this issue open?