diff options
author | Alex Ning <chineseperson5@gmail.com> | 2020-11-07 04:07:35 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2020-11-07 04:07:35 +0000 |
commit | b39f90e2756c12e92dd50eb1dccea142b5e57d9d (patch) | |
tree | d8c5c08bf2fa6bb57405580aa4ade81ff091d0e0 /app/src/main/res | |
parent | a4b95aee241b1d4f79b709ce06b95b0818a130af (diff) | |
download | infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.gz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.bz2 infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.lz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.xz infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.tar.zst infinity-for-reddit-b39f90e2756c12e92dd50eb1dccea142b5e57d9d.zip |
Rename NoPreviewLinkBackgroundColor to NoPreviewPostTypeBackgroundColor. NoPreviewPostTypeIconTint is available in custom theme.
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/item_post_detail_no_preview.xml (renamed from app/src/main/res/layout/item_post_detail_no_preview_link.xml) | 6 | ||||
-rw-r--r-- | app/src/main/res/layout/item_post_with_preview.xml | 2 | ||||
-rw-r--r-- | app/src/main/res/values-de/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-es/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-fr/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-hi/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-hr/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-it/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-ja/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values-pt-rBR/strings.xml | 4 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
11 files changed, 22 insertions, 24 deletions
diff --git a/app/src/main/res/layout/item_post_detail_no_preview_link.xml b/app/src/main/res/layout/item_post_detail_no_preview.xml index 7b6d5778..de21d76f 100644 --- a/app/src/main/res/layout/item_post_detail_no_preview_link.xml +++ b/app/src/main/res/layout/item_post_detail_no_preview.xml @@ -214,12 +214,10 @@ android:fontFamily="?attr/font_family" /> <ImageView - android:id="@+id/image_view_no_preview_link_item_post_detail_no_preview_link" + android:id="@+id/image_view_no_preview_post_type_item_post_detail_no_preview_link" android:layout_width="match_parent" android:layout_height="150dp" - android:scaleType="center" - android:src="@drawable/ic_link" - app:tint="@android:color/tab_indicator_text" /> + android:scaleType="center" /> <androidx.constraintlayout.widget.ConstraintLayout android:layout_width="match_parent" diff --git a/app/src/main/res/layout/item_post_with_preview.xml b/app/src/main/res/layout/item_post_with_preview.xml index b57867df..45bb6a1f 100644 --- a/app/src/main/res/layout/item_post_with_preview.xml +++ b/app/src/main/res/layout/item_post_with_preview.xml @@ -277,8 +277,6 @@ android:layout_width="match_parent" android:layout_height="150dp" android:scaleType="center" - android:src="@drawable/ic_link" - app:tint="@android:color/tab_indicator_text" android:visibility="gone" /> <androidx.constraintlayout.widget.ConstraintLayout diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml index 5cb295fe..159ec61d 100644 --- a/app/src/main/res/values-de/strings.xml +++ b/app/src/main/res/values-de/strings.xml @@ -642,8 +642,8 @@ Funktioniert vielleicht nicht auf Android 11"</string> <string name="theme_item_unread_message_background_color_detail">"Angewandt auf: Hintergrundfarbe für ungelesene Nachrichten"</string> <string name="theme_item_divider_color">"Farbe für Trennleiste"</string> <string name="theme_item_divider_color_detail">"Angewandt auf: Trennleisten in Kommentaren, auf Seiten zum Einreichen von Beiträgen, usw."</string> - <string name="theme_item_no_preview_link_background_color">"Hintergrundfarbe für Links ohne Vorschau"</string> - <string name="theme_item_no_preview_link_background_color_detail">"Angewandt auf: Platzhalter für Links ohne Vorschau"</string> + <string name="theme_item_no_preview_post_type_background_color">"Hintergrundfarbe für Links ohne Vorschau"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"Angewandt auf: Platzhalter für Links ohne Vorschau"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Farbe für deaktivierte Abstimmungs- und Antwort-Knöpfe"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"Angewandt auf: Abstimmungs- und Antwort-Knöpfe (nicht verfügbar)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Farbe 1 für vertikale Leiste in Kommenatren"</string> diff --git a/app/src/main/res/values-es/strings.xml b/app/src/main/res/values-es/strings.xml index ff2dd86d..8b9dae63 100644 --- a/app/src/main/res/values-es/strings.xml +++ b/app/src/main/res/values-es/strings.xml @@ -634,8 +634,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"Aplicado a: Fondo de Mensaje No Leído"</string> <string name="theme_item_divider_color">"Color de Barra Divisora"</string> <string name="theme_item_divider_color_detail">"Aplicado a: Divisor de comentarios, divisor en páginas para publicar, etc."</string> - <string name="theme_item_no_preview_link_background_color">"Color de Enlace Sin Vista Previa"</string> - <string name="theme_item_no_preview_link_background_color_detail">"Aplicado a: Lugar de Enlace Sin Vista Previa"</string> + <string name="theme_item_no_preview_post_type_background_color">"Color de Enlace Sin Vista Previa"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"Aplicado a: Lugar de Enlace Sin Vista Previa"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Color de Voto No Disponible"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"Aplicado a: Botones de voto y respuesta (No Disponible)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Color 1 de la Barra Vertical de Comentario"</string> diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml index 3dc93012..554cbb1c 100644 --- a/app/src/main/res/values-fr/strings.xml +++ b/app/src/main/res/values-fr/strings.xml @@ -683,8 +683,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"S'applique à: Couleur d'arrière-plan des messages non lus"</string> <string name="theme_item_divider_color">"Couleur du séparateur"</string> <string name="theme_item_divider_color_detail">"S'applique à: Séparateur de commentaires, séparateurs dans les pages pour la soumission de publications, etc."</string> - <string name="theme_item_no_preview_link_background_color">"Couleur d'arrière-plan du lien sans aperçu"</string> - <string name="theme_item_no_preview_link_background_color_detail">"S'applique à: espace réservé du lien sans aperçu"</string> + <string name="theme_item_no_preview_post_type_background_color">"Couleur d'arrière-plan du lien sans aperçu"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"S'applique à: espace réservé du lien sans aperçu"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Couleur des boutons Voter et Répondre indisponibles"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"S'applique à: Boutons Voter et Répondre (indisponibles)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Couleur 1 de la barre verticale de commentaire"</string> diff --git a/app/src/main/res/values-hi/strings.xml b/app/src/main/res/values-hi/strings.xml index 8dfad5fd..de24898c 100644 --- a/app/src/main/res/values-hi/strings.xml +++ b/app/src/main/res/values-hi/strings.xml @@ -658,8 +658,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"पर लागू होगा: अपठित संदेश पृष्टभूमि रंग "</string> <string name="theme_item_divider_color">"विभाजक रंग "</string> <string name="theme_item_divider_color_detail">"पर लागू होगा: टिप्पणी विभाजक, पोस्ट जमा करने के लिए पृष्ठों में विभाजक, इत्यादि "</string> - <string name="theme_item_no_preview_link_background_color">"कोई पूर्वदर्शन लिंक नहीं पृष्टभूमि रंग "</string> - <string name="theme_item_no_preview_link_background_color_detail">"पर लागू होगा: कोई पूर्वदर्शन लिंक नहीं"</string> + <string name="theme_item_no_preview_post_type_background_color">"कोई पूर्वदर्शन लिंक नहीं पृष्टभूमि रंग "</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"पर लागू होगा: कोई पूर्वदर्शन लिंक नहीं"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"वोट एवं उत्तर अनुपलब्ध बटन का रंग "</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"पर लागू होगा: वोट एवं उत्तर बटन्स (अनुपलब्ध)"</string> <string name="theme_item_comment_vertical_bar_color_1">"टिप्पणी ऊर्ध्वाधर बार रंग 1"</string> diff --git a/app/src/main/res/values-hr/strings.xml b/app/src/main/res/values-hr/strings.xml index bf916b5a..16710cbc 100644 --- a/app/src/main/res/values-hr/strings.xml +++ b/app/src/main/res/values-hr/strings.xml @@ -635,8 +635,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"Primijenjeno na: Boju pozadine nepročitane poruke"</string> <string name="theme_item_divider_color">"Boja razdjelnika"</string> <string name="theme_item_divider_color_detail">"Primijenjeno na: Razdjelnik komentara, razdjelnike na stranicama za objavljivanje, itd."</string> - <string name="theme_item_no_preview_link_background_color">"Boja pozadine poveznice bez prethodnog pregleda"</string> - <string name="theme_item_no_preview_link_background_color_detail">"Primijenjeno na: Placeholder za poveznicu bez prethodnog pregleda"</string> + <string name="theme_item_no_preview_post_type_background_color">"Boja pozadine poveznice bez prethodnog pregleda"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"Primijenjeno na: Placeholder za poveznicu bez prethodnog pregleda"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Boja gumbiju za glasanje i odgovaranje kada su nedostupni"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"Primijenjeno na: Gumbe za glasanje i odgovaranje (nedostupni)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Boja vertikalne trake komentara 1"</string> diff --git a/app/src/main/res/values-it/strings.xml b/app/src/main/res/values-it/strings.xml index d64e14dd..06a71151 100644 --- a/app/src/main/res/values-it/strings.xml +++ b/app/src/main/res/values-it/strings.xml @@ -660,8 +660,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"Applicato a: Colore di sfondo del messaggio non letto"</string> <string name="theme_item_divider_color">"Colore Divisore"</string> <string name="theme_item_divider_color_detail">"Applicato a: Divisore di commento, divisori in pagine per l'invio di post, ecc."</string> - <string name="theme_item_no_preview_link_background_color">"Colore di sfondo del link senza anteprima"</string> - <string name="theme_item_no_preview_link_background_color_detail">"Applicato a: Segnaposto per link senza anteprima"</string> + <string name="theme_item_no_preview_post_type_background_color">"Colore di sfondo del link senza anteprima"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"Applicato a: Segnaposto per link senza anteprima"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Colore Pulsante Vota e Rispondi Non Disponibile"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"Applicato a: Bottoni vota e rispondi (Non disponibili)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Commento Colore Barra Verticale 1"</string> diff --git a/app/src/main/res/values-ja/strings.xml b/app/src/main/res/values-ja/strings.xml index 4bcff9c2..4bc9fc5e 100644 --- a/app/src/main/res/values-ja/strings.xml +++ b/app/src/main/res/values-ja/strings.xml @@ -671,8 +671,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"適用先: 未読メッセージの背景"</string> <string name="theme_item_divider_color">"分割線"</string> <string name="theme_item_divider_color_detail">"適用先: コメントの分割線、投稿時のページ分割線、等"</string> - <string name="theme_item_no_preview_link_background_color">"プレビューのないリンク 背景"</string> - <string name="theme_item_no_preview_link_background_color_detail">"適用先: プレビューのないリンクの背景"</string> + <string name="theme_item_no_preview_post_type_background_color">"プレビューのないリンク 背景"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"適用先: プレビューのないリンクの背景"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"評価と返信ボタン 無効状態"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"適用先: 無効となっている評価と返信ボタン"</string> <string name="theme_item_comment_vertical_bar_color_1">"コメント 縦線1"</string> diff --git a/app/src/main/res/values-pt-rBR/strings.xml b/app/src/main/res/values-pt-rBR/strings.xml index 6e1f8037..c7dbc5a3 100644 --- a/app/src/main/res/values-pt-rBR/strings.xml +++ b/app/src/main/res/values-pt-rBR/strings.xml @@ -630,8 +630,8 @@ https://play.google.com/store/apps/details?id=ml.docilealligator.infinityforredd <string name="theme_item_unread_message_background_color_detail">"Aplicado para: cor de fundo de mensagem não lida"</string> <string name="theme_item_divider_color">"Cor de divisor"</string> <string name="theme_item_divider_color_detail">"Aplicado para: divisor de comentários, páginas, etc."</string> - <string name="theme_item_no_preview_link_background_color">"Cor de fundo de link sem pré-visualização"</string> - <string name="theme_item_no_preview_link_background_color_detail">"Aplicado para: link sem pré-visualização"</string> + <string name="theme_item_no_preview_post_type_background_color">"Cor de fundo de link sem pré-visualização"</string> + <string name="theme_item_no_preview_post_type_background_color_detail">"Aplicado para: link sem pré-visualização"</string> <string name="theme_item_vote_and_reply_unavailable_button_color">"Cor de botão de votação e respostas"</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">"Aplicado para: botões de votação e respostas (indisponíveis)"</string> <string name="theme_item_comment_vertical_bar_color_1">"Cor 1 de barra vertical de comentário"</string> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index c41f082e..bf0a7866 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -715,6 +715,8 @@ <string name="theme_item_crosspost_icon_tint_detail">Applied to: Crosspost icon</string> <string name="theme_item_stickied_post_icon_tint">Stickied Post Icon Color</string> <string name="theme_item_stickied_post_icon_tint_detail">Applied to: Stickied post icon</string> + <string name="theme_item_no_preview_post_type_icon_tint">No-preview Post Type Icon Color</string> + <string name="theme_item_no_preview_post_type_icon_tint_detail">Applied to: Icon indicating the type of post when there is no preview available</string> <string name="theme_item_subscribed_color">Subscribed</string> <string name="theme_item_subscribed_color_detail">Applied to: Unsubscribe button</string> <string name="theme_item_unsubscribed_color">Unsubscribed</string> @@ -735,8 +737,8 @@ <string name="theme_item_unread_message_background_color_detail">Applied to: Unread Message Background Color</string> <string name="theme_item_divider_color">Divider Color</string> <string name="theme_item_divider_color_detail">Applied to: Comment divider, dividers in pages for submitting posts, etc.</string> - <string name="theme_item_no_preview_link_background_color">No-Preview Link Background Color</string> - <string name="theme_item_no_preview_link_background_color_detail">Applied to: No-preview link placeholder</string> + <string name="theme_item_no_preview_post_type_background_color">No-preview Post Type Background Color</string> + <string name="theme_item_no_preview_post_type_background_color_detail">Applied to: Placeholder indicating the type of post when there is no preview available</string> <string name="theme_item_vote_and_reply_unavailable_button_color">Vote and Reply Unavailable Button Color</string> <string name="theme_item_vote_and_reply_unavailable_button_color_detail">Applied to: Vote and reply buttons (Unavailable)</string> <string name="theme_item_comment_vertical_bar_color_1">Comment Vertical Bar Color 1</string> |