|
|
@ -20,8 +20,8 @@ package eu.faircode.email;
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
import android.content.Context;
|
|
|
|
import android.content.Context;
|
|
|
|
import android.graphics.Rect;
|
|
|
|
|
|
|
|
import android.util.AttributeSet;
|
|
|
|
import android.util.AttributeSet;
|
|
|
|
|
|
|
|
import android.view.View;
|
|
|
|
import android.widget.ScrollView;
|
|
|
|
import android.widget.ScrollView;
|
|
|
|
|
|
|
|
|
|
|
|
public class FixedScrollView extends ScrollView {
|
|
|
|
public class FixedScrollView extends ScrollView {
|
|
|
@ -42,7 +42,6 @@ public class FixedScrollView extends ScrollView {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Override
|
|
|
|
@Override
|
|
|
|
protected int computeScrollDeltaToGetChildRectOnScreen(Rect rect) {
|
|
|
|
public void requestChildFocus(View child, View focused) {
|
|
|
|
return 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|