Skip to content

Commit aa7059a

Browse files
committed
ANDDEV-8995 | Fix debug menu toolbar overlap issue in API 35
1 parent 94a69d5 commit aa7059a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

libraries/debug-menu/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
java.toolchain.languageVersion = JavaLanguageVersion.of(libs.versions.java.get().toString().toInt())
1313

1414
android {
15-
compileSdk = 34
15+
compileSdk = 35
1616
namespace = "com.trendyol.android.devtools.debugmenu"
1717

1818
defaultConfig {

libraries/debug-menu/src/main/res/layout/debug_menu_activity.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
4+
android:fitsSystemWindows="true"
45
android:layout_height="match_parent">
56

67
<androidx.fragment.app.FragmentContainerView

0 commit comments

Comments
 (0)