Android Screen Adaptation Font Adaptation
First, let's look at their basic concepts:
px: The pixels on the screen
dp: An abstract unit based on density. If a screen is 160dpi, 1dp=1px
dip: Equivalent to dp
sp: Similar to dp, but it also scales according to user font size preferences (it is recommended that sp be used as a unit of text, and dip be used for others)
...
Added by stevel on Sun, 19 May 2019 01:33:01 +0300
Front End Learning - 10 demo examples Learn CSS3 radial-gradient radial gradient
1. What can I do if I can't remember the grammar details?In practice, when using radial-gradient radial gradients, you will have a general grammar in your mind, but you can't remember the details, so you want to quickly find a case to see how to use it, and then apply it directly.Usually after a search, you will find that although it is a simp ...
Added by phpCCore Brad on Tue, 14 May 2019 16:34:48 +0300