add dialog theme
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/648002cc Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/648002cc Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/648002cc Branch: refs/heads/master Commit: 648002cc47ca6b5e0fb13e6ddb40978620502052 Parents: df8cb04 Author: Sagar <[email protected]> Authored: Thu Nov 3 20:38:28 2016 +0530 Committer: Sagar <[email protected]> Committed: Thu Nov 3 20:38:28 2016 +0530 ---------------------------------------------------------------------- app/src/main/res/values/styles.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/648002cc/app/src/main/res/values/styles.xml ---------------------------------------------------------------------- diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index cea7952..34328de 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -32,4 +32,6 @@ limitations under the License. <item name="android:orientation">vertical</item> </style> + <style name="Theme.Taverna.Dialog" parent="Theme.AppCompat.Light.Dialog"/> + </resources>
