Antoni Alvarez

Results 5 comments of 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: ![8a273558-4af6-11e2-89e0-cd7c01b9c6fc](https://f.cloud.github.com/assets/1750979/296566/65f81698-9501-11e2-903e-4f1e18e77d57.png)

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...