summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditem_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/feeditem_dialog.xml')
-rw-r--r--app/src/main/res/layout/feeditem_dialog.xml73
1 files changed, 0 insertions, 73 deletions
diff --git a/app/src/main/res/layout/feeditem_dialog.xml b/app/src/main/res/layout/feeditem_dialog.xml
deleted file mode 100644
index 5937480df..000000000
--- a/app/src/main/res/layout/feeditem_dialog.xml
+++ /dev/null
@@ -1,73 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:tools="http://schemas.android.com/tools"
- android:id="@+id/contentContainer"
- android:layout_width="match_parent"
- android:layout_height="match_parent">
-
- <TextView
- android:id="@+id/txtvTitle"
- style="@style/AntennaPod.Dialog.Title"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentTop="true"
- android:layout_margin="16dp"
- android:ellipsize="none"
- android:maxLines="5" />
-
- <View
- android:id="@+id/title_divider"
- android:layout_width="match_parent"
- android:layout_height="2dp"
- android:layout_below="@id/txtvTitle"
- android:background="@color/bright_blue" />
-
- <LinearLayout
- android:id="@+id/header"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_below="@id/title_divider"
- android:orientation="horizontal">
-
- <ImageButton
- android:id="@+id/butAction1"
- android:layout_width="0dp"
- android:layout_height="48dp"
- android:layout_weight="1"
- android:background="?attr/selectableItemBackground"
- tools:ignore="ContentDescription" />
-
- <ImageButton
- android:id="@+id/butAction2"
- android:layout_width="0dp"
- android:layout_height="48dp"
- android:layout_weight="1"
- android:background="?attr/selectableItemBackground"
- tools:ignore="ContentDescription" />
-
- <ImageButton
- android:id="@+id/butMoreActions"
- android:layout_width="0dp"
- android:layout_height="48dp"
- android:layout_weight="1"
- android:background="?attr/selectableItemBackground"
- android:contentDescription="@string/butAction_label"
- android:src="?attr/ic_action_overflow" />
- </LinearLayout>
-
- <View
- android:id="@+id/divider"
- android:layout_width="match_parent"
- android:layout_height="2dp"
- android:layout_below="@id/header"
- android:background="@color/bright_blue" />
-
- <WebView
- android:id="@+id/webview"
- android:layout_width="match_parent"
- android:layout_height="0dp"
- android:layout_alignParentBottom="true"
- android:layout_below="@id/divider" />
-
-</RelativeLayout> \ No newline at end of file