summaryrefslogtreecommitdiffstats
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/activity_media_pager.xml1
-rw-r--r--app/src/main/res/layout/add_filter.xml9
-rw-r--r--app/src/main/res/layout/drawer_notification.xml1
-rw-r--r--app/src/main/res/layout/drawer_status.xml5
-rw-r--r--app/src/main/res/layout/drawer_status_compact.xml6
-rw-r--r--app/src/main/res/layout/drawer_status_console.xml5
-rw-r--r--app/src/main/res/layout/drawer_status_focused.xml6
-rw-r--r--app/src/main/res/layout/fragment_slide_media.xml7
8 files changed, 14 insertions, 26 deletions
diff --git a/app/src/main/res/layout/activity_media_pager.xml b/app/src/main/res/layout/activity_media_pager.xml
index 562872152..58a38f67b 100644
--- a/app/src/main/res/layout/activity_media_pager.xml
+++ b/app/src/main/res/layout/activity_media_pager.xml
@@ -27,6 +27,7 @@
<TextView
android:id="@+id/media_description"
+ android:textIsSelectable="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
diff --git a/app/src/main/res/layout/add_filter.xml b/app/src/main/res/layout/add_filter.xml
index c4593280c..dd38332b7 100644
--- a/app/src/main/res/layout/add_filter.xml
+++ b/app/src/main/res/layout/add_filter.xml
@@ -18,13 +18,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content">
- <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:padding="10dp">
<TextView
+ android:labelFor="@+id/add_phrase"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/filter_keyword" />
@@ -41,7 +42,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"
- android:singleLine="true" />
+ android:singleLine="true"
+ android:importantForAutofill="no" />
<TextView
android:layout_width="match_parent"
@@ -151,8 +153,7 @@
android:id="@+id/filter_expire"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="30dp"
- android:layout_marginLeft="30dp" />
+ android:layout_marginStart="30dp" />
</LinearLayout>
</LinearLayout>
</ScrollView> \ No newline at end of file
diff --git a/app/src/main/res/layout/drawer_notification.xml b/app/src/main/res/layout/drawer_notification.xml
index fb92badc3..b864cab67 100644
--- a/app/src/main/res/layout/drawer_notification.xml
+++ b/app/src/main/res/layout/drawer_notification.xml
@@ -69,6 +69,7 @@
<TextView
android:id="@+id/notification_account_username"
android:layout_width="wrap_content"
+ android:layout_marginStart="5dp"
android:layout_height="wrap_content" />
<TextView
diff --git a/app/src/main/res/layout/drawer_status.xml b/app/src/main/res/layout/drawer_status.xml
index d2b335f54..e7c058a13 100644
--- a/app/src/main/res/layout/drawer_status.xml
+++ b/app/src/main/res/layout/drawer_status.xml
@@ -555,11 +555,6 @@
</RelativeLayout>
- <app.fedilab.android.webview.CustomWebview
- android:id="@+id/status_cardview_webview"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
</FrameLayout>
<RelativeLayout
diff --git a/app/src/main/res/layout/drawer_status_compact.xml b/app/src/main/res/layout/drawer_status_compact.xml
index 5f6989ebe..4dc08b47f 100644
--- a/app/src/main/res/layout/drawer_status_compact.xml
+++ b/app/src/main/res/layout/drawer_status_compact.xml
@@ -479,12 +479,6 @@
android:contentDescription="@string/play_video"
android:src="@drawable/ic_play_arrow" />
</RelativeLayout>
-
- <app.fedilab.android.webview.CustomWebview
- android:id="@+id/status_cardview_webview"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
</FrameLayout>
<RelativeLayout
diff --git a/app/src/main/res/layout/drawer_status_console.xml b/app/src/main/res/layout/drawer_status_console.xml
index e12160ec8..a94472cdd 100644
--- a/app/src/main/res/layout/drawer_status_console.xml
+++ b/app/src/main/res/layout/drawer_status_console.xml
@@ -431,11 +431,6 @@
android:src="@drawable/ic_play_arrow" />
</RelativeLayout>
- <app.fedilab.android.webview.CustomWebview
- android:id="@+id/status_cardview_webview"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
</FrameLayout>
<RelativeLayout
diff --git a/app/src/main/res/layout/drawer_status_focused.xml b/app/src/main/res/layout/drawer_status_focused.xml
index 9b12f17cd..d97594c9a 100644
--- a/app/src/main/res/layout/drawer_status_focused.xml
+++ b/app/src/main/res/layout/drawer_status_focused.xml
@@ -412,12 +412,6 @@
android:src="@drawable/ic_play_arrow" />
</RelativeLayout>
-
- <app.fedilab.android.webview.CustomWebview
- android:id="@+id/status_cardview_webview"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:visibility="gone" />
</FrameLayout>
<RelativeLayout
diff --git a/app/src/main/res/layout/fragment_slide_media.xml b/app/src/main/res/layout/fragment_slide_media.xml
index b6b6dbbe1..e00e49734 100644
--- a/app/src/main/res/layout/fragment_slide_media.xml
+++ b/app/src/main/res/layout/fragment_slide_media.xml
@@ -39,6 +39,7 @@
</RelativeLayout>
<FrameLayout
+ android:id="@+id/main_media_frame"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerInParent="true">
@@ -49,6 +50,12 @@
android:layout_height="match_parent"
android:visibility="gone" />
</FrameLayout>
+ <RelativeLayout
+ android:id="@+id/videoLayout"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@color/black"
+ android:visibility="gone" />
<FrameLayout
android:id="@+id/media_picture_container"