diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-03-17 23:04:36 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-03-17 23:04:36 +0000 |
commit | b07dc816fd3b21911c12dec66206b0cde240c29e (patch) | |
tree | 94cded5adf39d23baba1f8064a3c3d25ad35fe72 /app/src/main/res/layout/activity_post_video.xml | |
parent | edc370ff7dfe13915247cc5f60dec61654ad8fed (diff) | |
download | infinity-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/layout/activity_post_video.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_video.xml | 1 |
1 files changed, 1 insertions, 0 deletions
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" |