mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Fixed views
This commit is contained in:
@@ -90,6 +90,9 @@ public class AppCompatViewInflaterEx extends AppCompatViewInflater {
|
||||
if ("FrameLayout".equals(name))
|
||||
return new FixedFrameLayout(context, attrs);
|
||||
|
||||
if ("ScrollView".equals(name))
|
||||
return new FixedScrollView(context, attrs);
|
||||
|
||||
if ("View".equals(name))
|
||||
return new FixedView(context, attrs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user