Fixed views

This commit is contained in:
M66B
2024-01-21 13:16:01 +01:00
parent b3b2e983aa
commit f23add9d5a
106 changed files with 433 additions and 202 deletions

View File

@@ -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);