v1.1.2: added inset support for notched iPhones in landscape
This commit is contained in:
@@ -143,5 +143,9 @@ public class RectF {
|
||||
public RectF shrink() {
|
||||
return shrink( 1 );
|
||||
}
|
||||
|
||||
public RectF scale( float d ){
|
||||
return new RectF( left * d, top * d, right * d, bottom * d );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user