mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
notification viewer + hd avatar
This commit is contained in:
parent
ca8e2d58de
commit
8726a924a0
38 changed files with 734 additions and 262 deletions
|
|
@ -12,6 +12,14 @@
|
|||
android:visible="false"
|
||||
app:showAsAction="always" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_notif"
|
||||
android:icon="@drawable/ic_notif"
|
||||
android:title="@string/action_notif"
|
||||
android:titleCondensed="@string/action_notif"
|
||||
android:visible="false"
|
||||
app:showAsAction="ifRoom" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_about"
|
||||
android:icon="@android:drawable/ic_menu_info_details"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue