Added lightning bolt icon
This commit is contained in:
parent
cd241598d9
commit
83a564d51d
2 changed files with 16 additions and 0 deletions
9
app/src/main/res/drawable/ic_lightning_24dp.xml
Normal file
9
app/src/main/res/drawable/ic_lightning_24dp.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="12dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="12.0"
|
||||
android:viewportHeight="24.0">
|
||||
<path
|
||||
android:fillColor="@color/white"
|
||||
android:pathData="M0,14 h5 l-4,9 l11,-12 h-5 l4,-9 z"/>
|
||||
</vector>
|
|
@ -68,6 +68,13 @@
|
|||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="16dp"
|
||||
android:layout_height="30dp"
|
||||
app:srcCompat="@drawable/ic_lightning_24dp"
|
||||
app:layout_constraintStart_toStartOf="@id/toolbar_user_img"
|
||||
app:layout_constraintBottom_toBottomOf="@id/toolbar_user_img"/>
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
android:layout_height="20dp"
|
||||
|
|
Loading…
Reference in a new issue