Zeeshan rasool

Results 14 comments of Zeeshan rasool

Dear Sir nitrico, did you solved that index out of bound exception

@circusmagnus can you share 1 usage example for your proposed solution

I tried to solve it By Forcefully setting Drawable gravity boolean rtl = GH.isRTL(Locale.getDefault()); where you pass value but it only work at run time for vector drawables. Kindly Check...

//boolean rtl = ViewCompat.getLayoutDirection(textView) == ViewCompat.LAYOUT_DIRECTION_RTL; //For Api Greater then 17 //Configuration config = mContext.getResources().getConfiguration(); //boolean rtl=config.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL; Locale currentLocale = getCurrentLocale(mContext); I tried to do something like this.

yes it is ready for review

Process Pheonix was Creating Issue when we included just because of Some intent filters On Fri, Jun 29, 2018 at 5:14 PM Ahmed Jazzar wrote: > *@ahmedaljazzar* requested changes on...

@ahmedaljazzar now you can Check and tell me

Solution 1: I Solved it i Added a MyContextWrapper Class import android.content.Context; import android.content.res.Configuration; import android.content.res.Resources; import android.os.Build; import android.os.LocaleList; import java.util.Locale; public class ContextWrapper extends android.content.ContextWrapper { public ContextWrapper(Context...