Skip to content
Snippets Groups Projects
Commit 379f37fa authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Evenly space the different levels of RSSI wedges." into main

parents d6a96e4b 814354ef
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7v13H7L20,7 M22,2L2,22h20V2L22,2z" />
<path
android:fillColor="@android:color/white"
android:pathData="M 11 13 L 2 22 L 11 22 Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 1 bar. move to higher ground. -->
<path
android:name="ic_signal_cellular_1_4_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H11 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
......@@ -22,7 +22,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7V20H7L20,7m2-5L2,22H22V2Z" />
<path
android:fillColor="@android:color/white"
android:pathData="M8.72,15.28,2,22H8.72V15.28Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 1 bar. might have to call you back. -->
<path
android:name="ic_signal_cellular_1_5_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H12 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
......@@ -22,7 +22,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7v13H7L20,7 M22,2L2,22h20V2L22,2z" />
<path
android:fillColor="@android:color/white"
android:pathData="M 13 11 L 2 22 L 13 22 Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 2 bars. 2 out of 4 ain't bad. -->
<path
android:name="ic_signal_cellular_2_4_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H14 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
......@@ -23,7 +23,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7V20H7L20,7m2-5L2,22H22V2Z" />
<path
android:fillColor="@android:color/white"
android:pathData="M 11.45 12.55 L 2 22 L 11.45 22 L 11.45 12.55 Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 2 bars. hanging in there. -->
<path
android:name="ic_signal_cellular_2_5_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H14 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
......@@ -22,7 +22,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7v13H7L20,7 M22,2L2,22h20V2L22,2z" />
<path
android:fillColor="@android:color/white"
android:pathData="M 2 22 L 16 22 L 16 21 L 16 20 L 16 11 L 16 10 L 16 8 Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 3 bars. quite nice. -->
<path
android:name="ic_signal_cellular_3_4_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H17 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
......@@ -22,7 +22,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7V20H7L20,7m2-5L2,22H22V2Z" />
<path
android:fillColor="@android:color/white"
android:pathData="M 14.96 9.04 L 2 22 L 14.96 22 L 14.96 9.04 Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 3 bars. not great, not terrible. -->
<path
android:name="ic_signal_cellular_3_5_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H16 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
......@@ -22,7 +22,11 @@
<path
android:fillColor="@android:color/white"
android:pathData="M20,7V20H7L20,7m2-5L2,22H22V2Z" />
<path
android:fillColor="@android:color/white"
android:pathData="M 18.48 5.52 L 2 22 L 18.48 22 L 18.48 5.52 Z" />
<clip-path android:name="triangle" android:pathData="M20,7v13H7L20,7z">
<!-- 4 bars. extremely respectable. -->
<path
android:name="ic_signal_cellular_4_5_bar"
android:fillColor="@android:color/white"
android:pathData="M6,0 H18 V20 H6 z" />
</clip-path>
</vector>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment