We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6f8be commit aebe72cCopy full SHA for aebe72c
3 files changed
app/src/main/java/io/github/yawnoc/strokeinput/MainActivity.java
@@ -61,7 +61,6 @@ public class MainActivity
61
protected void onCreate(final Bundle savedInstanceState)
62
{
63
super.onCreate(savedInstanceState);
64
- getTheme().applyStyle(R.style.NoEdgeToEdge, false);
65
setTitle(R.string.label__main_activity__welcome);
66
setContentView(R.layout.main_activity);
67
app/src/main/res/values-v35/styles.xml
app/src/main/res/values/styles.xml
@@ -1,8 +1,5 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<resources>
3
- <style name="NoEdgeToEdge">
4
- <!-- API 34 or earlier does not need `android:windowOptOutEdgeToEdgeEnforcement` -->
5
- </style>
6
<style name="MainActivityText">
7
<item name="android:layout_height">match_parent</item>
8
<item name="android:layout_width">match_parent</item>
0 commit comments