diff --git a/.gitignore b/.gitignore
index f6e554c09..42caadb93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/captures
/app/app.iml
/.idea
+/*.iml
diff --git a/app/src/main/res/drawable/durationback.xml b/app/src/main/res/drawable/durationback.xml
deleted file mode 100644
index 5acfec6c6..000000000
--- a/app/src/main/res/drawable/durationback.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout-land/fragment_videoitem_detail.xml b/app/src/main/res/layout-land/fragment_videoitem_detail.xml
index c0c4938d1..0ff3bfe19 100644
--- a/app/src/main/res/layout-land/fragment_videoitem_detail.xml
+++ b/app/src/main/res/layout-land/fragment_videoitem_detail.xml
@@ -3,8 +3,9 @@
@@ -19,125 +20,131 @@
android:id="@+id/detailMainContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:textIsSelectable="true"
android:visibility="invisible">
+ android:layout_height="wrap_content">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+ android:layout_below="@id/detailVideoInfo" >
-
-
+ android:layout_below="@id/detailNextVideoTitle">
-
-
-
-
diff --git a/app/src/main/res/layout-sw600dp/fragment_videoitem_detail.xml b/app/src/main/res/layout-sw600dp/fragment_videoitem_detail.xml
index c0c4938d1..33edf8ab9 100644
--- a/app/src/main/res/layout-sw600dp/fragment_videoitem_detail.xml
+++ b/app/src/main/res/layout-sw600dp/fragment_videoitem_detail.xml
@@ -3,8 +3,9 @@
@@ -19,125 +20,131 @@
android:id="@+id/detailMainContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:textIsSelectable="true"
android:visibility="invisible">
+ android:layout_height="wrap_content">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+ android:layout_below="@id/detailVideoInfo" >
-
-
+ android:layout_below="@id/detailNextVideoTitle">
-
-
-
-
-
diff --git a/app/src/main/res/layout/fragment_videoitem_detail.xml b/app/src/main/res/layout/fragment_videoitem_detail.xml
index 698883608..f8e3224c0 100644
--- a/app/src/main/res/layout/fragment_videoitem_detail.xml
+++ b/app/src/main/res/layout/fragment_videoitem_detail.xml
@@ -26,152 +26,145 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
-
+ android:layout_height="wrap_content">
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
+
+
+
+
+
+
+
+ android:paddingTop="10dp"
+ android:paddingBottom="10dp"
+ android:paddingLeft="5dp"
+ android:paddingRight="5dp"
+ android:layout_below="@id/detailVideoInfo" >
-
-
+ android:layout_below="@id/detailNextVideoTitle">
-
-
-
-
-
diff --git a/app/src/main/res/layout/video_item.xml b/app/src/main/res/layout/video_item.xml
index e20e38ce2..eb376c53f 100644
--- a/app/src/main/res/layout/video_item.xml
+++ b/app/src/main/res/layout/video_item.xml
@@ -3,12 +3,13 @@
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
- android:layout_height="match_parent"
+ android:layout_height="92dp"
android:padding="6dp">
@@ -42,7 +40,6 @@
android:layout_height="wrap_content"
android:layout_toRightOf="@id/itemThumbnailView"
android:layout_below="@id/itemUploaderView"
- android:paddingLeft="6dp"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/text_search_uploadtime_size"
/>
@@ -52,16 +49,16 @@
android:layout_height="wrap_content"
android:layout_alignBottom="@id/itemThumbnailView"
android:layout_alignRight="@id/itemThumbnailView"
- android:layout_marginRight="6dp"
- android:layout_marginBottom="12dp"
- android:paddingLeft="3dp"
- android:paddingRight="3dp"
+ android:layout_marginRight="2dp"
+ android:layout_marginBottom="2dp"
android:paddingTop="1dp"
android:paddingBottom="1dp"
+ android:paddingRight="5dp"
+ android:paddingLeft="5dp"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textSize="@dimen/text_search_duration_size"
- android:background="@drawable/durationback"
- android:textColor="#f7f7f7"
+ android:background="@color/durationBackground"
+ android:textColor="@color/durationText"
android:text="duration"
/>
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 93a3a82d1..610d00f89 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -3,5 +3,7 @@
#cd322e
#bc211d
#000000
+ #aa000000
+ #eeffffff
#66000000
\ No newline at end of file
diff --git a/app/src/main/res/values/dimentxt.xml b/app/src/main/res/values/dimentxt.xml
index 135a0e1cd..7d9242073 100644
--- a/app/src/main/res/values/dimentxt.xml
+++ b/app/src/main/res/values/dimentxt.xml
@@ -4,10 +4,26 @@
11sp
12sp
12sp
- 14sp
- 14sp
+
+ 18sp
+ 14sp
12sp
14sp
- 14sp
+ 14sp
14sp
+
+
+ 20sp
+ 16sp
+ 14sp
+ 16sp
+ 16sp
+ 16sp
+
+ 24sp
+ 18sp
+ 16sp
+ 18sp
+ 18sp
+ 18sp
\ No newline at end of file