BratinaRok / android-bank-manager

bank manager application
0 stars 1 forks source link

organize strings.xml #9

Closed RedJocker closed 2 years ago

RedJocker commented 2 years ago

your strings.xml looks really messy, there are some unused variables, there are different conventions for the names, there is at least one repeated name if you ignore the case, there is at least one typo on the value.

pay some attention to that file, keep only what is needed, be consistent on the naming, avoid name collisions, correct typos.

BratinaRok commented 2 years ago

Hi, fixed please check