Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fixes what's new dialog background color (#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
keianhzo authored and bluemarvin committed Nov 20, 2019
1 parent 6e42b71 commit a166579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/whats_new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
android:id="@+id/optionsLayout"
android:layout_width="@dimen/whats_new_width"
android:layout_height="@dimen/whats_new_height"
android:background="@drawable/settings_background"
android:background="@drawable/dialog_background"
android:orientation="vertical"
android:paddingTop="27dp"
android:paddingBottom="40dp">
Expand Down

0 comments on commit a166579

Please sign in to comment.