Skip to content

Commit

Permalink
fix: Increase app menu botoom shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
axel358 committed Mar 31, 2024
1 parent a29de2d commit bd22692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ android {
applicationId "cu.axel.smartdock"
minSdk 24
targetSdk 34
versionCode 1120
versionName "1.12.0"
versionCode 1121
versionName "1.12.1"
signingConfig signingConfigs.debug
}

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.5dp"
android:elevation="0.8dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/round_rect"
Expand Down

0 comments on commit bd22692

Please sign in to comment.