diff options
author | Alex Ning <chineseperson5@gmail.com> | 2018-09-21 15:35:57 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2018-09-21 15:35:57 +0000 |
commit | 88e4cf810fa78592c97f6ba7c8c501e75205a76b (patch) | |
tree | 69da20eea421631a23d3c271d4d11e774e7631bc /app/src/main/res/layout/content_view_user_detail.xml | |
parent | 5c51450a8ebd9a1bbcf39377d639dca0c4994987 (diff) | |
download | infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.tar infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.tar.gz infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.tar.bz2 infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.tar.lz infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.tar.xz infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.tar.zst infinity-for-reddit-88e4cf810fa78592c97f6ba7c8c501e75205a76b.zip |
Click the subreddit icon or the subreddit name to view the subreddit's details in PostFragment. Make the status bar in ViewSubredditDetailActivity translucent. Prepare to view the user's details in ViewUserDetailActivity. Minor bugs fixed.
Diffstat (limited to 'app/src/main/res/layout/content_view_user_detail.xml')
-rw-r--r-- | app/src/main/res/layout/content_view_user_detail.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/src/main/res/layout/content_view_user_detail.xml b/app/src/main/res/layout/content_view_user_detail.xml new file mode 100644 index 00000000..c708ae9e --- /dev/null +++ b/app/src/main/res/layout/content_view_user_detail.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:app="http://schemas.android.com/apk/res-auto" + xmlns:tools="http://schemas.android.com/tools" + android:id="@+id/frame_layout_view_user_detail_activity" + android:layout_width="match_parent" + android:layout_height="wrap_content" + app:layout_behavior="@string/appbar_scrolling_view_behavior" + tools:context=".ViewUserDetailActivity" + tools:showIn="@layout/activity_view_user_detail" />
\ No newline at end of file |