Skip to content

Commit

Permalink
- added an easy to see icon to know there's an update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakepurple13 committed Apr 9, 2021
1 parent e9fef28 commit 81c36e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions UIViews/src/main/res/drawable/ic_baseline_system_update_alt_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<vector android:height="24dp"
android:tint="#00E676"
android:viewportHeight="24"
android:viewportWidth="24"
android:width="24dp"
xmlns:android="http://schemas.android.com/apk/res/android">
<path
android:fillColor="@android:color/white"
android:pathData="M12,16.5l4,-4h-3v-9h-2v9L8,12.5l4,4zM21,3.5h-6v1.99h6v14.03L3,19.52L3,5.49h6L9,3.5L3,3.5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h18c1.1,0 2,-0.9 2,-2v-14c0,-1.1 -0.9,-2 -2,-2z" />
</vector>
1 change: 1 addition & 0 deletions UIViews/src/main/res/xml/root_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

<Preference
app:key="updateAvailable"
app:icon="@drawable/ic_baseline_system_update_alt_24"
app:title="Update Available" />

<Preference
Expand Down

0 comments on commit 81c36e7

Please sign in to comment.