diff options
| author | Albin <albin@mullvad.net> | 2021-10-13 18:14:45 +0200 |
|---|---|---|
| committer | Albin <albin@mullvad.net> | 2021-12-16 11:38:25 +0100 |
| commit | 6c4d31dfc59772e9a80d0260fee34cf03d5c05f5 (patch) | |
| tree | 8418020b852073a6dfb0c4c44fabdb1586404d11 /android/src/main/res/values | |
| parent | 4dcdb1306d23a8e831389130fdef452cae4dc809 (diff) | |
| download | mullvadvpn-6c4d31dfc59772e9a80d0260fee34cf03d5c05f5.tar.xz mullvadvpn-6c4d31dfc59772e9a80d0260fee34cf03d5c05f5.zip | |
Split Android project and app module
The purpose of this is to:
* Comply better with the default Android project structure
(see https://developer.android.com/studio/build).
* Avoid conflicts between project and app dependencies and plugins.
Diffstat (limited to 'android/src/main/res/values')
| -rw-r--r-- | android/src/main/res/values/attrs.xml | 62 | ||||
| -rw-r--r-- | android/src/main/res/values/colors.xml | 34 | ||||
| -rw-r--r-- | android/src/main/res/values/dimensions.xml | 56 | ||||
| -rw-r--r-- | android/src/main/res/values/integers.xml | 4 | ||||
| -rw-r--r-- | android/src/main/res/values/plurals.xml | 43 | ||||
| -rw-r--r-- | android/src/main/res/values/strings.xml | 175 | ||||
| -rw-r--r-- | android/src/main/res/values/strings_non_translatable.xml | 18 | ||||
| -rw-r--r-- | android/src/main/res/values/styles.xml | 123 |
8 files changed, 0 insertions, 515 deletions
diff --git a/android/src/main/res/values/attrs.xml b/android/src/main/res/values/attrs.xml deleted file mode 100644 index 8eefb1c173..0000000000 --- a/android/src/main/res/values/attrs.xml +++ /dev/null @@ -1,62 +0,0 @@ -<resources> - <declare-styleable name="Button"> - <attr name="buttonColor" - format="enum"> - <enum name="blue" - value="0" /> - <enum name="green" - value="1" /> - <enum name="red" - value="2" /> - </attr> - <attr name="detailImage" - format="reference" /> - <attr name="showSpinner" - format="boolean" /> - </declare-styleable> - <declare-styleable name="Cell"> - <attr name="footer" - format="reference|string" /> - </declare-styleable> - <declare-styleable name="CopyableInformationView"> - <attr name="clipboardLabel" - format="reference|string" /> - <attr name="copiedToast" - format="reference|string" /> - </declare-styleable> - <declare-styleable name="InformationView"> - <attr name="description" - format="reference|string" /> - <attr name="errorColor" - format="reference|color" /> - <attr name="informationColor" - format="reference|color" /> - <attr name="maxLength" - format="integer" /> - <attr name="whenMissing" - format="enum"> - <enum name="nothing" - value="0" /> - <enum name="hide" - value="1" /> - <enum name="showSpinner" - value="2" /> - </attr> - </declare-styleable> - <declare-styleable name="TextAttribute"> - <attr name="text" - format="reference|string" /> - </declare-styleable> - <declare-styleable name="Url"> - <attr name="url" - format="reference|string" /> - </declare-styleable> - <declare-styleable name="UrlButton"> - <attr name="withToken" - format="boolean" /> - </declare-styleable> - <attr name="actionListItemViewStyle" - type="reference" /> - <attr name="applicationListItemViewStyle" - type="reference" /> -</resources> diff --git a/android/src/main/res/values/colors.xml b/android/src/main/res/values/colors.xml deleted file mode 100644 index 8f53508029..0000000000 --- a/android/src/main/res/values/colors.xml +++ /dev/null @@ -1,34 +0,0 @@ -<resources> - <color name="colorPrimary">#294D73</color> - <color name="blue">#294D73</color> - <color name="blue80">#CC294D73</color> - <color name="blue60">#99294D73</color> - <color name="blue40">#66294D73</color> - <color name="blue20">#33294D73</color> - <color name="darkBlue">#192E45</color> - <color name="white">#FFFFFF</color> - <color name="white80">#CCFFFFFF</color> - <color name="white60">#99FFFFFF</color> - <color name="white40">#66FFFFFF</color> - <color name="white20">#33FFFFFF</color> - <color name="white10">#1AFFFFFF</color> - <color name="green">#44AD4D</color> - <color name="green90">#E644AD4D</color> - <color name="green80">#CC44AD4D</color> - <color name="red">#FFE34039</color> - <color name="red95">#F2E34039</color> - <color name="red80">#CCE34039</color> - <color name="red60">#99E34039</color> - <color name="red45">#72E34039</color> - <color name="red40">#66E34039</color> - <color name="yellow">#FFD323</color> - <color name="textInputBorder">#234161</color> - <color name="ic_launcher_background">@color/darkBlue</color> - <!-- Switch Colors --> - <color name="switch_thumb_fill_checked">@color/green</color> - <color name="switch_thumb_fill_unchecked">@color/red</color> - <color name="switch_thumb_fill">@color/switch_thumb_fill_selector</color> - <color name="switch_thumb_border">@android:color/transparent</color> - <color name="switch_track_fill">@android:color/transparent</color> - <color name="switch_track_border">@color/white80</color> -</resources> diff --git a/android/src/main/res/values/dimensions.xml b/android/src/main/res/values/dimensions.xml deleted file mode 100644 index c8e8b2ff33..0000000000 --- a/android/src/main/res/values/dimensions.xml +++ /dev/null @@ -1,56 +0,0 @@ -<resources> - <dimen name="country_row_padding">18dp</dimen> - <dimen name="city_row_padding">34dp</dimen> - <dimen name="relay_row_padding">50dp</dimen> - <dimen name="list_item_divider">1dp</dimen> - <dimen name="dialog_margin">14dp</dimen> - <dimen name="account_login_input_height">48dp</dimen> - <dimen name="account_login_corner_radius">4dp</dimen> - <dimen name="account_login_border_width">2dp</dimen> - <dimen name="account_history_divider">1dp</dimen> - <dimen name="account_history_entry_height">48dp</dimen> - <dimen name="edit_text_corner_radius">4dp</dimen> - <dimen name="button_height">44dp</dimen> - <dimen name="cell_height">52dp</dimen> - <dimen name="cell_switch_border_radius">16dp</dimen> - <dimen name="cell_switch_width">48dp</dimen> - <dimen name="cell_switch_height">30dp</dimen> - <dimen name="cell_switch_knob_margin">4dp</dimen> - <dimen name="cell_switch_knob_max_translation">18dp</dimen> - <dimen name="cell_switch_knob_size">22dp</dimen> - <dimen name="settings_back_button_padding">12dp</dimen> - <dimen name="cell_left_padding">@dimen/side_margin</dimen> - <dimen name="cell_right_padding">16dp</dimen> - <dimen name="cell_inner_spacing">8dp</dimen> - <dimen name="cell_label_vertical_padding">14dp</dimen> - <dimen name="cell_input_width">80dp</dimen> - <dimen name="cell_input_height">34dp</dimen> - <dimen name="cell_footer_top_padding">6dp</dimen> - <dimen name="cell_footer_horizontal_padding">@dimen/side_margin</dimen> - <dimen name="app_version_warning_icon_size">28dp</dimen> - <dimen name="chevron_width">14dp</dimen> - <dimen name="chevron_height">24dp</dimen> - <dimen name="text_small">13sp</dimen> - <dimen name="text_hostname">15sp</dimen> - <dimen name="text_medium">16sp</dimen> - <dimen name="text_medium_plus">18sp</dimen> - <dimen name="text_big">24sp</dimen> - <dimen name="text_huge">30sp</dimen> - <dimen name="side_margin">22dp</dimen> - <dimen name="vertical_space">20dp</dimen> - <dimen name="half_vertical_space">10dp</dimen> - <dimen name="button_separation">18dp</dimen> - <dimen name="screen_vertical_margin">22dp</dimen> - <dimen name="app_list_item_icon_size">35dp</dimen> - <dimen name="progress_size">60dp</dimen> - <dimen name="icon_size">24dp</dimen> - <dimen name="widget_padding">16dp</dimen> - <dimen name="expanded_toolbar_height">104dp</dimen> - <!-- Switch Dimens--> - <dimen name="switch_width">46dp</dimen> - <dimen name="switch_height">30dp</dimen> - <dimen name="switch_thumb_size">30dp</dimen> - <dimen name="switch_thumb_padding">8dp</dimen> - <dimen name="switch_track_radius">16dp</dimen> - <dimen name="switch_track_stroke">2dp</dimen> -</resources> diff --git a/android/src/main/res/values/integers.xml b/android/src/main/res/values/integers.xml deleted file mode 100644 index 3089382d18..0000000000 --- a/android/src/main/res/values/integers.xml +++ /dev/null @@ -1,4 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<resources> - <integer name="transition_animation_duration">@android:integer/config_mediumAnimTime</integer> -</resources> diff --git a/android/src/main/res/values/plurals.xml b/android/src/main/res/values/plurals.xml deleted file mode 100644 index b9aa90441e..0000000000 --- a/android/src/main/res/values/plurals.xml +++ /dev/null @@ -1,43 +0,0 @@ -<resources> - <plurals name="years_left"> - <item quantity="one">1 year left</item> - <item quantity="other">%d years left</item> - </plurals> - <plurals name="months_left"> - <item quantity="one">1 month left</item> - <item quantity="other">%d months left</item> - </plurals> - <plurals name="days_left"> - <item quantity="one">1 day left</item> - <item quantity="other">%d days left</item> - </plurals> - <plurals name="minutes_ago"> - <item quantity="zero">less than a minute ago</item> - <item quantity="one">a minute ago</item> - <item quantity="other">%d minutes ago</item> - </plurals> - <plurals name="hours_ago"> - <item quantity="one">an hour ago</item> - <item quantity="other">%d hours ago</item> - </plurals> - <plurals name="days_ago"> - <item quantity="one">a day ago</item> - <item quantity="other">%d days ago</item> - </plurals> - <plurals name="months_ago"> - <item quantity="one">a month ago</item> - <item quantity="other">%d months ago</item> - </plurals> - <plurals name="years_ago"> - <item quantity="one">a year ago</item> - <item quantity="other">%d years ago</item> - </plurals> - <plurals name="account_credit_expires_in_days"> - <item quantity="one">Account credit expires in a day</item> - <item quantity="other">Account credit expires in %d days</item> - </plurals> - <plurals name="account_credit_expires_in_hours"> - <item quantity="one">Account credit expires in an hour</item> - <item quantity="other">Account credit expires in %d hours</item> - </plurals> -</resources> diff --git a/android/src/main/res/values/strings.xml b/android/src/main/res/values/strings.xml deleted file mode 100644 index b0828e73b0..0000000000 --- a/android/src/main/res/values/strings.xml +++ /dev/null @@ -1,175 +0,0 @@ -<resources> - <string name="connecting">Connecting</string> - <string name="reconnecting">Reconnecting</string> - <string name="disconnecting">Disconnecting</string> - <string name="secured">Secured</string> - <string name="unsecured">Unsecured</string> - <string name="critical_error">Critical error (your attention is required)</string> - <string name="blocking_all_connections">Blocking all connections</string> - <string name="foreground_notification_channel_name">VPN tunnel status</string> - <string name="foreground_notification_channel_description">Shows current VPN tunnel - status</string> - <string name="account_time_notification_channel_name">Account time reminders</string> - <string name="account_time_notification_channel_description">Shows reminders when the account - time is about to expire</string> - <string name="connecting_to_daemon">Connecting to Mullvad system service...</string> - <string name="login_title">Login</string> - <string name="login_description">Enter your account number</string> - <string name="logging_in_title">Logging in...</string> - <string name="logging_in_description">Checking account number</string> - <string name="logged_in_title">Logged in</string> - <string name="login_fail_title">Login failed</string> - <string name="login_fail_description">Invalid account number</string> - <string name="dont_have_an_account">Don\'t have an account number?</string> - <string name="create_account">Create account</string> - <string name="creating_new_account">Creating account...</string> - <string name="failed_to_create_account">Failed to create account</string> - <string name="account_created">Account created</string> - <string name="congrats">Congrats!</string> - <string name="here_is_your_account_number">Here\'s your account number. Save it!</string> - <string name="pay_to_start_using">To start using the app, you first need to add time to your - account.</string> - <string name="buy_credit">Buy credit</string> - <string name="buy_more_credit">Buy more credit</string> - <string name="redeem_voucher">Redeem voucher</string> - <string name="enter_voucher_code">Enter voucher code</string> - <string name="redeem">Redeem</string> - <string name="invalid_voucher">Voucher code is invalid.</string> - <string name="voucher_already_used">Voucher code has already been used.</string> - <string name="error_occurred">An error occurred.</string> - <string name="settings">Settings</string> - <string name="settings_account">Account</string> - <string name="less_than_a_day_left">less than a day left</string> - <string name="less_than_a_minute_ago">less than a minute ago</string> - <string name="account_credit_expires_in_a_few_minutes">Account credit expires in a few - minutes</string> - <string name="account_credit_has_expired">You have no more VPN time left on this - account.</string> - <string name="out_of_time">Out of time</string> - <string name="add_time_to_account">Either buy credit on our website or redeem a - voucher.</string> - <string name="settings_preferences">Preferences</string> - <string name="settings_advanced">Advanced</string> - <string name="app_version">App version</string> - <string name="update_available_footer">Update available, download to remain safe.</string> - <string name="report_a_problem">Report a problem</string> - <string name="faqs_and_guides">FAQs & Guides</string> - <string name="account_number">Account number</string> - <string name="mullvad_account_number">Mullvad account number</string> - <string name="copied_mullvad_account_number">Copied Mullvad account number to - clipboard</string> - <string name="paid_until">Paid until</string> - <string name="log_out">Log out</string> - <string name="local_network_sharing">Local network sharing</string> - <string name="allow_lan_footer">Allows access to other devices on the same network for sharing, - printing etc.</string> - <string name="auto_connect">Auto-connect</string> - <string name="auto_connect_footer">Automatically connect to a server when the app - launches.</string> - <string name="wireguard_mtu">WireGuard MTU</string> - <string name="wireguard_mtu_footer">Set WireGuard MTU value. Valid range: %1$d - %2$d.</string> - <string name="hint_default">Default</string> - <string name="problem_report_description">To help you more effectively, your app\'s log file - will be attached to this message. Your data will remain secure and private, as it is anonymised - before being sent over an encrypted channel.</string> - <string name="user_email_hint">Your email (optional)</string> - <string name="user_message_hint">Please describe your problem in English or Swedish.</string> - <string name="view_logs">View app logs</string> - <string name="send">Send</string> - <string name="sending">Sending...</string> - <string name="sent">Sent</string> - <string name="failed_to_send">Failed to send</string> - <string name="confirm_no_email">You are about to send the problem report without a way for us - to get back to you. If you want an answer to your report you will have to enter an email - address.</string> - <string name="send_anyway">Send anyway</string> - <string name="back">Back</string> - <string name="sent_thanks">Thanks!</string> - <string name="we_will_look_into_this">We will look into this.</string> - <string name="sent_contact">If needed we will contact you on %1$s</string> - <string name="failed_to_send_details">You may need to go back to the app\'s main screen and - click Disconnect before trying again. Don\'t worry, the information you entered will remain in - the form.</string> - <string name="edit_message">Edit message</string> - <string name="try_again">Try again</string> - <string name="unsecured_connection">UNSECURED CONNECTION</string> - <string name="creating_secure_connection">CREATING SECURE CONNECTION</string> - <string name="secure_connection">SECURE CONNECTION</string> - <string name="blocked_connection">BLOCKED CONNECTION</string> - <string name="error_state">FAILED TO SECURE CONNECTION</string> - <string name="connect">Secure my connection</string> - <string name="cancel">Cancel</string> - <string name="disconnect">Disconnect</string> - <string name="dismiss">Dismiss</string> - <string name="switch_location">Switch location</string> - <string name="wireguard">WireGuard</string> - <string name="tcp">TCP</string> - <string name="udp">UDP</string> - <string name="in_address">In</string> - <string name="out_address">Out</string> - <string name="blocking_internet">Blocking internet</string> - <string name="not_blocking_internet">YOU MIGHT BE LEAKING NETWORK TRAFFIC</string> - <string name="failed_to_block_internet">Failed to block all network traffic. Please - troubleshoot or report the problem to us.</string> - <string name="auth_failed">Account authentication failed.</string> - <string name="ipv6_unavailable">Could not configure IPv6</string> - <string name="set_firewall_policy_error">Failed to apply firewall rules. The device might - currently be unsecured</string> - <string name="set_dns_error">Failed to set system DNS server</string> - <string name="invalid_dns_servers">Custom DNS server addresses %1$s are invalid</string> - <string name="start_tunnel_error">Failed to start tunnel connection</string> - <string name="vpn_permission_denied_error">VPN permission was denied when creating the tunnel. - Please try connecting again.</string> - <string name="no_matching_relay">No relay server matches the current settings</string> - <string name="no_matching_bridge_relay">No bridge relay server matches the current - settings</string> - <string name="no_wireguard_key">Valid WireGuard key is missing. Manage keys under Advanced - settings.</string> - <string name="custom_tunnel_host_resolution_error">Failed to resolve the hostname of custom - server</string> - <string name="is_offline">This device is offline, no tunnels can be established</string> - <string name="virtual_adapter_problem">Virtual adapter error</string> - <string name="wireguard_error">WireGuard error</string> - <string name="too_many_keys">Too many WireGuard keys registered to account</string> - <string name="failed_to_generate_key">Failed to generate a key</string> - <string name="update_available">UPDATE AVAILABLE</string> - <string name="update_available_description">Install Mullvad VPN (%1$s) to stay up to - date</string> - <string name="unsupported_version">UNSUPPORTED VERSION</string> - <string name="unsupported_version_description">You are running an unsupported app version. - Please upgrade to %1$s now to ensure your security</string> - <string name="unsupported_version_without_upgrade">You are running an unsupported app - version.</string> - <string name="account_credit_expires_soon">Account credit expires soon</string> - <string name="select_location">Select location</string> - <string name="select_location_description">While connected, your real location is masked with a - private and secure location in the selected region.</string> - <string name="wireguard_key">WireGuard key</string> - <string name="public_key">Public key</string> - <string name="wireguard_key_generated">Key generated</string> - <string name="wireguard_verify_key">Verify key</string> - <string name="wireguard_generate_key">Generate key</string> - <string name="wireguard_replace_key">Regenerate key</string> - <string name="wireguard_manage_keys">Manage keys</string> - <string name="wireguard_key_reconnecting">Reconnecting with new WireGuard key...</string> - <string name="wireguard_key_valid">Key is valid</string> - <string name="wireguard_key_invalid">Key is invalid</string> - <string name="wireguard_key_verification_failure">Key verification failed</string> - <string name="wireguard_public_key">WireGuard public key</string> - <string name="copied_wireguard_public_key">Copied WireGuard public key to clipboard</string> - <string name="split_tunneling">Split tunneling</string> - <string name="split_tunneling_description">Split tunneling makes it possible to select which - applications should not be routed through the VPN tunnel.</string> - <string name="enable">Enable</string> - <string name="enable_custom_dns">Use custom DNS server</string> - <string name="add_a_server">Add a server</string> - <string name="custom_dns_hint">Enter IP</string> - <string name="custom_dns_footer">Enable to add at least one DNS server.</string> - <string name="confirm_local_dns">The local DNS server will not work unless you enable \"Local - Network Sharing\" under Preferences.</string> - <string name="add_anyway">Add anyway</string> - <string name="exclude_applications">Excluded applications</string> - <string name="all_applications">All applications</string> - <string name="copied_to_clipboard">Copied to clipboard</string> - <string name="show_system_apps">Show system apps</string> -</resources> diff --git a/android/src/main/res/values/strings_non_translatable.xml b/android/src/main/res/values/strings_non_translatable.xml deleted file mode 100644 index 98ef2737c4..0000000000 --- a/android/src/main/res/values/strings_non_translatable.xml +++ /dev/null @@ -1,18 +0,0 @@ -<resources> - <string name="app_name" - translatable="false">Mullvad VPN</string> - <string name="login_hint" - translatable="false">0000 0000 0000 0000</string> - <string name="voucher_hint" - translatable="false">XXXX-XXXX-XXXX-XXXX</string> - <string name="account_url" - translatable="false">https://mullvad.net/account</string> - <string name="wg_key_url" - translatable="false">https://mullvad.net/account/ports</string> - <string name="create_account_url" - translatable="false">https://mullvad.net/account/create</string> - <string name="download_url" - translatable="false">https://mullvad.net/download</string> - <string name="faqs_and_guides_url" - translatable="false">https://mullvad.net/help/tag/mullvad-app/</string> -</resources> diff --git a/android/src/main/res/values/styles.xml b/android/src/main/res/values/styles.xml deleted file mode 100644 index 742cc42c4f..0000000000 --- a/android/src/main/res/values/styles.xml +++ /dev/null @@ -1,123 +0,0 @@ -<resources> - <style name="AppTheme" - parent="Theme.AppCompat.NoActionBar"> - <item name="colorPrimary">@color/colorPrimary</item> - <item name="android:navigationBarColor">@color/blue</item> - <item name="android:statusBarColor">@color/blue</item> - <item name="android:windowBackground">@color/blue</item> - <item name="switchStyle">@style/AppTheme.Switch</item> - <item name="actionListItemViewStyle">@style/ListItem.Action</item> - <item name="applicationListItemViewStyle">@style/ListItem.Action.Application</item> - <item name="android:spotShadowAlpha">0</item> - <item name="actionBarSize">48dp</item> - </style> - <style name="InputText" - parent="Widget.AppCompat.EditText"> - <item name="android:padding">14dp</item> - <item name="android:background">@drawable/input_text_background</item> - <item name="android:textCursorDrawable">@drawable/text_input_cursor</item> - <item name="android:textColorHint">@color/blue40</item> - <item name="android:textColor">@color/blue</item> - <item name="android:textSize">@dimen/text_small</item> - </style> - <style name="Button" - parent="Widget.AppCompat.Button.Borderless"> - <item name="android:layout_height">wrap_content</item> - <item name="android:layout_width">match_parent</item> - <item name="android:minHeight">@dimen/button_height</item> - <item name="android:paddingTop">0dp</item> - <item name="android:paddingBottom">0dp</item> - <item name="android:textAllCaps">false</item> - <item name="android:textColor">@color/white</item> - <item name="android:textSize">@dimen/text_medium_plus</item> - <item name="android:textStyle">bold</item> - </style> - <style name="GreenButton" - parent="Button"> - <item name="android:background">@drawable/green_button_background</item> - </style> - <style name="RedButton" - parent="Button"> - <item name="android:background">@drawable/red_button_background</item> - </style> - <style name="BlueButton" - parent="Button"> - <item name="android:background">@drawable/blue_button_background</item> - </style> - <style name="White20Button" - parent="Button"> - <item name="android:background">@drawable/white20_button_background</item> - </style> - <style name="SettingsHeader"> - <item name="android:textColor">@color/white</item> - <item name="android:textStyle">bold</item> - </style> - <style name="SettingsExpandedHeader" - parent="SettingsHeader"> - <item name="android:textSize">@dimen/text_huge</item> - </style> - <style name="SettingsCollapsedHeader" - parent="SettingsHeader"> - <item name="android:textSize">@dimen/text_medium</item> - </style> - <style name="TextAppearance.Mullvad" - parent="TextAppearance.AppCompat" /> - <style name="TextAppearance.Mullvad.Title1"> - <item name="android:textColor">@color/white</item> - <item name="android:textSize">@dimen/text_medium_plus</item> - </style> - <style name="TextAppearance.Mullvad.Title2"> - <item name="android:textColor">@color/white</item> - <item name="android:textSize">@dimen/text_medium</item> - </style> - <style name="TextAppearance.Mullvad.Small"> - <item name="android:textColor">@color/white60</item> - <item name="android:textSize">@dimen/text_small</item> - </style> - <style name="ListItem"> - <item name="android:layout_width">match_parent</item> - <item name="android:layout_height">wrap_content</item> - </style> - <style name="ListItem.DividerGroup"> - <item name="android:layout_height">@dimen/vertical_space</item> - </style> - <style name="ListItem.PlainText"> - <item name="android:focusable">false</item> - <item name="android:clickable">false</item> - <item name="android:paddingTop">5dp</item> - </style> - <style name="ListItem.Action"> - <item name="android:height">@dimen/cell_height</item> - <item name="android:layout_height">@dimen/cell_height</item> - <item name="android:background">@drawable/cell_button_background</item> - <item name="android:clickable">true</item> - <item name="android:focusable">true</item> - </style> - <style name="ListItem.Action.Application"> - <item name="android:background">@drawable/app_list_item_background</item> - </style> - <style name="ListItem.Action.Double"> - <item name="android:clickable">false</item> - <item name="android:focusable">false</item> - </style> - <style name="TextAppearance.Mullvad.CollapsingToolbar"> - <item name="android:textColor">@color/white</item> - </style> - <style name="TextAppearance.Mullvad.CollapsingToolbar.Expanded"> - <item name="android:textSize">30sp</item> - <item name="android:textStyle">bold</item> - </style> - <style name="TextAppearance.Mullvad.CollapsingToolbar.Collapsed"> - <item name="android:textSize">20sp</item> - <item name="android:textStyle">bold</item> - </style> - <!-- Switch Style --> - <style name="AppTheme.Switch"> - <item name="android:layout_width">@dimen/switch_width</item> - <item name="android:layout_height">@dimen/switch_height</item> - <item name="track">@drawable/switch_track</item> - <item name="android:thumb">@drawable/switch_thumb</item> - <item name="switchMinWidth">@dimen/switch_width</item> - <item name="showText">false</item> - </style> -</resources> |
