From 07667f69c769a172bb4ad8ab33e9112f90895bdd Mon Sep 17 00:00:00 2001 From: Przemek Grondek Date: Thu, 31 Jul 2014 13:03:59 +0200 Subject: [PATCH] Coloring of actionbar --- app/src/main/AndroidManifest.xml | 3 ++- app/src/main/res/layout/fragment_entries.xml | 24 +++++++++----------- app/src/main/res/values/themes.xml | 15 ++++++++++++ 3 files changed, 28 insertions(+), 14 deletions(-) create mode 100644 app/src/main/res/values/themes.xml diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index a2d3054..199b74d 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -26,7 +26,8 @@ + android:label="@string/title_activity_entries" + android:theme="@style/EntriesTheme" > - - - - + > + + diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml new file mode 100644 index 0000000..c9512aa --- /dev/null +++ b/app/src/main/res/values/themes.xml @@ -0,0 +1,15 @@ + + + + + + + + + \ No newline at end of file