mirror of
https://github.com/KokaKiwi/BarInsta
synced 2026-03-05 12:01:35 +00:00
close #1267 and also simplify FriendshipService
This commit is contained in:
parent
e726ba3ccf
commit
ec9e28bc09
5 changed files with 60 additions and 111 deletions
|
|
@ -7,6 +7,12 @@
|
|||
android:title="@string/layout"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/chaining"
|
||||
android:title="@string/action_ayml"
|
||||
android:visible="false"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/block"
|
||||
android:icon="@drawable/ic_block_24"
|
||||
|
|
@ -22,8 +28,9 @@
|
|||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/chaining"
|
||||
android:title="@string/action_ayml"
|
||||
android:id="@+id/remove_follower"
|
||||
android:icon="@drawable/ic_block_24"
|
||||
android:title="@string/remove_follower"
|
||||
android:visible="false"
|
||||
app:showAsAction="never" />
|
||||
|
||||
|
|
|
|||
|
|
@ -126,6 +126,7 @@
|
|||
<string name="mute_posts">Mute posts</string>
|
||||
<string name="unmute_stories">Unmute stories</string>
|
||||
<string name="unmute_posts">Unmute posts</string>
|
||||
<string name="remove_follower">Remove follower</string>
|
||||
<string name="bio_copy">Copy bio</string>
|
||||
<string name="bio_translate">Translate bio</string>
|
||||
<string name="status_mutual">Mutual</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue