diff options
author | Allan Wang <me@allanwang.ca> | 2017-06-27 20:00:44 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2017-06-27 20:00:44 -0700 |
commit | a6ee77a4f1d78252b15059d51f2533fa03483d8c (patch) | |
tree | b27b4a9cddfccce6f1edcdcdffba92c08bf33642 /library/src/main/res/values/ids.xml | |
parent | 8179e50208192e2b18b4df3bfc100d9cf779891a (diff) | |
download | kau-a6ee77a4f1d78252b15059d51f2533fa03483d8c.tar.gz kau-a6ee77a4f1d78252b15059d51f2533fa03483d8c.tar.bz2 kau-a6ee77a4f1d78252b15059d51f2533fa03483d8c.zip |
Testing about activity and chained adapters
Diffstat (limited to 'library/src/main/res/values/ids.xml')
-rw-r--r-- | library/src/main/res/values/ids.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/src/main/res/values/ids.xml b/library/src/main/res/values/ids.xml index cda9faa..a21175a 100644 --- a/library/src/main/res/values/ids.xml +++ b/library/src/main/res/values/ids.xml @@ -8,4 +8,6 @@ <item name="kau_item_pref_sub_item" type="id" /> <item name="kau_item_pref_plain_text" type="id" /> <item name="kau_item_search" type="id" /> + <item name="kau_item_about_library" type="id" /> + <item name="kau_item_about_main" type="id" /> </resources>
\ No newline at end of file |