We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d01a76 commit 2e01bc4Copy full SHA for 2e01bc4
app/build.gradle
@@ -4,12 +4,12 @@ plugins {
4
}
5
6
android {
7
- compileSdk 34
+ compileSdk 36
8
9
defaultConfig {
10
applicationId "com.taboola.hp4udemoapplication"
11
minSdk 21
12
- targetSdk 34
+ targetSdk 36
13
versionCode 1
14
versionName "1.0"
15
app/src/main/res/layout/activity_main.xml
@@ -1,7 +1,8 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
<androidx.coordinatorlayout.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
3
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:fitsSystemWindows="true">
<RelativeLayout
0 commit comments