aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/user_preview.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2019-01-27 14:56:20 +0100
committerChristian Schneppe <christian@pix-art.de>2019-01-27 14:56:20 +0100
commit71f8e656db044a3b3e28cb82a954521699fe9602 (patch)
treec65950352826fad22fa90e03773f9f72c5007391 /src/main/res/layout/user_preview.xml
parent712c6d32d205fb12bf8b61b3ee544a451dd117ca (diff)
refactored group chat members into seperate screen
Diffstat (limited to 'src/main/res/layout/user_preview.xml')
-rw-r--r--src/main/res/layout/user_preview.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/res/layout/user_preview.xml b/src/main/res/layout/user_preview.xml
new file mode 100644
index 000000000..ecc05e623
--- /dev/null
+++ b/src/main/res/layout/user_preview.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<layout xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <de.pixart.messenger.ui.widget.SquareFrameLayout
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="?selectableItemBackground"
+ android:padding="2dp">
+
+ <ImageView
+ android:id="@+id/avatar"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/black54"
+ android:scaleType="centerInside" />
+ </de.pixart.messenger.ui.widget.SquareFrameLayout>
+</layout> \ No newline at end of file