aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-09-19 03:41:21 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2023-09-19 03:41:21 +0000
commit78ea14b3ae7d8f769ee869a654390dd376aee50f (patch)
treea705c57c1f28aa03e73387d40c6c211ecd67f080 /app/src/main/res/layout
parentaabed07a46c80a452b62a21f27ac9db6a284ce4e (diff)
downloadinfinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.tar
infinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.tar.gz
infinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.tar.bz2
infinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.tar.lz
infinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.tar.xz
infinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.tar.zst
infinity-for-reddit-78ea14b3ae7d8f769ee869a654390dd376aee50f.zip
Update strings.
Diffstat (limited to 'app/src/main/res/layout')
-rw-r--r--app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml b/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml
index d5f9f28b..8fc71245 100644
--- a/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml
+++ b/app/src/main/res/layout/fragment_reddit_api_info_bottom_sheet.xml
@@ -16,7 +16,6 @@
android:paddingTop="16dp"
android:paddingStart="16dp"
android:paddingEnd="16dp"
- android:text="@string/reddit_api_info_title"
android:fontFamily="?attr/font_family"
android:textSize="?attr/font_20"
android:textColor="?attr/primaryTextColor"
@@ -27,7 +26,6 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="16dp"
- android:text="@string/reddit_api_info"
android:fontFamily="?attr/font_family"
android:textSize="?attr/font_16"
android:textColor="?attr/primaryTextColor" />