rexi1r

Results 12 comments of rexi1r

yes, that's right and it has one more problem. the SQL query to search device uses " or "in where condition but the cause of we have some devices with...

Did you check it? when translucent status bar in android L the size of popup view is bigger than keyboard height. when translucent status bar in android 4.4.2, when i...

I've solved the problem with the following change: ``` java if (!((Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) && (Build.VERSION.SDK_INT < Build.VERSION_CODES.LOLLIPOP))) { if (resourceId > 0) { heightDifference -= mContext.getResources() .getDimensionPixelSize(resourceId); } }...

the above change work, in both situation( with translucent status bar or without translucent )

@jarry Do you have any plan to work on this feature?(play mkv file encoded by h265)

The problem is in the below code Rect src = new Rect(40 \* step, 0, (40 \* step) + 40, 40); Rect dst = new Rect(0, 0, this.getWidth() - 2,...

@YarikSOffice I have the same problem and after update the library to latest version (1.2.1), My problem was not solved. I use this lib in the android project. what can...

@YarikSOffice yeh, This problem often occurs at the first application opening. you can see the tab's name is correct language but the content of tab that is inside a fragment,...

yes i'm sure. when for a first time i open the activity.and click on the send request for twice time i got the above error and after that the request...