diff --git a/android/sdremote/res/.gitignore b/android/sdremote/res/.gitignore index 95f74386dc45..b1effe5bdbf4 100644 --- a/android/sdremote/res/.gitignore +++ b/android/sdremote/res/.gitignore @@ -1,2 +1,5 @@ +# Ignore values-* folders as to avoid inadvertently adding any translations +# (which end up in values-[langcode] directories). /values-* !/values-v10 +!/values-xlarge diff --git a/android/sdremote/res/layout-land/fragment_slides_pager.xml b/android/sdremote/res/layout-land/fragment_slides_pager.xml index 22f60007d009..340a4623246b 100644 --- a/android/sdremote/res/layout-land/fragment_slides_pager.xml +++ b/android/sdremote/res/layout-land/fragment_slides_pager.xml @@ -40,7 +40,8 @@ + android:paddingTop="@dimen/padding_header" + android:textSize="@dimen/text_size_notes"/> + android:layout_height="wrap_content" + android:textSize="@dimen/text_size_notes"/> + android:layout_height="wrap_content" + android:textSize="@dimen/text_size_notes"/> diff --git a/android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml b/android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml new file mode 100644 index 000000000000..ffd97c4232ae --- /dev/null +++ b/android/sdremote/res/layout-xlarge-land/fragment_slides_pager.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/android/sdremote/res/layout/fragment_slides_pager.xml b/android/sdremote/res/layout/fragment_slides_pager.xml index 3a9ebb618e5f..8ecb8c98abb6 100644 --- a/android/sdremote/res/layout/fragment_slides_pager.xml +++ b/android/sdremote/res/layout/fragment_slides_pager.xml @@ -42,7 +42,8 @@ + android:paddingTop="@dimen/padding_header" + android:textSize="@dimen/text_size_notes"/> + android:layout_height="wrap_content" + android:textSize="@dimen/text_size_notes"/> + android:layout_height="wrap_content" + android:textSize="@dimen/text_size_notes"/> diff --git a/android/sdremote/res/values-xlarge/dimens.xml b/android/sdremote/res/values-xlarge/dimens.xml new file mode 100644 index 000000000000..5771b36001ec --- /dev/null +++ b/android/sdremote/res/values-xlarge/dimens.xml @@ -0,0 +1,6 @@ + + + + 22sp + + \ No newline at end of file diff --git a/android/sdremote/res/values/dimens.xml b/android/sdremote/res/values/dimens.xml index 82013fb011ef..6862d4fd4568 100644 --- a/android/sdremote/res/values/dimens.xml +++ b/android/sdremote/res/values/dimens.xml @@ -18,6 +18,8 @@ --> + 14sp +