Merge branch 'develop' of github.com:owncloud/android into svgTransparentBackground
[pub/Android/ownCloud.git] / res / drawable / process_dialog_background.xml
diff --git a/res/drawable/process_dialog_background.xml b/res/drawable/process_dialog_background.xml
new file mode 100644 (file)
index 0000000..9ba0b1e
--- /dev/null
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+    <solid android:color="@color/white"/>
+    <padding
+        android:left="@dimen/standard_padding"
+        android:top="4dp"
+        android:right="@dimen/standard_padding"
+        android:bottom="4dp"/>
+    <corners
+        android:radius="2dp"/>
+</shape>
\ No newline at end of file