Skip to content

Commit

Permalink
Add background prefix for background drawables
Browse files Browse the repository at this point in the history
So it's immediately clear that these drawables are used for
backgrounds.
  • Loading branch information
markusfisch committed Mar 27, 2024
1 parent 6dc395d commit 8321ff1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions app/src/main/res/layout/main_menu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
android:background="@drawable/menu">
android:background="@drawable/background_menu">

<LinearLayout
android:layout_width="wrap_content"
Expand All @@ -14,7 +14,7 @@
<LinearLayout
android:layout_width="@dimen/menu_width"
android:layout_height="wrap_content"
android:background="@drawable/menu_header"
android:background="@drawable/background_menu_header"
android:orientation="horizontal">

<Button
Expand Down

0 comments on commit 8321ff1

Please sign in to comment.