diff options
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml | 19 | ||||
-rw-r--r-- | app/src/main/res/values/strings.xml | 6 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml index 6d2af1a7..ae8d47db 100644 --- a/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml +++ b/app/src/main/res/layout/fragment_comment_more_bottom_sheet.xml @@ -162,6 +162,25 @@ android:fontFamily="?attr/font_family" app:drawableStartCompat="@drawable/ic_filter_day_night_24dp" /> + <TextView + android:id="@+id/notification_view_comment_more_bottom_sheet_fragment" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:background="?attr/selectableItemBackground" + android:clickable="true" + android:drawablePadding="48dp" + android:focusable="true" + android:gravity="center_vertical" + android:paddingStart="32dp" + android:paddingTop="16dp" + android:paddingEnd="32dp" + android:paddingBottom="16dp" + android:textColor="?attr/primaryTextColor" + android:textSize="?attr/font_default" + android:fontFamily="?attr/font_family" + android:visibility="gone" + app:drawableStartCompat="@drawable/ic_notifications_day_night_24dp" /> + </LinearLayout> </androidx.core.widget.NestedScrollView> diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 19007a64..d2e88ef2 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1489,5 +1489,11 @@ <string name="content_description_saved">Saved</string> <string name="comment">Comment</string> + <string name="enable_reply_notifications">Receive reply notifications</string> + <string name="disable_reply_notifications">Disable reply notifications</string> + <string name="reply_notifications_enabled">Reply notifications enabled</string> + <string name="reply_notifications_disabled">Reply notifications disabled</string> + <string name="toggle_reply_notifications_failed">Toggle reply notifications failed</string> + <string name="cannot_find_comment">Cannot find comment</string> </resources> |