mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
minor changes
This commit is contained in:
parent
403d2dd595
commit
9f69da13a6
@ -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)
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user