aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values/refs.xml
blob: 46592ab7c6443a975a5126c5543ba6b5cd8f3ed6 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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_list</item>

</resources>