Skip to content
Snippets Groups Projects
Unverified Commit fb67a95f authored by Mohamed Metwalli's avatar Mohamed Metwalli Committed by GitHub
Browse files

Remove fitsSystemWindows from fragments (#3233)

parent 7f743d46
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:background="@color/colorBackground" android:background="@color/colorBackground"
android:fillViewport="true" android:fillViewport="true"
android:fitsSystemWindows="true"
android:transitionName="contact_diary_shared_content"> android:transitionName="contact_diary_shared_content">
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
......
...@@ -2,9 +2,8 @@ ...@@ -2,9 +2,8 @@
xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:fillViewport="true"
android:background="@color/colorBackground" android:background="@color/colorBackground"
android:fitsSystemWindows="true" android:fillViewport="true"
android:transitionName="contact_diary_shared_content"> android:transitionName="contact_diary_shared_content">
<androidx.constraintlayout.widget.ConstraintLayout <androidx.constraintlayout.widget.ConstraintLayout
...@@ -20,9 +19,9 @@ ...@@ -20,9 +19,9 @@
android:layout_marginTop="@dimen/spacing_tiny" android:layout_marginTop="@dimen/spacing_tiny"
android:contentDescription="@string/accessibility_close" android:contentDescription="@string/accessibility_close"
android:padding="@dimen/spacing_mega_tiny" android:padding="@dimen/spacing_mega_tiny"
app:srcCompat="@drawable/ic_close"
app:layout_constraintStart_toStartOf="parent" app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_close" />
<TextView <TextView
android:id="@+id/contact_diary_person_title" android:id="@+id/contact_diary_person_title"
...@@ -44,9 +43,9 @@ ...@@ -44,9 +43,9 @@
android:layout_marginEnd="@dimen/spacing_tiny" android:layout_marginEnd="@dimen/spacing_tiny"
android:contentDescription="@string/contact_diary_delete_icon_content_description" android:contentDescription="@string/contact_diary_delete_icon_content_description"
android:padding="@dimen/button_icon_padding" android:padding="@dimen/button_icon_padding"
app:srcCompat="@drawable/ic_baseline_delete"
app:layout_constraintEnd_toEndOf="parent" app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintTop_toTopOf="parent" /> app:layout_constraintTop_toTopOf="parent"
app:srcCompat="@drawable/ic_baseline_delete" />
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:id="@+id/person_name_input_layout" android:id="@+id/person_name_input_layout"
...@@ -65,12 +64,12 @@ ...@@ -65,12 +64,12 @@
android:id="@+id/person_name_input" android:id="@+id/person_name_input"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:focusable="true"
android:imeOptions="actionNext" android:imeOptions="actionNext"
android:inputType="textCapWords" android:inputType="textCapWords"
android:focusable="true"
android:maxLength="250" /> android:maxLength="250" />
<requestFocus/> <requestFocus />
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>
......
...@@ -64,7 +64,6 @@ ...@@ -64,7 +64,6 @@
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
android:fitsSystemWindows="true"
app:layout_collapseMode="pin" app:layout_collapseMode="pin"
app:layout_scrollFlags="scroll|enterAlways" app:layout_scrollFlags="scroll|enterAlways"
app:navigationIcon="@drawable/ic_close" app:navigationIcon="@drawable/ic_close"
......
...@@ -67,7 +67,6 @@ ...@@ -67,7 +67,6 @@
android:id="@+id/toolbar" android:id="@+id/toolbar"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize" android:layout_height="?attr/actionBarSize"
android:fitsSystemWindows="true"
app:layout_collapseMode="pin" app:layout_collapseMode="pin"
app:layout_scrollFlags="scroll|enterAlways" app:layout_scrollFlags="scroll|enterAlways"
app:navigationIcon="@drawable/ic_close" app:navigationIcon="@drawable/ic_close"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment