Skip to content

Commit

Permalink
[FEAT] #14-tool bar icon enabled false
Browse files Browse the repository at this point in the history
  • Loading branch information
sohyun127 committed May 26, 2023
1 parent 7c4553b commit 644e0f1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/src/main/res/menu/menu_home_toolbar.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
<item
android:icon="@drawable/ic_mypage"
android:title="마이페이지"
app:showAsAction="always" />
app:showAsAction="always"
android:enabled="false"/>
<item
android:icon="@drawable/ic_writing"
android:title="작성하기"
app:showAsAction="always" />
app:showAsAction="always"
android:enabled="false"/>

</menu>

0 comments on commit 644e0f1

Please sign in to comment.