You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, rotate is not working in any situation.
Secondly, baseDrawable not working as expected
Suppose there is a drawable d1. It has solid color red
And i am creating another drawable d2 based on d1. What i did is i used baseDrawable to make the d1 base of d2. I set solidColorPressed blue to d2. Now i am expecting d2 as red but blue on pressed. But it does not happens. Red in normal is working but blue in pressed not happens.
So, am i expecting wrong or what happens to baseDrawble or what is the exact behaviour of baseDrawable.
Also I tried to run your sample app but it crashed every times.
Here is the log 2021-04-25 20:15:56.368 18279-18279/top.defaults.drawabletoolboxapp A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xaef010100 in tid 18279 (wabletoolboxapp), pid 18279 (wabletoolboxapp)
The text was updated successfully, but these errors were encountered:
First of all, rotate is not working in any situation.
Secondly, baseDrawable not working as expected
Suppose there is a drawable d1. It has solid color red
And i am creating another drawable d2 based on d1. What i did is i used baseDrawable to make the d1 base of d2. I set solidColorPressed blue to d2. Now i am expecting d2 as red but blue on pressed. But it does not happens. Red in normal is working but blue in pressed not happens.
So, am i expecting wrong or what happens to baseDrawble or what is the exact behaviour of baseDrawable.
Also I tried to run your sample app but it crashed every times.
Here is the log
2021-04-25 20:15:56.368 18279-18279/top.defaults.drawabletoolboxapp A/libc: Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0xaef010100 in tid 18279 (wabletoolboxapp), pid 18279 (wabletoolboxapp)
The text was updated successfully, but these errors were encountered: