Changes of com.discord v853
This commit is contained in:
parent
ca7ba0a661
commit
b92808528b
398 changed files with 12263 additions and 12157 deletions
Binary file not shown.
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 101 KiB |
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<TextView android:textAppearance="@style/UiKit.SettingsHeaderTextAppearance" android:id="@id/payment_method_header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_title" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" app:layout_constraintVertical_chainStyle="packed" />
|
||||
<TextView android:textAppearance="@style/UiKit.Settings.Item.Header" android:id="@id/payment_method_header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_title" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" app:layout_constraintVertical_chainStyle="packed" />
|
||||
<ImageView android:id="@id/payment_method_icon" android:layout_width="32.0dip" android:layout_height="32.0dip" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintHorizontal_chainStyle="packed" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/payment_method_title" app:layout_constraintTop_toTopOf="@id/payment_method_title" app:layout_constraintVertical_bias="0.0" />
|
||||
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="@color/primary_100" android:ellipsize="end" android:id="@id/payment_method_title" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginStart="@dimen/uikit_spacing_medium" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_subtext" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toRightOf="@id/payment_method_icon" app:layout_constraintRight_toLeftOf="@id/payment_method_invalid" app:layout_constraintTop_toBottomOf="@id/payment_method_header" app:layout_goneMarginTop="@dimen/uikit_spacing_large" style="@style/UiKit.TextView.SingleLine" />
|
||||
<TextView android:textSize="12.0sp" android:textColor="@color/primary_100" android:id="@id/payment_method_invalid" android:background="@drawable/drawable_bg_payment_invalid_indicator" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:layout_marginLeft="@dimen/uikit_spacing_small" android:layout_marginTop="@dimen/uikit_spacing_medium" android:text="@string/payment_source_invalid" android:textAllCaps="true" android:fontFamily="@font/whitney_semibold" android:layout_marginStart="@dimen/uikit_spacing_small" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_subtext" app:layout_constraintLeft_toRightOf="@id/payment_method_title" app:layout_constraintRight_toLeftOf="@id/payment_method_premium" app:layout_constraintTop_toBottomOf="@id/payment_method_header" app:layout_goneMarginTop="@dimen/uikit_spacing_large" style="@style/UiKit.TextView.SingleLine" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<Button android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_100" android:id="@id/active_subscription_top_button" android:background="@drawable/drawable_uikit_primary_100_button_outline" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_medium" android:layout_marginEnd="@dimen/uikit_spacing_medium" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.Button.Compact" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<Button android:id="@id/active_subscriptions_bottom_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="12.0dip" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginStart="12.0dip" style="@style/UiKit.Button.Grey" />
|
||||
<TextView android:textColor="@color/primary_300" android:id="@id/active_subscription_spinner_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/billing_pay_for_it_with" android:layout_marginStart="@dimen/uikit_spacing_large" style="@style/UiKit.SettingsHeaderTextAppearance" />
|
||||
<TextView android:textAppearance="@style/UiKit.Settings.Item.Header" android:id="@id/active_subscription_spinner_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/billing_pay_for_it_with" android:layout_marginStart="@dimen/uikit_spacing_large" />
|
||||
<Spinner android:id="@id/active_subscription_spinner" android:background="@drawable/bg_payment_method_spinner_closed" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:popupBackground="@drawable/bg_payment_method_spinner_dropdown" />
|
||||
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_400" android:id="@id/active_subscription_footer_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_large" android:fontFamily="@font/whitney_medium" />
|
||||
</LinearLayout>
|
|
@ -14,7 +14,7 @@
|
|||
</FrameLayout>
|
||||
<TextView android:textColor="?application_news_title_text_color" android:id="@id/application_news_title" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:fontFamily="@font/whitney_semibold" style="@style/UiKit.TextView.Large" />
|
||||
<TextView android:textColor="?application_news_description_text_color" android:id="@id/application_news_description" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" style="@style/UiKit.TextView" />
|
||||
<View android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.Divider.Thick" />
|
||||
<View android:background="?application_news_divider_color" android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.Divider.Thick" />
|
||||
<RelativeLayout android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup">
|
||||
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?application_news_footer_text_color" android:id="@id/application_news_footer_text" android:layout_toLeftOf="@id/application_news_icon" android:layout_alignParentLeft="true" android:layout_centerVertical="true" android:layout_toStartOf="@id/application_news_icon" android:layout_alignParentStart="true" style="@style/UiKit.TextView.SingleLine" />
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/application_news_icon" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_large" android:layout_alignParentRight="true" android:layout_marginStart="@dimen/uikit_spacing_large" android:layout_alignParentEnd="true" app:placeholderImage="@color/primary_600" style="@style/Icon.Game.Small" />
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<androidx.constraintlayout.widget.ConstraintLayout android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
|
||||
<TextView android:textAppearance="@style/UiKit.SettingsHeaderTextAppearance" android:id="@id/payment_method_header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_title" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" app:layout_constraintVertical_chainStyle="packed" />
|
||||
<TextView android:textAppearance="@style/UiKit.Settings.Item.Header" android:id="@id/payment_method_header" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_large" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_title" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" app:layout_constraintVertical_bias="0.0" app:layout_constraintVertical_chainStyle="packed" />
|
||||
<ImageView android:id="@id/payment_method_icon" android:layout_width="32.0dip" android:layout_height="32.0dip" android:importantForAccessibility="no" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintHorizontal_chainStyle="packed" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toLeftOf="@id/payment_method_title" app:layout_constraintTop_toTopOf="@id/payment_method_title" app:layout_constraintVertical_bias="0.0" />
|
||||
<TextView android:textSize="@dimen/uikit_textsize_large" android:textColor="@color/primary_100" android:ellipsize="end" android:id="@id/payment_method_title" android:layout_marginLeft="@dimen/uikit_spacing_medium" android:layout_marginTop="@dimen/uikit_spacing_medium" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_subtext" app:layout_constraintHorizontal_bias="0.0" app:layout_constraintLeft_toRightOf="@id/payment_method_icon" app:layout_constraintRight_toLeftOf="@id/payment_method_invalid" app:layout_constraintTop_toBottomOf="@id/payment_method_header" app:layout_goneMarginTop="@dimen/uikit_spacing_large" style="@style/UiKit.TextView.SingleLine" />
|
||||
<TextView android:textSize="12.0sp" android:textColor="@color/primary_100" android:id="@id/payment_method_invalid" android:background="@drawable/drawable_bg_payment_invalid_indicator" android:paddingLeft="2.0dip" android:paddingRight="2.0dip" android:layout_marginLeft="@dimen/uikit_spacing_small" android:layout_marginTop="@dimen/uikit_spacing_medium" android:text="@string/payment_source_invalid" android:textAllCaps="true" android:fontFamily="@font/whitney_semibold" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintBottom_toTopOf="@id/payment_method_subtext" app:layout_constraintLeft_toRightOf="@id/payment_method_title" app:layout_constraintRight_toLeftOf="@id/payment_method_premium" app:layout_constraintTop_toBottomOf="@id/payment_method_header" app:layout_goneMarginTop="@dimen/uikit_spacing_large" style="@style/UiKit.TextView.SingleLine" />
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<Button android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_100" android:id="@id/active_subscription_top_button" android:background="@drawable/drawable_uikit_primary_100_button_outline" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_medium" app:layout_constrainedHeight="true" app:layout_constrainedWidth="true" app:layout_constraintRight_toRightOf="parent" app:layout_constraintTop_toTopOf="parent" style="@style/UiKit.Button.Compact" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
<Button android:id="@id/active_subscriptions_bottom_button" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="12.0dip" android:layout_marginTop="@dimen/uikit_spacing_large" style="@style/UiKit.Button.Grey" />
|
||||
<TextView android:textColor="@color/primary_300" android:id="@id/active_subscription_spinner_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/billing_pay_for_it_with" style="@style/UiKit.SettingsHeaderTextAppearance" />
|
||||
<TextView android:textAppearance="@style/UiKit.Settings.Item.Header" android:id="@id/active_subscription_spinner_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:text="@string/billing_pay_for_it_with" />
|
||||
<Spinner android:id="@id/active_subscription_spinner" android:background="@drawable/bg_payment_method_spinner_closed" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:popupBackground="@drawable/bg_payment_method_spinner_dropdown" />
|
||||
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="@color/primary_400" android:id="@id/active_subscription_footer_text" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_medium" android:layout_marginRight="@dimen/uikit_spacing_large" android:fontFamily="@font/whitney_medium" />
|
||||
</LinearLayout>
|
|
@ -14,7 +14,7 @@
|
|||
</FrameLayout>
|
||||
<TextView android:textColor="?application_news_title_text_color" android:id="@id/application_news_title" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" android:fontFamily="@font/whitney_semibold" style="@style/UiKit.TextView.Large" />
|
||||
<TextView android:textColor="?application_news_description_text_color" android:id="@id/application_news_description" android:layout_width="fill_parent" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginRight="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_medium" style="@style/UiKit.TextView" />
|
||||
<View android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.Divider.Thick" />
|
||||
<View android:background="?application_news_divider_color" android:layout_marginTop="@dimen/uikit_spacing_medium" style="@style/UiKit.Divider.Thick" />
|
||||
<RelativeLayout android:paddingLeft="@dimen/uikit_spacing_large" android:paddingRight="@dimen/uikit_spacing_large" style="@style/UiKit.ViewGroup">
|
||||
<TextView android:textSize="@dimen/uikit_textsize_small" android:textColor="?application_news_footer_text_color" android:id="@id/application_news_footer_text" android:layout_toLeftOf="@id/application_news_icon" android:layout_alignParentLeft="true" android:layout_centerVertical="true" style="@style/UiKit.TextView.SingleLine" />
|
||||
<com.facebook.drawee.view.SimpleDraweeView android:id="@id/application_news_icon" android:layout_marginLeft="@dimen/uikit_spacing_large" android:layout_marginTop="@dimen/uikit_spacing_large" android:layout_marginBottom="@dimen/uikit_spacing_large" android:layout_alignParentRight="true" app:placeholderImage="@color/primary_600" style="@style/Icon.Game.Small" />
|
||||
|
|
|
@ -186,7 +186,6 @@
|
|||
<string name="application_progress_indicator_updating_hours">กำลังอัปเดต — จาก %1$s (%%) — เหลืออีก %2$s</string>
|
||||
<string name="application_progress_indicator_updating_minutes">กำลังอัปเดต — จาก %1$s (%%) — เหลืออีก %2$s</string>
|
||||
<string name="application_progress_indicator_updating_seconds">กำลังอัปเดต — จาก %1$s (%%) — %2$s</string>
|
||||
<string name="application_store_about_this_game">เกี่ยวกับเกมนี้</string>
|
||||
<string name="application_store_activity_feed_promotion_subtitle"><3 ทีม Discord</string>
|
||||
<string name="application_store_all_news">ข่าวล่าสุดทั้งหมด แถมสามารถเลื่อนดูได้ด้วยนะ</string>
|
||||
<string name="application_store_back_to_browse">กลับไปหน้าเรียกดู</string>
|
||||
|
|
|
@ -186,7 +186,6 @@ nguy hiểm."</string>
|
|||
<string name="application_progress_indicator_updating_hours">Đang cập nhật %1$s – %2$s còn lại</string>
|
||||
<string name="application_progress_indicator_updating_minutes">Đang cập nhật %1$s – %2$s còn lại</string>
|
||||
<string name="application_progress_indicator_updating_seconds">Đang cập nhật %1$s – %2$s</string>
|
||||
<string name="application_store_about_this_game">Giới Thiệu Về Trò Chơi</string>
|
||||
<string name="application_store_activity_feed_promotion_subtitle"><3 Đội ngũ Discord</string>
|
||||
<string name="application_store_all_news">Tất cả các tin tức mới nhất… với nút cuộn tùy chọn!</string>
|
||||
<string name="application_store_back_to_browse">Quay về Duyệt</string>
|
||||
|
|
|
@ -85,6 +85,7 @@
|
|||
</attr>
|
||||
<attr name="application_news_background" format="reference" />
|
||||
<attr name="application_news_description_text_color" format="reference|color" />
|
||||
<attr name="application_news_divider_color" format="reference|color" />
|
||||
<attr name="application_news_error" format="reference" />
|
||||
<attr name="application_news_footer_text_color" format="reference|color" />
|
||||
<attr name="application_news_loading" format="reference" />
|
||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -254,7 +254,7 @@
|
|||
<string name="application_progress_indicator_updating_hours">Updating %1$s - %2$s remaining</string>
|
||||
<string name="application_progress_indicator_updating_minutes">Updating %1$s - %2$s remaining</string>
|
||||
<string name="application_progress_indicator_updating_seconds">Updating %1$s - %2$s</string>
|
||||
<string name="application_store_about_this_game">About This Game</string>
|
||||
<string name="application_store_about_header">About %1$s</string>
|
||||
<string name="application_store_activity_feed_promotion_subtitle"><3 Discord Team</string>
|
||||
<string name="application_store_all_news">All the latest news… with optional scrolling!</string>
|
||||
<string name="application_store_back_to_browse">Back to Browse</string>
|
||||
|
@ -926,7 +926,7 @@ HERE ARE MORE THINGS {progress}
|
|||
<string name="cloud_sync_modal_error_header">Unable to sync cloud saves</string>
|
||||
<string name="cloud_sync_modal_or">OR</string>
|
||||
<string name="collapse_category">Collapse Category</string>
|
||||
<string name="com.crashlytics.android.build_id">cadfdb5a-3ff8-4eab-a65d-5974d45c6077</string>
|
||||
<string name="com.crashlytics.android.build_id">662ecf58-3fa8-4b87-b79a-432694affe67</string>
|
||||
<string name="coming_soon">Coming Soon</string>
|
||||
<string name="coming_soon_notifications">Granular notification control only works on desktop apps at the moment. For now use the iOS notification settings.</string>
|
||||
<string name="coming_soon_title">COMING SOON!</string>
|
||||
|
@ -1062,6 +1062,12 @@ HERE ARE MORE THINGS {progress}
|
|||
<string name="create_server_description_mobile">Your server is where your gaming group hangs out. Make one to start chatting with your friends for free.</string>
|
||||
<string name="create_server_guidelines">"By creating a server, you agree to Discord's **[Community Guidelines](%1$s)**."</string>
|
||||
<string name="create_server_title">Create your server</string>
|
||||
<string name="create_store_channel">Create Store Channel</string>
|
||||
<string name="create_store_channel_application">Application</string>
|
||||
<string name="create_store_channel_no_skus">No SKUs available</string>
|
||||
<string name="create_store_channel_select_application">Select application</string>
|
||||
<string name="create_store_channel_select_sku">Select SKU</string>
|
||||
<string name="create_store_channel_sku">SKU</string>
|
||||
<string name="create_text_channel">Create Text Channel</string>
|
||||
<string name="create_voice_channel">Create Voice Channel</string>
|
||||
<string name="credit_card_cvc">CVC</string>
|
||||
|
@ -3614,6 +3620,7 @@ To keep your sub, go to Settings and update your payment."</string>
|
|||
<string name="stop_ringing">Stop Ringing</string>
|
||||
<string name="storage_permission_denied_msg">Storage permissions required</string>
|
||||
<string name="store">Store</string>
|
||||
<string name="store_channel">Store Channel</string>
|
||||
<string name="store_payment_legalese_monthly">"Hey! By purchasing %1$s, you agree to our [Terms of Service](%2$s). %1$s is a recurring subscription, which means that we'll charge you today and continue to charge you monthly until you cancel your subscription. You may cancel anytime on your User Settings screen."</string>
|
||||
<string name="store_payment_legalese_yearly">"Hey! By purchasing %1$s, you agree to our [Terms of Service](%2$s). %1$s is a recurring subscription, which means that we'll charge you today and continue to charge you yearly until you cancel your subscription. You may cancel anytime on your User Settings screen."</string>
|
||||
<string name="streamer_mode">Streamer Mode</string>
|
||||
|
|
|
@ -183,6 +183,7 @@
|
|||
<style name="AppTheme.Dark.Base" parent="@style/AppTheme.NoActionBar">
|
||||
<item name="application_news_background">@drawable/drawable_bg_card_primary_700</item>
|
||||
<item name="application_news_description_text_color">@color/primary_300</item>
|
||||
<item name="application_news_divider_color">@color/primary_660</item>
|
||||
<item name="application_news_error">@drawable/img_poop_dark</item>
|
||||
<item name="application_news_footer_text_color">@color/primary_400</item>
|
||||
<item name="application_news_loading">@drawable/drawable_application_news_loading_dark</item>
|
||||
|
@ -540,6 +541,7 @@
|
|||
<style name="AppTheme.Light.Base" parent="@style/AppTheme.NoActionBar">
|
||||
<item name="application_news_background">@drawable/drawable_bg_card_white</item>
|
||||
<item name="application_news_description_text_color">@color/primary_500</item>
|
||||
<item name="application_news_divider_color">@color/primary_200</item>
|
||||
<item name="application_news_error">@drawable/img_poop_light</item>
|
||||
<item name="application_news_footer_text_color">@color/primary_600</item>
|
||||
<item name="application_news_loading">@drawable/drawable_application_news_loading_light</item>
|
||||
|
@ -3617,7 +3619,10 @@
|
|||
<item name="fontFamily">@font/whitney_medium</item>
|
||||
</style>
|
||||
<style name="UiKit.Settings.Item.Header" parent="@style/UiKit.Settings.Item">
|
||||
<item name="android:textAppearance">@style/UiKit.SettingsHeaderTextAppearance</item>
|
||||
<item name="android:textSize">@dimen/uikit_textsize_medium</item>
|
||||
<item name="android:textColor">?primary_300</item>
|
||||
<item name="android:textAllCaps">true</item>
|
||||
<item name="fontFamily">@font/whitney_semibold</item>
|
||||
</style>
|
||||
<style name="UiKit.Settings.Item.Icon" parent="@style/UiKit.Settings.Item">
|
||||
<item name="android:gravity">center_vertical</item>
|
||||
|
@ -3636,12 +3641,6 @@
|
|||
<item name="android:drawablePadding">32.0dip</item>
|
||||
<item name="fontFamily">@font/whitney_medium</item>
|
||||
</style>
|
||||
<style name="UiKit.SettingsHeaderTextAppearance" parent="@style/UiKit">
|
||||
<item name="android:textSize">@dimen/uikit_textsize_medium</item>
|
||||
<item name="android:textColor">?primary_300</item>
|
||||
<item name="android:textAllCaps">true</item>
|
||||
<item name="fontFamily">@font/whitney_semibold</item>
|
||||
</style>
|
||||
<style name="UiKit.Sheet.Guideline" parent="@style/UiKit.Guideline">
|
||||
<item name="android:id">@id/uikit_sheet_header_guideline</item>
|
||||
<item name="layout_constraintGuide_begin">@dimen/uikit_guideline_sheet</item>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue