Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HamidrezaAmz authored Mar 10, 2019
1 parent c3cad56 commit c406dfa
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,14 @@ Place a `BreadcrumbsView` to where you want in your layout xml.
For example:

```xml
<android.support.design.widget.AppBarLayout...>

<android.support.v7.widget.Toolbar.../>

<moe.feng.common.view.breadcrumbs.BreadcrumbsView
android:id="@+id/breadcrumbs_view"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:popupTheme="@style/AppTheme.PopupOverlay"/>

</android.support.design.widget.AppBarLayout>
app:popupTheme="@style/AppTheme.PopupOverlay"
app:textColorSelected="@color/colorSelected"
app:textColorUnSelected="@color/colorUnSelected"
app:textSizeCustom="12sp" />
```

### Add/Remove `BreadcrumbItem`
Expand Down

0 comments on commit c406dfa

Please sign in to comment.