add favourite button background
Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/c277f827 Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/c277f827 Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/c277f827 Branch: refs/heads/master Commit: c277f827dfed129062ff9d2b503d9a890f51bd90 Parents: 5121e2e Author: Sagar <[email protected]> Authored: Mon Jul 4 18:18:21 2016 +0530 Committer: Sagar <[email protected]> Committed: Mon Jul 4 18:18:21 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/drawable/background_fav_button.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/c277f827/app/src/main/res/drawable/background_fav_button.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/drawable/background_fav_button.xml b/app/src/main/res/drawable/background_fav_button.xml new file mode 100644 index 0000000..35d8a38 --- /dev/null +++ b/app/src/main/res/drawable/background_fav_button.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<shape + xmlns:android="http://schemas.android.com/apk/res/android" + android:shape="oval"> + + <solid + android:color="@color/colorPrimary"/> + + <size + android:width="60dp" + android:height="60dp"/> +</shape> \ No newline at end of file
