Skip to content

Commit d58c23d

Browse files
committed
fix: Increase app menu shadow
1 parent bd22692 commit d58c23d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/src/main/java/cu/axel/smartdock/services/DockService.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,6 @@ class DockService : AccessibilityService(), OnSharedPreferenceChangeListener, On
11461146
val tabletMode = sharedPreferences.getInt("dock_layout", -1) == 1
11471147

11481148
searchEt.showSoftInputOnFocus = softwareKeyboard || tabletMode
1149-
11501149
searchEt.requestFocus()
11511150

11521151
appMenuVisible = true

app/src/main/res/layout/apps_menu.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:id="@+id/men_layout"
4-
android:elevation="0.8dp"
4+
android:elevation="1dp"
55
android:layout_width="match_parent"
66
android:layout_height="match_parent"
77
android:background="@drawable/round_rect"

0 commit comments

Comments
 (0)