Skip to content

Commit

Permalink
fix: Increase app menu shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
axel358 committed Apr 1, 2024
1 parent bd22692 commit d58c23d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1146,7 +1146,6 @@ class DockService : AccessibilityService(), OnSharedPreferenceChangeListener, On
val tabletMode = sharedPreferences.getInt("dock_layout", -1) == 1

searchEt.showSoftInputOnFocus = softwareKeyboard || tabletMode

searchEt.requestFocus()

appMenuVisible = true
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/apps_menu.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/men_layout"
android:elevation="0.8dp"
android:elevation="1dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/round_rect"
Expand Down

0 comments on commit d58c23d

Please sign in to comment.