diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-06-11 11:59:23 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-06-11 11:59:23 +0000 |
commit | ef8daed5714cd02f57774c86aab6bd0ca454fcb7 (patch) | |
tree | ab3f0ab2033acf4f01c1eea1639e87c03a7ce70e /app/src/main/res/layout | |
parent | 62c225ffcdf597d32e317f758b6f33760103ec36 (diff) | |
download | infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.gz infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.bz2 infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.lz infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.xz infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.tar.zst infinity-for-reddit-ef8daed5714cd02f57774c86aab6bd0ca454fcb7.zip |
Minor layout tweaks. Fixed action bar color in ViewPostDetailActivity in dark mode.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r-- | app/src/main/res/layout/activity_view_post_detail.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/src/main/res/layout/activity_view_post_detail.xml b/app/src/main/res/layout/activity_view_post_detail.xml index b840e22e..f70949ce 100644 --- a/app/src/main/res/layout/activity_view_post_detail.xml +++ b/app/src/main/res/layout/activity_view_post_detail.xml @@ -101,7 +101,7 @@ android:id="@+id/type_text_view_view_post_detail" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:layout_marginEnd="8dp" + android:layout_marginEnd="16dp" android:textColor="@android:color/white" android:layout_centerVertical="true" app:chipBackgroundColor="@color/backgroundColorPrimaryDark"/> @@ -152,6 +152,15 @@ </RelativeLayout> + <TextView + android:id="@+id/link_text_view_view_post_detail" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:paddingStart="16dp" + android:paddingEnd="16dp" + android:textSize="12sp" + android:visibility="gone"/> + <RelativeLayout android:id="@+id/image_view_wrapper_view_post_detail" android:layout_width="match_parent" |