diff options
Diffstat (limited to 'app/src/main/res/values-large/refs.xml')
-rw-r--r-- | app/src/main/res/values-large/refs.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/src/main/res/values-large/refs.xml b/app/src/main/res/values-large/refs.xml new file mode 100644 index 00000000..975e10fa --- /dev/null +++ b/app/src/main/res/values-large/refs.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + + <!-- + Layout alias to replace the single-pane version of the layout with a + two-pane version on Large screens. + + For more on layout aliases, see: + http://developer.android.com/training/multiscreen/screensizes.html#TaskUseAliasFilters + --> + + <item name="fragment_password" type="layout">@layout/fragment_password_grid</item> + +</resources>
\ No newline at end of file |