Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I extracted dimension values into resource files #1151. #1219

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 27, 2021

  1. I extracted dimension values into resource files lbryio#1151.

     (lbryio#1151)
    
     Because a lot of dimensions get reused, when I moved the dimensions file I used names like "large_1", "small_1", and "normal_1" for dimension values.
    
     I tried this to allow to cut down on repetitive values in the dimens file.
    
     "small" values range between 0dp and 15dp
     "normal" values range between 16dp to 119dp
     "large" values are anything over 120dp (the largest is 480dp)
    pixel committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    159494f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    7961610 View commit details
    Browse the repository at this point in the history