cemalsayin

Results 8 issues of cemalsayin

Hi, i set a CustomAlertDialogue.Style.ACTIONSHEET, i want to change backgroud and items title color but i can't do it. ".setBackgroundColor(R.color.negative)" now working. ``` ArrayList other = new ArrayList(); other.add("1199,99 TL...

Hello, i want to create a app like that example but my project created with java. I found ["pedrovgs/DraggablePanel"](https://github.com/pedrovgs/DraggablePanel) but it archived. I cant use it. Can i found that...

Hi i want to set top fragment width when minimize mod like that gif. is "width_when_min" possible or is there any way make it? ![screenshot](https://user-images.githubusercontent.com/35407261/91986884-f5bbda00-ed35-11ea-99d7-d2195f76196c.gif)

## Check List Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked. - [ ] I have searched in [existing issues](https://github.com/BrikerMan/BMPlayer/issues?utf8=%E2%9C%93&q=)...

## Expected Behavior Hi i want to pagination my SpreadsheetView i used tableview's **willDisplay** func my another table view. Does SpreadsheetView have any func for detect scroll end like table...

Hi i've created UITabBarController for change main views. However when i minimized player view i can't touch tabbar's some buttons which in right side tabbar. I know player comes top...

Hi everyone, i'm creating payment view with credit card and i create SkyFloatingLabelTextField for card number you know card number text length 16. I've built card form with textFieldDidChange function...

Hi everyone, i have a question; i have class "videos" it's has got title element. how can i turn videos' title in pickerview title like ios "videos[indexpath.row].title" or maybe videos.get(position).getTitle?