Change stories camera fab icon to outline.
This commit is contained in:
parent
9748f1cff8
commit
0504161b04
2 changed files with 10 additions and 1 deletions
9
app/src/main/res/drawable/ic_camera_outline_24.xml
Normal file
9
app/src/main/res/drawable/ic_camera_outline_24.xml
Normal file
|
@ -0,0 +1,9 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:width="24dp"
|
||||
android:height="24dp"
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:fillColor="#FF000000"
|
||||
android:pathData="M14.279,3l2,2.5H18.5a3,3 0,0 1,3 3v9a3,3 0,0 1,-3 3H5.5a3,3 0,0 1,-3 -3v-9a3,3 0,0 1,3 -3H7.721l2,-2.5h4.558m0,-1.5H9.721a1.5,1.5 0,0 0,-1.171 0.563L7,4H5.5A4.5,4.5 0,0 0,1 8.5v9A4.5,4.5 0,0 0,5.5 22h13A4.5,4.5 0,0 0,23 17.5v-9A4.5,4.5 0,0 0,18.5 4H17L15.45,2.063A1.5,1.5 0,0 0,14.279 1.5ZM12,8a4.5,4.5 0,1 1,-4.5 4.5A4.505,4.505 0,0 1,12 8m0,-1.5a6,6 0,1 0,6 6,6 6,0 0,0 -6,-6Z"/>
|
||||
</vector>
|
|
@ -36,7 +36,7 @@
|
|||
app:backgroundTint="@color/signal_colorSecondaryContainer"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:srcCompat="@drawable/ic_camera_solid_white_24"
|
||||
app:srcCompat="@drawable/ic_camera_outline_24"
|
||||
app:tint="@color/signal_colorOnSecondaryContainer" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Add table
Reference in a new issue