Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit 04c1bf3

Browse files
committed
Bring in removed internal class
This class proves to be useful based on some internal feedback, so bringing it back into the binding.
1 parent 563e262 commit 04c1bf3

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

design/source/Additions/Additions.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ public void SetEnabled (bool enabled)
1111
Enabled = enabled;
1212
}
1313
}
14+
15+
public partial class BottomNavigationItemView
16+
{
17+
public void SetEnabled (bool enabled)
18+
{
19+
Enabled = enabled;
20+
}
21+
}
22+
1423
}
1524

1625
namespace Android.Support.Design.Widget

design/source/Transforms/Metadata.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,4 @@
3535
<remove-node path="/api/package[@name='android.support.design.widget']/interface[@name='BaseTransientBottomBar.OnAttachStateChangeListener']" />
3636
<remove-node path="/api/package[@name='android.support.design.widget']/interface[@name='BaseTransientBottomBar.OnLayoutChangeListener']" />
3737

38-
<remove-node path="/api/package[@name='android.support.design.internal']/class[@name='BottomNavigationItemView']" />
3938
</metadata>

0 commit comments

Comments
 (0)