aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/layout/presence_template.xml
diff options
context:
space:
mode:
authorChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
committerChristian Schneppe <christian@pix-art.de>2018-04-23 21:01:58 +0200
commitf9102b21c00d1b4b971a80472eb62665515c9959 (patch)
treecbc9c2c1c7bf57c8a05f841e8f95b0d4176a0fcd /src/main/res/layout/presence_template.xml
parentb579436846cca0015120aaaf07378c57671707b2 (diff)
remove unused resources
Diffstat (limited to 'src/main/res/layout/presence_template.xml')
-rw-r--r--src/main/res/layout/presence_template.xml50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/main/res/layout/presence_template.xml b/src/main/res/layout/presence_template.xml
deleted file mode 100644
index 61780a55c..000000000
--- a/src/main/res/layout/presence_template.xml
+++ /dev/null
@@ -1,50 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/presence_template"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="?android:attr/activatedBackgroundIndicator"
- android:padding="12dp">
-
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentLeft="true"
- android:layout_alignParentStart="true"
- android:layout_centerVertical="true"
- android:layout_marginRight="8dp"
- android:layout_toLeftOf="@+id/delete_button"
- android:layout_toStartOf="@+id/delete_button"
- android:minHeight="48dp"
- android:orientation="vertical">
-
- <android.support.text.emoji.widget.EmojiTextView
- android:id="@+id/presence_status_message"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:textAppearance="@style/TextAppearance.Conversations.Body1" />
-
- <android.support.text.emoji.widget.EmojiTextView
- android:id="@+id/status"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginTop="4dp"
- android:paddingBottom="1dp"
- android:paddingLeft="4dp"
- android:paddingRight="4dp"
- android:paddingTop="1dp"
- android:textAllCaps="true"
- android:textAppearance="@style/TextAppearance.Conversations.Tag" />
- </LinearLayout>
-
- <ImageButton
- android:id="@+id/delete_button"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_alignParentEnd="true"
- android:layout_alignParentRight="true"
- android:layout_centerVertical="true"
- android:background="?attr/color_background_secondary"
- android:padding="@dimen/image_button_padding"
- android:src="?attr/icon_remove" />
-</RelativeLayout> \ No newline at end of file