Skip to content

Commit

Permalink
fix renaming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cjimenezsanchez committed Jul 4, 2023
1 parent 9ebd453 commit 17fd9ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/layout/fragment_edit_board_cell.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="2dp"
android:background="@drawable/cell_background"
android:background="@drawable/background_item_cell"
android:orientation="vertical"
android:padding="2dp">

Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/item_search_pictogram.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_margin="5dp"
android:background="@drawable/cell_background"
android:background="@drawable/background_item_cell"
android:orientation="vertical"
android:padding="5dp">

Expand Down

0 comments on commit 17fd9ce

Please sign in to comment.