Skip to content

Commit

Permalink
Merge branch 'DSY-1485-menu-with-tag' of https://github.com/natura-co…
Browse files Browse the repository at this point in the history
…smeticos/natds-android into DSY-1485-menu-with-tag
  • Loading branch information
dbnaza committed Sep 21, 2020
2 parents a000e6b + aca7b32 commit 2311af2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data class NavigationItem(
var menuState: MenuView.MenuState = MenuView.MenuState.NONE,
val childItems: MutableList<NavigationItemChild> = mutableListOf(),
val tagLabel: String = "",
val showTag: Boolean = false,
val showTag: Boolean = false
) : Navigation(id) {
fun indexOfChildItemId(childId: String) = childItems.indexOfFirst { it.id == childId }
}
Expand Down
2 changes: 1 addition & 1 deletion designsystem/src/main/res/layout/ds_menu_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/ds_submenu_text_margin_top_bottom"
android:layout_marginEnd="@dimen/ds_spacin_tiny"
android:layout_marginEnd="?spacingTiny"
android:layout_marginStart="?spacingTiny"
android:layout_marginBottom="@dimen/ds_submenu_text_margin_top_bottom"
app:layout_constrainedWidth="true"
Expand Down

0 comments on commit 2311af2

Please sign in to comment.