diff --git a/app/build.gradle b/app/build.gradle index f37df0b2f..7cede827a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.schabi.newpipe" minSdkVersion 15 targetSdkVersion 23 - versionCode 7 - versionName "0.6.1" + versionCode 8 + versionName "0.6.2" } buildTypes { release { diff --git a/app/src/main/res/layout/fragment_videoitem_detail.xml b/app/src/main/res/layout/fragment_videoitem_detail.xml index 31f2ae0a3..b212bae70 100644 --- a/app/src/main/res/layout/fragment_videoitem_detail.xml +++ b/app/src/main/res/layout/fragment_videoitem_detail.xml @@ -35,7 +35,7 @@ @@ -80,14 +77,13 @@ android:layout_alignParentLeft="true" android:layout_alignParentStart="true" android:textStyle="bold" - android:paddingBottom="3dp" - android:textSize="@dimen/text_video_title_size" + android:textSize="@dimen/video_item_detail_title_text_size" android:textAppearance="?android:attr/textAppearanceLarge"/> - - + + -