mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Add option to have circular FAB icon
This commit is contained in:
@@ -1346,4 +1346,5 @@
|
||||
<string name="upload_image">Upload an image</string>
|
||||
<string name="mentions">Mentions</string>
|
||||
<string name="replies">Replies</string>
|
||||
<string name="use_circular_fab">Use Circular FAB</string>
|
||||
</resources>
|
||||
|
@@ -29,6 +29,11 @@
|
||||
app:key="hide_fab_in_post_feed"
|
||||
app:title="@string/settings_hide_fab_in_post_feed" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="use_circular_fab"
|
||||
app:title="@string/use_circular_fab" />
|
||||
|
||||
<eu.toldi.infinityforlemmy.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="bottom_app_bar"
|
||||
|
Reference in New Issue
Block a user