From 70d6203fdbdf3375fb9fec602bfb7b150d580285 Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Sun, 15 Feb 2015 01:22:15 -0500 Subject: [PATCH] layout changes for a modern, cleaner (purple!) look --- res/drawable/button.xml | 37 +++++++++++++++++++++++++++++++++++++ res/drawable/button_off.xml | 37 +++++++++++++++++++++++++++++++++++++ res/drawable/toggle.xml | 8 ++++++++ res/layout/layout_main.xml | 14 +++++++++++--- res/values/colors.xml | 5 +++-- 5 files changed, 96 insertions(+), 5 deletions(-) create mode 100644 res/drawable/button.xml create mode 100644 res/drawable/button_off.xml create mode 100644 res/drawable/toggle.xml diff --git a/res/drawable/button.xml b/res/drawable/button.xml new file mode 100644 index 00000000..4bff5791 --- /dev/null +++ b/res/drawable/button.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/button_off.xml b/res/drawable/button_off.xml new file mode 100644 index 00000000..18da2869 --- /dev/null +++ b/res/drawable/button_off.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/res/drawable/toggle.xml b/res/drawable/toggle.xml new file mode 100644 index 00000000..6b29ea1f --- /dev/null +++ b/res/drawable/toggle.xml @@ -0,0 +1,8 @@ + + + + \ No newline at end of file diff --git a/res/layout/layout_main.xml b/res/layout/layout_main.xml index 5f48818c..5ccc187b 100644 --- a/res/layout/layout_main.xml +++ b/res/layout/layout_main.xml @@ -127,6 +127,8 @@ android:layout_width="match_parent" android:layout_height="0dp" android:layout_weight="1" + + android:background="@color/panel_background_main" > diff --git a/res/values/colors.xml b/res/values/colors.xml index 3454a7b3..8a938342 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -1,6 +1,7 @@ - #460072 - #240020 + #55460072 + #aa460072 + #460072