Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1fdcab07 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Display H icon for HSPA RAT's"

parents bd8f37de 11aeb8da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="30dp"
    android:width="22dp"
    android:height="27dp"
    android:viewportWidth="30"
    android:viewportHeight="27">
+3 −3
Original line number Diff line number Diff line
@@ -28,10 +28,10 @@
  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="30dp"
    android:height="27dp"
    android:height="14dp"
    android:viewportHeight="24.0"
    android:viewportWidth="30"
    android:viewportHeight="27" >
    android:width="15dp" >

    <path
        android:fillColor="#FFFFFF"
+4 −4
Original line number Diff line number Diff line
@@ -14,10 +14,10 @@ Copyright (C) 2014 The Android Open Source Project
    limitations under the License.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="9.208dp"
    android:height="17dp"
    android:viewportHeight="24.0"
    android:viewportWidth="13.0"
        android:viewportHeight="24.0">
    android:width="8dp" >
    <path
        android:fillColor="#FFFFFFFF"
        android:pathData="M2.000000,9.700000l2.000000,0.000000L4.000000,11.000000L0.300000,11.000000L0.300000,2.500000L2.000000,2.500000L2.000000,9.700000z"/>
+4 −4
Original line number Diff line number Diff line
@@ -28,10 +28,10 @@
  IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="30dp"
    android:height="27dp"
    android:viewportWidth="30"
    android:viewportHeight="27">
      android:width="16.5dp"
      android:height="12dp"
      android:viewportWidth="45"
      android:viewportHeight="24.0">

    <path
        android:fillColor="#FFFFFF"
+5 −1
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
        <!--NETWORK_TYPE_EVDO_B-->
        <item>drawable/stat_sys_data_fully_connected_3g</item>
        <!--NETWORK_TYPE_LTE-->
        <item>drawable/stat_sys_data_fully_connected_3g</item>
        <item>drawable/stat_sys_data_fully_connected_lte</item>
        <!--NETWORK_TYPE_EHRPD-->
        <item>drawable/stat_sys_data_fully_connected_3g</item>
        <!--NETWORK_TYPE_HSPAP-->
@@ -104,6 +104,8 @@
        <item>drawable/stat_sys_data_fully_connected_3g</item>
        <!--NETWORK_TYPE_IWLAN-->
        <item>0</item>
        <!--NETWORK_TYPE_LTE_CA-->
        <item>drawable/stat_sys_data_fully_connected_lte_plus</item>
    </string-array>

    <!--reserved for overlay-->
@@ -163,6 +165,8 @@
        <item>string/accessibility_data_connection_3g</item>
        <!--NETWORK_TYPE_IWLAN-->
        <item>0</item>
        <!--NETWORK_TYPE_LTE_CA-->
        <item>string/accessibility_data_connection_lte_plus</item>
    </string-array>

    <string-array name="telephony_data_type_generation_description">
Loading