Skip to content

Commit

Permalink
Merge pull request #348 from PeriodPals/feat/settings/clean-up-settin…
Browse files Browse the repository at this point in the history
…gs-screen-notifs-and-theme-delete-text-and-add-preferred-distance-option

Feat/settings/clean up settings screen notifs and theme delete text and add preferred distance option
  • Loading branch information
Harrish92 authored Dec 19, 2024
2 parents 86447db + 20828ad commit ed29b12
Show file tree
Hide file tree
Showing 4 changed files with 198 additions and 272 deletions.
17 changes: 3 additions & 14 deletions app/src/main/java/com/android/periodpals/resources/C.kt
Original file line number Diff line number Diff line change
Expand Up @@ -173,21 +173,10 @@ object C {

object SettingsScreen {
const val SCREEN = "settingsScreen"
const val NOTIFICATIONS_CONTAINER = "notificationsContainer"
const val THEME_CONTAINER = "themeContainer"
const val REMARK_CONTAINER = "remarkContainer"
const val REMARK_TEXT = "remarkText"
const val SLIDER_CONTAINER = "sliderContainer"
const val ACCOUNT_MANAGEMENT_CONTAINER = "accountManagementContainer"
const val NOTIFICATIONS_DESCRIPTION = "notificationDescription"
const val ORGANIC_DESCRIPTION = "organicDescription"
const val PALS_TEXT = "palsText"
const val PALS_SWITCH = "palsSwitch"
const val HORIZONTAL_DIVIDER = "horizontalDivider"
const val PADS_TEXT = "padsText"
const val PADS_SWITCH = "padsSwitch"
const val TAMPONS_TEXT = "tamponsText"
const val TAMPONS_SWITCH = "tamponsSwitch"
const val ORGANIC_TEXT = "organicText"
const val ORGANIC_SWITCH = "organicSwitch"
const val THEME_DROP_DOWN_MENU_BOX = "themeDropdownMenuBox"
const val THEME_DROP_DOWN_MENU = "themeDropdownMenu"
const val PASSWORD_TEXT = "passwordText"
const val PASSWORD_ICON = "passwordIcon"
Expand Down
Loading

0 comments on commit ed29b12

Please sign in to comment.