diff options
author | Alex Ning <chineseperson5@gmail.com> | 2019-08-26 07:55:18 +0000 |
---|---|---|
committer | Alex Ning <chineseperson5@gmail.com> | 2019-08-26 07:55:18 +0000 |
commit | 1da0e08552fbd5564eb7df539ec0d15d8201c1fa (patch) | |
tree | f54a664dfb00f04c3f721e3bbba4ba37cd8aaf59 /app/src/main/res/layout/activity_post_image.xml | |
parent | 5e144c6de94d4fe2233b83b3c804d101ebcbe703 (diff) | |
download | infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.gz infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.bz2 infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.lz infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.xz infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.tar.zst infinity-for-reddit-1da0e08552fbd5564eb7df539ec0d15d8201c1fa.zip |
Tap the error view to retry loading comments in ViewPostDetailActivity. Minor UI tweaks.
Diffstat (limited to 'app/src/main/res/layout/activity_post_image.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_image.xml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml index 2ea9b68b..795e53cf 100644 --- a/app/src/main/res/layout/activity_post_image.xml +++ b/app/src/main/res/layout/activity_post_image.xml @@ -64,7 +64,7 @@ android:layout_alignParentEnd="true" android:layout_centerVertical="true" android:text="@string/rules" - android:textColor="@color/colorAccent" /> + android:textColor="@android:color/white" /> </RelativeLayout> @@ -156,7 +156,9 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintEnd_toStartOf="@+id/select_from_library_fab_post_image_activity" - app:layout_constraintHorizontal_chainStyle="spread" /> + app:layout_constraintHorizontal_chainStyle="spread" + app:backgroundTint="@color/backgroundColorPrimary" + app:tint="@android:color/white" /> <com.google.android.material.floatingactionbutton.FloatingActionButton android:id="@+id/select_from_library_fab_post_image_activity" @@ -167,7 +169,9 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintStart_toEndOf="@+id/capture_fab_post_image_activity" app:layout_constraintEnd_toEndOf="parent" - app:layout_constraintHorizontal_chainStyle="spread" /> + app:layout_constraintHorizontal_chainStyle="spread" + app:backgroundTint="@color/backgroundColorPrimary" + app:tint="@android:color/white" /> </androidx.constraintlayout.widget.ConstraintLayout> |