Skip to content

Commit

Permalink
1529 - add imageRightTag
Browse files Browse the repository at this point in the history
  • Loading branch information
edanur.ersu committed Dec 19, 2023
1 parent 7122d45 commit de5341a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/toolbar/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<img src="https://raw.githubusercontent.com/Trendyol/android-ui-components/master/images/toolbar-1.png" width="240"/>

$toolbarVersion = toolbar-2.1.1 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
$toolbarVersion = toolbar-2.1.2 [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

## Toolbar
Toolbar is alternative implementation of Toolbar component on Android.
Expand Down
1 change: 1 addition & 0 deletions libraries/toolbar/src/main/res/layout/view_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@

<androidx.appcompat.widget.AppCompatImageView
android:id="@+id/imageRight"
android:tag="imageRightTag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="@dimen/trendyol_uicomponents_toolbar_padding"
Expand Down

0 comments on commit de5341a

Please sign in to comment.