Merge pull request #305 from Bnyro/master

minor changes
This commit is contained in:
Bnyro 2022-05-24 08:43:12 +02:00 committed by GitHub
commit a6a81028e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -9,11 +9,12 @@ data class Comment(
val commentText: String?,
val commentedTime: String?,
val commentorUrl: String?,
val repliesPage: String?,
val hearted: Boolean?,
val likeCount: Int?,
val pinned: Boolean?,
val thumbnail: String?,
val verified: Boolean?
) {
constructor() : this("", "", "", "", "", null, 0, null, "", null)
constructor() : this("", "", "", "", "", "", null, 0, null, "", null)
}

View File

@ -37,9 +37,9 @@
android:layout_height="wrap_content"
android:layout_marginStart="10dp"
android:layout_marginTop="10dp"
android:layout_marginEnd="28dp"
android:layout_marginEnd="30dp"
android:text="Video Title"
android:textSize="20sp" />
android:textSize="18sp" />
<ImageView