From 98f8cb64cfcfd4137ddbeb2e5560e990bae3df83 Mon Sep 17 00:00:00 2001 From: David Hamm Date: Sat, 11 Jul 2015 15:42:44 +0200 Subject: [PATCH] user stylable title --- app/src/main/res/values/styles.xml | 8 +++++++- lib/src/main/res/layout/fragment_integer_page.xml | 11 +++++++++-- .../res/layout/fragment_multi_fixed_choice_page.xml | 12 ++++++++++-- .../fragment_single_fixed_choice_branch_page.xml | 12 ++++++++++-- .../layout/fragment_single_fixed_choice_page.xml | 12 ++++++++++-- lib/src/main/res/values-v16/styles.xml | 7 +------ lib/src/main/res/values/attrs.xml | 5 +++++ lib/src/main/res/values/styles.xml | 13 +------------ 8 files changed, 53 insertions(+), 27 deletions(-) create mode 100644 lib/src/main/res/values/attrs.xml diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 6970d6a..a641f20 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,5 +1,11 @@ - + + diff --git a/lib/src/main/res/layout/fragment_integer_page.xml b/lib/src/main/res/layout/fragment_integer_page.xml index b818010..453eeb3 100644 --- a/lib/src/main/res/layout/fragment_integer_page.xml +++ b/lib/src/main/res/layout/fragment_integer_page.xml @@ -1,12 +1,19 @@ diff --git a/lib/src/main/res/values/attrs.xml b/lib/src/main/res/values/attrs.xml new file mode 100644 index 0000000..a6c6662 --- /dev/null +++ b/lib/src/main/res/values/attrs.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/lib/src/main/res/values/styles.xml b/lib/src/main/res/values/styles.xml index e930d79..6d65663 100644 --- a/lib/src/main/res/values/styles.xml +++ b/lib/src/main/res/values/styles.xml @@ -3,19 +3,8 @@ -