Skip to content

Commit

Permalink
SVG Icons for pumps fragment tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Rig22 committed Dec 5, 2020
1 parent 5f14929 commit cad1fd2
Show file tree
Hide file tree
Showing 10 changed files with 527 additions and 0 deletions.
107 changes: 107 additions & 0 deletions app/src/main/res/drawable/ic_combo.xml

Large diffs are not rendered by default.

134 changes: 134 additions & 0 deletions app/src/main/res/drawable/ic_insight.xml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions app/src/main/res/layout/combopump_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,13 @@
android:layout_marginTop="5dp"
android:background="@color/listdelimiter" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_combo"
android:paddingTop="10dp" />

</LinearLayout>

</ScrollView>
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/res/layout/local_insight_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@
android:layout_height="wrap_content"
android:orientation="vertical" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_insight"
android:paddingTop="10dp" />

<Button
android:id="@+id/refresh"
android:layout_width="match_parent"
Expand Down
64 changes: 64 additions & 0 deletions core/src/main/res/drawable/ic_danars.xml

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions core/src/main/res/drawable/ic_veo.xml

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions dana/src/main/res/layout/danar_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,13 @@
android:layout_marginTop="5dp"
android:background="@color/listdelimiter" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_danars"
android:paddingTop="10dp" />

</LinearLayout>

</ScrollView>
Expand Down
7 changes: 7 additions & 0 deletions medtronic/src/main/res/layout/medtronic_fragment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,13 @@
android:layout_marginTop="5dp"
android:background="@color/listdelimiter" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_veo"
android:paddingTop="10dp" />

</LinearLayout>

</ScrollView>
Expand Down
16 changes: 16 additions & 0 deletions omnipod/src/main/res/drawable/ic_pod.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<vector android:height="100dp" android:viewportHeight="300"
android:viewportWidth="600" android:width="200dp"
xmlns:aapt="http://schemas.android.com/aapt" xmlns:android="http://schemas.android.com/apk/res/android">
<path android:fillColor="#ECEAEA" android:pathData="M411.289,65.354C411.289,33.007 385.027,6.746 352.681,6.746L247.319,6.746C214.973,6.746 188.712,33.007 188.712,65.354L188.712,188.517C193.017,247.003 244.956,292.245 300.001,293.234C360.483,294.322 404.28,250.6 411.289,177.261L411.289,65.354ZM203.602,127.702C206.584,127.702 209.006,130.112 209.006,133.082C209.006,136.05 206.584,138.461 203.602,138.461C200.621,138.461 198.199,136.05 198.199,133.082C198.199,130.112 200.621,127.702 203.602,127.702ZM395.088,127.702C398.07,127.702 400.491,130.112 400.491,133.082C400.491,136.05 398.07,138.461 395.088,138.461C392.105,138.461 389.684,136.05 389.684,133.082C389.684,130.112 392.105,127.702 395.088,127.702Z"/>
<path android:fillAlpha="0.69" android:fillColor="#FF000000" android:pathData="M259.21,260.186C232.069,251.413 212.395,225.696 212.395,195.371L212.395,57.139C212.395,45.405 221.822,35.878 233.433,35.878L363.581,35.878C374.869,35.878 384.032,45.14 384.032,56.547L384.032,195.481C384.032,232.97 353.918,263.405 316.824,263.405L307.316,263.405C304.305,257.583 294.099,253.294 281.987,253.294C272.244,253.294 263.734,256.07 259.21,260.186Z"/>
<path android:pathData="M260.272,258.897C233.849,250.252 214.696,224.908 214.696,195.025L214.696,58.803C214.696,47.24 223.873,37.851 235.176,37.851L361.881,37.851C372.87,37.851 381.791,46.979 381.791,58.22L381.791,195.133C381.791,232.077 352.473,262.069 316.361,262.069L307.105,262.069C304.173,256.332 294.238,252.105 282.446,252.105C272.961,252.105 264.676,254.841 260.272,258.897Z">
<aapt:attr name="android:fillColor">
<gradient android:endX="381.7901" android:endY="149.96077"
android:startX="214.69576" android:startY="149.96077" android:type="linear">
<item android:color="#FFFFFFFF" android:offset="0"/>
<item android:color="#FFB3B3B3" android:offset="1"/>
</gradient>
</aapt:attr>
</path>
<path android:fillColor="#464646" android:pathData="M307.414,263.752C307.845,257.484 297.386,251.659 284.055,250.743C270.723,249.826 259.565,254.165 259.134,260.433L284.009,261.633L307.414,263.752Z"/>
</vector>
7 changes: 7 additions & 0 deletions omnipod/src/main/res/layout/omnipod_overview.xml
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,13 @@
android:layout_marginBottom="5dp"
android:background="@color/listdelimiter" />

<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:drawableTop="@drawable/ic_pod"
android:paddingTop="10dp" />

</LinearLayout>

</ScrollView>
Expand Down

0 comments on commit cad1fd2

Please sign in to comment.