feat: comments targeted at database

This commit is contained in:
rebelonion 2024-02-15 12:44:52 -06:00
parent 1694a1cb24
commit a73c4cd678
17 changed files with 544 additions and 228 deletions

View file

@ -659,8 +659,8 @@
<string name="try_internal_cast_experimental">Try Internal Cast (Experimental)</string>
<string name="comments">Comments</string>
<string name="comments_sort_ascending">Ascending</string>
<string name="comments_sort_descending">Descending</string>
<string name="comments_sort_upvote">Most UpVoted</string>
<string name="comments_sort_downvote">Most DownVoted</string>
<string name="newest">newest</string>
<string name="oldest">oldest</string>
<string name="highest_rated">highest rated</string>
<string name="lowest_rated">lowest rated</string>
</resources>

View file

@ -91,5 +91,15 @@
<item name="android:background">@android:color/transparent</item>
</style>
<style name="CircularImageView" parent="">
<item name="shapeAppearanceOverlay">@style/ShapeAppearanceOverlay.App.CircularImageView</item>
</style>
<style name="ShapeAppearanceOverlay.App.CircularImageView" parent="">
<item name="cornerFamily">rounded</item>
<item name="cornerSize">50%</item>
</style>
<style name="ThemeOverlay_Dantotsu_MediaRouter" parent="ThemeOverlay.AppCompat"></style>
</resources>