Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/dialog_attachment.xml')
-rw-r--r--app/src/main/res/layout/dialog_attachment.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/app/src/main/res/layout/dialog_attachment.xml b/app/src/main/res/layout/dialog_attachment.xml
deleted file mode 100644
index 4b3f96008..000000000
--- a/app/src/main/res/layout/dialog_attachment.xml
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content">
-
- <ImageView xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/image"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:contentDescription="@null"
- tools:src="@drawable/ic_image_grey600_24dp" />
-
- <!-- <ProgressBar-->
- <!-- android:id="@+id/progressBar"-->
- <!-- android:visibility="visible"-->
- <!-- android:layout_width="wrap_content"-->
- <!-- android:layout_height="wrap_content" />-->
-</FrameLayout> \ No newline at end of file