Merge "[Mobile] Show the roaming icon in the top-right on RTL." into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
370fbcc548
@@ -67,6 +67,8 @@
|
||||
|
||||
<!-- SignalDrawable -->
|
||||
<dimen name="signal_icon_size">15dp</dimen>
|
||||
<!-- The size of the roaming icon in the top-left corner of the signal icon. -->
|
||||
<dimen name="signal_icon_size_roaming">8dp</dimen>
|
||||
|
||||
<!-- Size of nearby icon -->
|
||||
<dimen name="bt_nearby_icon_size">24dp</dimen>
|
||||
|
||||
@@ -78,6 +78,7 @@
|
||||
android:id="@+id/mobile_roaming"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="top|start"
|
||||
android:src="@drawable/stat_sys_roaming"
|
||||
android:contentDescription="@string/data_connection_roaming"
|
||||
android:visibility="gone" />
|
||||
|
||||
@@ -14,10 +14,10 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="@dimen/signal_icon_size"
|
||||
android:height="@dimen/signal_icon_size"
|
||||
android:viewportWidth="17"
|
||||
android:viewportHeight="17">
|
||||
android:width="@dimen/signal_icon_size_roaming"
|
||||
android:height="@dimen/signal_icon_size_roaming"
|
||||
android:viewportWidth="8"
|
||||
android:viewportHeight="8">
|
||||
|
||||
<path
|
||||
android:fillColor="#FFFFFFFF"
|
||||
|
||||
Reference in New Issue
Block a user