From 1754a88ac39e061dd36afd72f8a04e8d5e59751c Mon Sep 17 00:00:00 2001 From: Vincent Breitmoser Date: Tue, 17 Nov 2015 00:58:22 +0100 Subject: inline-ttl: create ttl choice customization setting activity --- .../src/main/res/layout/settings_cache_ttl.xml | 71 ++++++++++++++++++++++ .../res/layout/settings_cache_ttl_fragment.xml | 7 +++ .../main/res/layout/settings_cache_ttl_item.xml | 36 +++++++++++ 3 files changed, 114 insertions(+) create mode 100644 OpenKeychain/src/main/res/layout/settings_cache_ttl.xml create mode 100644 OpenKeychain/src/main/res/layout/settings_cache_ttl_fragment.xml create mode 100644 OpenKeychain/src/main/res/layout/settings_cache_ttl_item.xml (limited to 'OpenKeychain/src/main/res/layout') diff --git a/OpenKeychain/src/main/res/layout/settings_cache_ttl.xml b/OpenKeychain/src/main/res/layout/settings_cache_ttl.xml new file mode 100644 index 000000000..2b0a3d7eb --- /dev/null +++ b/OpenKeychain/src/main/res/layout/settings_cache_ttl.xml @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/settings_cache_ttl_fragment.xml b/OpenKeychain/src/main/res/layout/settings_cache_ttl_fragment.xml new file mode 100644 index 000000000..4a34bc5bc --- /dev/null +++ b/OpenKeychain/src/main/res/layout/settings_cache_ttl_fragment.xml @@ -0,0 +1,7 @@ + + + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/layout/settings_cache_ttl_item.xml b/OpenKeychain/src/main/res/layout/settings_cache_ttl_item.xml new file mode 100644 index 000000000..039f07b24 --- /dev/null +++ b/OpenKeychain/src/main/res/layout/settings_cache_ttl_item.xml @@ -0,0 +1,36 @@ + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3