Skip to content

Commit

Permalink
Fix commons-app#5182 Switch From Mapbox to MapLibre - Resolved dark m…
Browse files Browse the repository at this point in the history
…ode issue on additional screens
  • Loading branch information
kartikaykaushik14 committed Mar 28, 2023
1 parent 8a23916 commit a6f4ad6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/main/res/layout/activity_review.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/mainBackground">

<FrameLayout
android:id="@+id/mediaDetailContainer"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_achievements.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/mainBackground">

<ScrollView
android:layout_width="wrap_content"
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_leaderboard.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent">
android:layout_height="match_parent"
android:background="?attr/mainBackground">

<LinearLayout
android:id="@+id/filters"
Expand Down

0 comments on commit a6f4ad6

Please sign in to comment.