Use proper ImageView constructor
The ImageView constructor with 4 params was added in API level 21. Since we always pass 0 as the 4th param (i.e., the constructor with 4 params are never called directly to institiate an object), we are going to remove the constructor. Bug: 25629359 Change-Id: I5e9189e5841e6655c1a0fe013bd0df589cd032dd
Loading
Please register or sign in to comment