mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
New option: Fixed height preview in card.
This commit is contained in:
5
app/src/main/res/drawable/ic_play_circle_24dp.xml
Normal file
5
app/src/main/res/drawable/ic_play_circle_24dp.xml
Normal file
@@ -0,0 +1,5 @@
|
||||
<vector android:height="24dp" android:tint="#FFFFFF"
|
||||
android:viewportHeight="24" android:viewportWidth="24"
|
||||
android:width="24dp" xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<path android:fillColor="@android:color/white" android:pathData="M10,16.5l6,-4.5 -6,-4.5zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z"/>
|
||||
</vector>
|
@@ -233,6 +233,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center"
|
||||
android:layout_margin="0dp"
|
||||
android:padding="4dp"
|
||||
android:background="@drawable/play_button_round_background"
|
||||
android:visibility="gone" />
|
||||
|
||||
|
@@ -624,6 +624,7 @@
|
||||
<string name="settings_custom_font_family_title">Custom Font Family</string>
|
||||
<string name="settings_custom_title_font_family_title">Custom Title Font Family</string>
|
||||
<string name="settings_custom_content_font_family_title">Custom Content Font Family</string>
|
||||
<string name="settings_fixed_height_preview_in_card_title">Fixed Height in Card</string>
|
||||
|
||||
<string name="no_link_available">Cannot get the link</string>
|
||||
|
||||
|
@@ -52,6 +52,11 @@
|
||||
app:key="hide_the_number_of_comments"
|
||||
app:title="@string/settings_hide_the_number_of_comments" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontSwitchPreference
|
||||
app:defaultValue="false"
|
||||
app:key="fixed_height_preview_in_card"
|
||||
app:title="@string/settings_fixed_height_preview_in_card_title" />
|
||||
|
||||
<ml.docilealligator.infinityforreddit.customviews.CustomFontPreferenceCategory
|
||||
app:title="@string/post_layout_compact" />
|
||||
|
||||
|
Reference in New Issue
Block a user