aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/activity_post_text.xml
diff options
context:
space:
mode:
authorAlex Ning <chineseperson5@gmail.com>2019-07-18 15:59:14 +0000
committerAlex Ning <chineseperson5@gmail.com>2019-07-18 15:59:14 +0000
commit216228cf0275d84d1895114fd92cb83a70318c81 (patch)
tree090554108ce267b9d531c465ba4b6445f5e1ec66 /app/src/main/res/layout/activity_post_text.xml
parent611d6a90ec39707b4d4161da1eb5b19249e670c4 (diff)
downloadinfinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.tar
infinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.tar.gz
infinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.tar.bz2
infinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.tar.lz
infinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.tar.xz
infinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.tar.zst
infinity-for-reddit-216228cf0275d84d1895114fd92cb83a70318c81.zip
Add a search button in ViewSubredditDetailActivity and ViewUserDetailActivity. Search posts in a specific subreddit is available. Rename SearchActivity to SearchResultActivity. Add SearchActivity for searching instead of searching in MainActivity.
Diffstat (limited to 'app/src/main/res/layout/activity_post_text.xml')
-rw-r--r--app/src/main/res/layout/activity_post_text.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/layout/activity_post_text.xml b/app/src/main/res/layout/activity_post_text.xml
index d889d00b..b3066f1f 100644
--- a/app/src/main/res/layout/activity_post_text.xml
+++ b/app/src/main/res/layout/activity_post_text.xml
@@ -26,18 +26,18 @@
android:paddingEnd="16dp">
<pl.droidsonroids.gif.GifImageView
- android:id="@+id/subreddit_icon_gif_image_view_post_text_activity"
+ android:id="@+id/subreddit_icon_gif_image_view_search_activity"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_alignParentStart="true"
android:layout_centerVertical="true" />
<TextView
- android:id="@+id/subreddit_name_text_view_post_text_activity"
+ android:id="@+id/subreddit_name_text_view_search_activity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toStartOf="@id/rules_button_post_text_activity"
- android:layout_toEndOf="@id/subreddit_icon_gif_image_view_post_text_activity"
+ android:layout_toEndOf="@id/subreddit_icon_gif_image_view_search_activity"
android:layout_centerVertical="true"
android:layout_marginStart="32dp"
android:layout_marginEnd="16dp"