1
0
Fork 0
mirror of https://github.com/KokaKiwi/BarInsta synced 2026-03-05 12:01:35 +00:00

dm button on profile?! (quick & dirty warning)

This commit is contained in:
Austin Huang 2020-09-22 23:15:57 -04:00
parent 3e3c39ae4b
commit ab37c2d72b
No known key found for this signature in database
GPG key ID: 84C23AA04587A91F
7 changed files with 71 additions and 11 deletions

View file

@ -141,6 +141,8 @@
<color name="yellow_A400">#FFEA00</color>
<color name="yellow_A700">#FFD600</color>
<color name="green">#5CE362</color>
<!-- Barinsta Theme colors -->
<color name="barinstaColorPrimary">#a86735</color>
<color name="barinstaColorPrimaryLight">#dd9561</color>

View file

@ -112,6 +112,7 @@
<string name="liked">Liked</string>
<string name="saved">Saved</string>
<string name="tagged">Tagged</string>
<string name="dm_person">Message</string>
<string name="like">Like (%s)</string>
<string name="unlike">Unlike (%s)</string>
<string name="bookmark">Bookmark</string>