-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
58efc83
commit ea069bb
Showing
3 changed files
with
262 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 1 addition & 3 deletions
4
core/model/src/main/java/store/newsbriefing/app/core/model/Scrap.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
package store.newsbriefing.app.core.model | ||
|
||
import java.time.ZonedDateTime | ||
|
||
data class Scrap( | ||
val briefingId: Int, | ||
val ranks: Int, | ||
val title: String, | ||
val subtitle: String, | ||
val date: ZonedDateTime, | ||
val date: String, | ||
val gptModel: String, | ||
val timeOfDay: String, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="33dp" | ||
android:height="33dp" | ||
android:viewportWidth="33" | ||
android:viewportHeight="33"> | ||
<path | ||
android:pathData="M11,9L3,17L11,25" | ||
android:strokeLineJoin="round" | ||
android:strokeWidth="1.5" | ||
android:fillColor="#00000000" | ||
android:strokeColor="#000000" | ||
android:strokeLineCap="round"/> | ||
</vector> |