You've already forked android_translation_layer
mirror of
https://gitlab.com/android_translation_layer/android_translation_layer.git
synced 2025-10-27 11:48:10 -07:00
api-impl: add misc stubs for Open Sudoku
This commit is contained in:
committed by
Mis012
parent
1fb5be92dc
commit
e5a6ee2b55
@@ -54,4 +54,12 @@ public class ViewConfiguration {
|
||||
public int getScaledWindowTouchSlop() {
|
||||
return 8;
|
||||
}
|
||||
|
||||
public float getScaledHorizontalScrollFactor() {
|
||||
return 1;
|
||||
}
|
||||
|
||||
public float getScaledVerticalScrollFactor() {
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user