Loading packages/SystemUI/res/layout/signal_cluster_view.xml +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ android:layout_width="wrap_content" android:paddingEnd="6dp" android:src="@drawable/stat_sys_vpn_ic" android:contentDescription="@string/accessibility_vpn_on" /> <FrameLayout android:id="@+id/ethernet_combo" Loading packages/SystemUI/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,9 @@ <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_airplane_mode">Airplane mode.</string> <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_vpn_on">VPN on.</string> <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_no_sims">No SIM card.</string> Loading Loading
packages/SystemUI/res/layout/signal_cluster_view.xml +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ android:layout_width="wrap_content" android:paddingEnd="6dp" android:src="@drawable/stat_sys_vpn_ic" android:contentDescription="@string/accessibility_vpn_on" /> <FrameLayout android:id="@+id/ethernet_combo" Loading
packages/SystemUI/res/values/strings.xml +3 −0 Original line number Diff line number Diff line Loading @@ -390,6 +390,9 @@ <!-- Content description of the airplane mode icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_airplane_mode">Airplane mode.</string> <!-- Content description of the VPN icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_vpn_on">VPN on.</string> <!-- Content description of the no sim icon for accessibility (not shown on the screen). [CHAR LIMIT=NONE] --> <string name="accessibility_no_sims">No SIM card.</string> Loading