ArminKH
Well-Known Member
hi
i've using some libs which has their own custom resources which we add them by #AdditionalRes
but for some reason i need to make changes into the resources then i have 2 Res folder for 1 Library
so i want use one of them by if statement some thing like this
is this possible? if not what is the solution?
tnx all
i've using some libs which has their own custom resources which we add them by #AdditionalRes
but for some reason i need to make changes into the resources then i have 2 Res folder for 1 Library
so i want use one of them by if statement some thing like this
B4X:
If AppIsRight2Left Then
#AdditionalRes: ../CustomLibRes/MSMaterialDrawer-Res/md-app/res1
Else if AppIsLeft2Right Then
#AdditionalRes: ../CustomLibRes/MSMaterialDrawer-Res/md-app/res2
End If
tnx all