Skip to content

Commit fd11539

Browse files
committed
Updated dimentxt and video_item
1 parent 7e5ec24 commit fd11539

3 files changed

Lines changed: 33 additions & 7 deletions

File tree

.idea/misc.xml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +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"
2222
android:textAppearance="?android:attr/textAppearanceLarge"
23-
android:textSize="@dimen/text_search_title"/> />
23+
android:textSize="@dimen/text_search_title_size"
24+
android:textStyle="bold"
25+
/>
2426

2527
<TextView android:id="@+id/itemUploaderView"
2628
android:layout_width="wrap_content"
@@ -33,10 +35,10 @@
3335
<TextView android:id="@+id/itemDurationView"
3436
android:layout_width="wrap_content"
3537
android:layout_height="wrap_content"
36-
android:layout_toRightOf="@id/itemThumbnailView"
37-
android:layout_below="@id/itemUploaderView"
38+
android:layout_toRightOf="@id/itemUploaderView"
39+
android:layout_below="@id/itemVideoTitleView"
3840
android:paddingLeft="6dp"
39-
android:textAppearance="?android:attr/textAppearanceMedium"/>
41+
android:textAppearance="?android:attr/textAppearanceSmall"/>
4042

4143

4244

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<dimen name="text_search_title">16sp</dimen>
3+
<dimen name="text_search_title_size">16sp</dimen>
44
</resources>

0 commit comments

Comments
 (0)