Skip to content

Commit

Permalink
Revert "Migrate BaseActivity to AppCompat (#5)"
Browse files Browse the repository at this point in the history
This reverts commit 0a9f1a8
  • Loading branch information
Goooler committed Jul 9, 2024
1 parent abd1859 commit 9b314fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion res/values-v29/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<resources>
<!-- Launcher theme -->
<style name="BaseLauncherTheme" parent="Theme.AppCompat.Light.NoActionBar">
<style name="BaseLauncherTheme" parent="@android:style/Theme.Material.Light">
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:colorEdgeEffect">#FF757575</item>
<item name="android:windowActionBar">false</item>
Expand Down
2 changes: 1 addition & 1 deletion res/values-v30/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<resources>
<!-- Launcher theme -->
<style name="BaseLauncherTheme" parent="Theme.AppCompat.Light.NoActionBar">
<style name="BaseLauncherTheme" parent="@android:style/Theme.Material.Light">
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:colorEdgeEffect">#FF757575</item>
<item name="android:windowActionBar">false</item>
Expand Down
2 changes: 1 addition & 1 deletion res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<resources>
<!-- Launcher theme -->
<style name="BaseLauncherTheme" parent="Theme.AppCompat.Light.NoActionBar">
<style name="BaseLauncherTheme" parent="@android:style/Theme.Material.Light">
<item name="disabledIconAlpha">.54</item>
<item name="android:colorBackgroundCacheHint">@null</item>
<item name="android:colorEdgeEffect">#FF757575</item>
Expand Down

0 comments on commit 9b314fd

Please sign in to comment.