forked from mirror/monocles_chat_clean
update fork #128
3 changed files with 7 additions and 2 deletions
Replace 'Add Story' icon with 'Add a Photo' icon
commit
18ff45e1b3
5
src/main/res/drawable/outline_add_a_photo_24.xml
Normal file
5
src/main/res/drawable/outline_add_a_photo_24.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="?colorControlNormal" android:viewportHeight="960" android:viewportWidth="960" android:width="24dp">
|
||||
|
||||
<path android:fillColor="@android:color/white" android:pathData="M440,520L440,520L440,520L440,520L440,520L440,520Q440,520 440,520Q440,520 440,520L440,520Q440,520 440,520Q440,520 440,520L440,520Q440,520 440,520Q440,520 440,520L440,520L440,520ZM120,840Q87,840 63.5,816.5Q40,793 40,760L40,280Q40,247 63.5,223.5Q87,200 120,200L246,200L320,120L560,120L560,200L355,200L282,280L120,280Q120,280 120,280Q120,280 120,280L120,760Q120,760 120,760Q120,760 120,760L760,760Q760,760 760,760Q760,760 760,760L760,400L840,400L840,760Q840,793 816.5,816.5Q793,840 760,840L120,840ZM760,280L760,200L680,200L680,120L760,120L760,40L840,40L840,120L920,120L920,200L840,200L840,280L760,280ZM440,700Q515,700 567.5,647.5Q620,595 620,520Q620,445 567.5,392.5Q515,340 440,340Q365,340 312.5,392.5Q260,445 260,520Q260,595 312.5,647.5Q365,700 440,700ZM440,620Q398,620 369,591Q340,562 340,520Q340,478 369,449Q398,420 440,420Q482,420 511,449Q540,478 540,520Q540,562 511,591Q482,620 440,620Z"/>
|
||||
|
||||
</vector>
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
android:layout_gravity="end|bottom"
|
||||
android:layout_marginEnd="16dp"
|
||||
android:layout_marginBottom="92dp"
|
||||
app:srcCompat="@drawable/outline_amp_stories_24" />
|
||||
app:srcCompat="@drawable/outline_add_a_photo_24" />
|
||||
|
||||
<com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton
|
||||
android:id="@+id/fab"
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
app:showAsAction="ifRoom" />
|
||||
<item
|
||||
android:id="@+id/action_add_story"
|
||||
android:icon="@drawable/outline_amp_stories_24"
|
||||
android:icon="@drawable/outline_add_a_photo_24"
|
||||
android:orderInCategory="2"
|
||||
android:title="@string/add_story"
|
||||
android:visible="false"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue