Skip to content

Commit

Permalink
Reverts
Browse files Browse the repository at this point in the history
  • Loading branch information
Goooler committed Jan 28, 2024
1 parent f226944 commit ba0d252
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions res/values/styles.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<resources>
<!-- Launcher theme -->
<style name="BaseLauncherTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="disabledIconAlpha">.54</item>
<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 tests/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
package="com.android.launcher3.tests">

<uses-sdk android:targetSdkVersion="29" android:minSdkVersion="25"
tools:overrideLibrary="android.support.test.uiautomator.v18"/>
tools:overrideLibrary="android.support.test.uiautomator.v18"/>

<application android:debuggable="true">
<uses-library android:name="android.test.runner" />
Expand Down

0 comments on commit ba0d252

Please sign in to comment.