You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
1 | # Specifications for keylines. |
---|---|
2 | # * Any line beginning with a # will be ignored. |
3 | # * Empty lines don't matter. |
4 | # * Whitespace does not matter, commas are the delimiter. Don't skip commas, even if there is no |
5 | # value in the cell. While it is easy to modify the script to handle a skipped comma, it is better |
6 | # to enforce and error check rather than silently produce incorrect output. |
7 | # * Don't put a comma after the last value, if there is nothing in the last cell, leave it empty. |
8 | # * If a cell is left empty, the value for that alternate resource will get skipped. In that |
9 | # case Android will use the best matching rule to determine the value. The matching rules |
10 | # are specified at: https://developer.android.com/guide/topics/resources/providing-resources.html |
11 | name, none, w480dp, w720dp, w1024dp, w1024dp-port, w1280dp, w1920dp |
12 | keyline_1, 24dp, , , 32dp, , , 48dp |
13 | keyline_2, 96dp, , 104dp, 120dp, 140dp, , |
14 | keyline_3, 112dp, , , 128dp, , , 152dp |