aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-03-17 23:04:36 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-03-17 23:04:36 +0000
commitb07dc816fd3b21911c12dec66206b0cde240c29e (patch)
tree94cded5adf39d23baba1f8064a3c3d25ad35fe72 /app/src/main/res
parentedc370ff7dfe13915247cc5f60dec61654ad8fed (diff)
downloadinfinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.tar
infinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.tar.gz
infinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.tar.bz2
infinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.tar.lz
infinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.tar.xz
infinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.tar.zst
infinity-for-reddit-b07dc816fd3b21911c12dec66206b0cde240c29e.zip
Click the corresponding layout group to open subreddit listing in PostXXXActivity.
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/activity_post_gallery.xml1
-rw-r--r--app/src/main/res/layout/activity_post_image.xml1
-rw-r--r--app/src/main/res/layout/activity_post_link.xml1
-rw-r--r--app/src/main/res/layout/activity_post_poll.xml1
-rw-r--r--app/src/main/res/layout/activity_post_video.xml1
5 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/layout/activity_post_gallery.xml b/app/src/main/res/layout/activity_post_gallery.xml
index 2b17d894..acd64fe3 100644
--- a/app/src/main/res/layout/activity_post_gallery.xml
+++ b/app/src/main/res/layout/activity_post_gallery.xml
@@ -61,6 +61,7 @@
</LinearLayout>
<RelativeLayout
+ android:id="@+id/subreddit_relative_layout_post_gallery_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml
index 1fc09b8b..b249f9bc 100644
--- a/app/src/main/res/layout/activity_post_image.xml
+++ b/app/src/main/res/layout/activity_post_image.xml
@@ -67,6 +67,7 @@
</LinearLayout>
<RelativeLayout
+ android:id="@+id/subreddit_relative_layout_post_image_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
diff --git a/app/src/main/res/layout/activity_post_link.xml b/app/src/main/res/layout/activity_post_link.xml
index 9d475602..765bc8a4 100644
--- a/app/src/main/res/layout/activity_post_link.xml
+++ b/app/src/main/res/layout/activity_post_link.xml
@@ -67,6 +67,7 @@
</LinearLayout>
<RelativeLayout
+ android:id="@+id/subreddit_relative_layout_post_link_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
diff --git a/app/src/main/res/layout/activity_post_poll.xml b/app/src/main/res/layout/activity_post_poll.xml
index a65a2edb..e2d4101c 100644
--- a/app/src/main/res/layout/activity_post_poll.xml
+++ b/app/src/main/res/layout/activity_post_poll.xml
@@ -67,6 +67,7 @@
</LinearLayout>
<RelativeLayout
+ android:id="@+id/subreddit_relative_layout_post_poll_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"
diff --git a/app/src/main/res/layout/activity_post_video.xml b/app/src/main/res/layout/activity_post_video.xml
index 14812cae..bc1d9b98 100644
--- a/app/src/main/res/layout/activity_post_video.xml
+++ b/app/src/main/res/layout/activity_post_video.xml
@@ -67,6 +67,7 @@
</LinearLayout>
<RelativeLayout
+ android:id="@+id/subreddit_relative_layout_post_video_activity"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="8dp"