From ca741ed1247a70113a737d42be4334d640e15c6b Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Fri, 6 Mar 2015 16:21:50 +0100 Subject: [PATCH] Fix transparent background for settings on tablets --- res/layout-sw533dp-land/settings.xml | 16 ++++++++++++++++ res/layout-sw720dp-land/settings.xml | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 res/layout-sw533dp-land/settings.xml create mode 100644 res/layout-sw720dp-land/settings.xml diff --git a/res/layout-sw533dp-land/settings.xml b/res/layout-sw533dp-land/settings.xml new file mode 100644 index 000000000..b6b4694a1 --- /dev/null +++ b/res/layout-sw533dp-land/settings.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file diff --git a/res/layout-sw720dp-land/settings.xml b/res/layout-sw720dp-land/settings.xml new file mode 100644 index 000000000..b6b4694a1 --- /dev/null +++ b/res/layout-sw720dp-land/settings.xml @@ -0,0 +1,16 @@ + + + + + + \ No newline at end of file