Antoni Alvarez
Antoni Alvarez
Im using "Theme.Sherlock" style, and I have this exact error in my Developer Console. This is my Manifest: ``` ```
This was introduced in 4.2.0 release, I downgraded to 4.1.0 and the problem is solved. Now the ShareActionProvider looks perfect after use it for first time: 
If you are using ono of the official php Docker files (For example `FROM php:8.0`), the location of php-config is `/usr/local/bin/php-config`. So the command to build php-opencv is: `RUN cd...
Thanks @gityan !! Link to modified HorizontalListView class on GitHub: https://github.com/bin-liu/TYComponent/blob/master/TangyuComponentProject/Source/src/com/tangyu/component/view/HorizontalListView.java Also I need to copy the Utils class: https://github.com/bin-liu/TYComponent/blob/master/TangyuComponentProject/Source/src/com/tangyu/component/Util.java
For anyone interested in simulate the old Gallery widget, I'm using this code for center an item when the users clicks on it: ``` gallery.setOnItemClickListener(new OnItemClickListener() { @Override public void...