Yoav Sternberg

Results 35 comments of Yoav Sternberg

It should work perfect with [android-styled-dialog](https://github.com/inmite/android-styled-dialogs). In my app I use it now with [L-dialogs](https://github.com/lewisjdeane/L-Dialogs): ![](http://i.imgur.com/OYZ6WYzl.png)

It is a very strange issue, since when I create a CompleteFABView by myself it works. Edit: If I run this code it fixes it: ``` kotlin (login.getChildAt(2) as ViewGroup).getChildAt(0).setPadding(0,0,0,0)...

When I rotate the device it show the button. I debugged my code, and the paramters are the same. So why doesn't it show the button :( Before the code...

Well, I changed it so the something that happen on clicking the button will happen automatically. I have another problem with different app - in some fragments the image isn't...

You can use this method to check if Google drive selected: ``` java public static boolean isGoogleDriveDocument(Uri uri) { return "com.google.android.apps.docs.storage".equals(uri.getAuthority()); } ```

https://blog.dev-area.net/2015/08/13/android-4-1-enable-tls-1-1-and-tls-1-2/ I don't really like this solution though. We should check what other libs do.