From: Andy Scherzinger Date: Mon, 17 Aug 2015 13:58:03 +0000 (+0200) Subject: Fix for 4.0 file action context menu (re-implement it via DialogFragment) X-Git-Tag: oc-android-1.8~42^2~13 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/ba80646e4e31a6c19d4ef8b60ea0e30cf3bd00cc?ds=sidebyside Fix for 4.0 file action context menu (re-implement it via DialogFragment) --- diff --git a/res/layout/file_actions.xml b/res/layout/file_actions.xml new file mode 100644 index 00000000..abc42fb4 --- /dev/null +++ b/res/layout/file_actions.xml @@ -0,0 +1,14 @@ + + + + + + + \ No newline at end of file diff --git a/res/layout/simple_dialog_list_item.xml b/res/layout/simple_dialog_list_item.xml new file mode 100644 index 00000000..96020eb6 --- /dev/null +++ b/res/layout/simple_dialog_list_item.xml @@ -0,0 +1,12 @@ + + \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index c931a36d..f755a1c5 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -38,6 +38,7 @@ @color/owncloud_blue_accent + #1F1F1F @color/owncloud_blue diff --git a/res/values/styles.xml b/res/values/styles.xml index 981fdb05..8d9a2754 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -59,9 +59,7 @@ @color/primary - +