diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-11 17:09:43 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-11 17:09:43 +0000 |
commit | 747f5f1a239925958ba1e7dce3c422d4b42a6767 (patch) | |
tree | e8fa84e6380b6fad7b95dd6f46c84cf5510f41a8 /app/src/main/res/layout/activity_post_image.xml | |
parent | fbc00b1cb9d2d813a0ea07123850633b0392b86d (diff) | |
download | infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.gz infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.bz2 infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.lz infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.xz infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.tar.zst infinity-for-reddit-747f5f1a239925958ba1e7dce3c422d4b42a6767.zip |
Start implementing PostOptionsBottomSheetFragment. Rename some drawables.
Diffstat (limited to 'app/src/main/res/layout/activity_post_image.xml')
-rw-r--r-- | app/src/main/res/layout/activity_post_image.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_post_image.xml b/app/src/main/res/layout/activity_post_image.xml index 22c9f4f0..ca03fbd9 100644 --- a/app/src/main/res/layout/activity_post_image.xml +++ b/app/src/main/res/layout/activity_post_image.xml @@ -232,7 +232,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="16dp" - android:src="@drawable/ic_outline_add_a_photo_24dp" + android:src="@drawable/ic_add_a_photo_24dp" android:contentDescription="@string/content_description_capture_photo" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@+id/select_from_library_fab_post_image_activity" @@ -246,7 +246,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_margin="16dp" - android:src="@drawable/ic_outline_select_photo_24dp" + android:src="@drawable/ic_select_photo_24dp" android:contentDescription="@string/content_description_select_image" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" |