diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-12 16:51:27 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-12 16:51:27 -0700 |
commit | a17ae247c496d2ec8038f36428812f3c2e410d87 (patch) | |
tree | 310e5a4d49a08dd8dcf876cd8768ce0053ba2df0 /app/src/main/res/values/ids.xml | |
parent | 605a08c2e2e8634263d7626cf7471310add3acb2 (diff) | |
download | frost-a17ae247c496d2ec8038f36428812f3c2e410d87.tar.gz frost-a17ae247c496d2ec8038f36428812f3c2e410d87.tar.bz2 frost-a17ae247c496d2ec8038f36428812f3c2e410d87.zip |
Add kau and web scrolling
Diffstat (limited to 'app/src/main/res/values/ids.xml')
-rw-r--r-- | app/src/main/res/values/ids.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/values/ids.xml b/app/src/main/res/values/ids.xml index 8df89eb6..76a167af 100644 --- a/app/src/main/res/values/ids.xml +++ b/app/src/main/res/values/ids.xml @@ -1,4 +1,14 @@ <?xml version="1.0" encoding="utf-8"?> <resources> <item name="item_account" type="id" /> + <item name="pref_item_header" type="id" /> + <item name="pref_item_text" type="id" /> + <item name="pref_item_checkbox" type="id" /> + + <item name="pref_view_title" type="id" /> + <item name="pref_view_desc" type="id" /> + <item name="pref_view_icon" type="id" /> + <item name="pref_view_icon_frame" type="id" /> + <item name="pref_view_inner_frame" type="id" /> + <item name="pref_view_checkbox" type="id" /> </resources>
\ No newline at end of file |