Skip to content

Commit b24c2eb

Browse files
committed
Some UI fixes
1 parent 3b8ac13 commit b24c2eb

7 files changed

Lines changed: 7 additions & 0 deletions

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6+
android:fitsSystemWindows="true"
67
android:orientation="vertical">
78

89
<com.google.android.material.appbar.MaterialToolbar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5+
android:fitsSystemWindows="true"
56
android:orientation="vertical">
67

78
<com.google.android.material.appbar.MaterialToolbar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6+
android:fitsSystemWindows="true"
67
android:orientation="vertical">
78

89
<com.google.android.material.appbar.MaterialToolbar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5+
android:fitsSystemWindows="true"
56
android:orientation="vertical">
67

78
<com.google.android.material.appbar.MaterialToolbar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
33
android:layout_width="match_parent"
44
android:layout_height="match_parent"
5+
android:fitsSystemWindows="true"
56
android:orientation="vertical">
67

78
<com.google.android.material.appbar.MaterialToolbar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:tools="http://schemas.android.com/tools"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6+
android:fitsSystemWindows="true"
67
android:orientation="vertical">
78

89
<com.google.android.material.appbar.MaterialToolbar

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns:app="http://schemas.android.com/apk/res-auto"
44
android:layout_width="match_parent"
55
android:layout_height="match_parent"
6+
android:fitsSystemWindows="true"
67
android:orientation="vertical">
78

89
<com.google.android.material.appbar.MaterialToolbar

0 commit comments

Comments
 (0)