Skip to content

Commit 69177a6

Browse files
committed
avoid merge conflicts
1 parent bbe9d50 commit 69177a6

File tree

3 files changed

+14
-0
lines changed

3 files changed

+14
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package com.google.firebase.quickstart.ai.feature.media.imagen
2+
3+
enum class EditingMode {
4+
GENERATE,
5+
INPAINTING,
6+
OUTPAINTING,
7+
SUBJECT_REFERENCE,
8+
STYLE_TRANSFER,
9+
}
141 KB
Loading
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="#000000" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">
2+
3+
<path android:fillColor="@android:color/white" android:pathData="M8.71,11.71l2.59,2.59c0.39,0.39 1.02,0.39 1.41,0l2.59,-2.59c0.63,-0.63 0.18,-1.71 -0.71,-1.71H9.41c-0.89,0 -1.33,1.08 -0.7,1.71z"/>
4+
5+
</vector>

0 commit comments

Comments
 (0)