feat: following / followers page

This commit is contained in:
rebelonion 2024-03-05 19:33:42 -06:00
parent 8da0092561
commit 31afbd547e
17 changed files with 546 additions and 215 deletions

View file

@ -8,6 +8,7 @@
<color name="bg">@color/bg_white</color>
<color name="bg_opp">@color/bg_black</color>
<color name="fg">#A8000000</color>
<color name="bg_black_50" alpha="128">#80000000</color>
<color name="nav_bg">#fff</color>
<color name="nav_bg_inv">#00FFFFFF</color>
<color name="nav_tab">#40000000</color>

View file

@ -666,6 +666,9 @@
<string name="highest_rated">Highest rated</string>
<string name="lowest_rated">Lowest rated</string>
<string name="compare"><u>Compare</u></string>
<string name="view_following">View Following</string>
<string name="menu">menu</string>
<string name="view_followers">View Followers</string>
</resources>