Skip to content

Commit ff30b7d

Browse files
committed
Merge pull request #30 from darkon5/master
Update video search list
2 parents 4be3b54 + fc7f5c4 commit ff30b7d

2 files changed

Lines changed: 13 additions & 6 deletions

File tree

app/src/main/res/layout/video_item.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,21 @@
88

99
<ImageView android:id="@+id/itemThumbnailView"
1010
android:layout_width="125dp"
11-
android:layout_height="70dp"
11+
android:layout_height="80dp"
1212
android:layout_alignParentLeft="true"
1313
android:layout_alignParentTop="true"
1414
android:src="@drawable/dummi_thumbnail"/>
1515

1616
<TextView android:id="@+id/itemVideoTitleView"
1717
android:layout_width="wrap_content"
18-
android:layout_height="55dp"
18+
android:layout_height="60dp"
1919
android:layout_toRightOf="@id/itemThumbnailView"
2020
android:layout_alignParentTop="true"
2121
android:paddingLeft="6dp"
22-
android:textAppearance="?android:attr/textAppearanceLarge" />
22+
android:textAppearance="?android:attr/textAppearanceLarge"
23+
android:textSize="@dimen/text_search_title_size"
24+
android:textStyle="bold"
25+
/>
2326

2427
<TextView android:id="@+id/itemUploaderView"
2528
android:layout_width="wrap_content"
@@ -32,10 +35,10 @@
3235
<TextView android:id="@+id/itemDurationView"
3336
android:layout_width="wrap_content"
3437
android:layout_height="wrap_content"
35-
android:layout_toRightOf="@id/itemThumbnailView"
36-
android:layout_below="@id/itemUploaderView"
38+
android:layout_toRightOf="@id/itemUploaderView"
39+
android:layout_below="@id/itemVideoTitleView"
3740
android:paddingLeft="6dp"
38-
android:textAppearance="?android:attr/textAppearanceMedium"/>
41+
android:textAppearance="?android:attr/textAppearanceSmall"/>
3942

4043

4144

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<resources>
3+
<dimen name="text_search_title_size">16sp</dimen>
4+
</resources>

0 commit comments

Comments
 (0)