The Wayback Machine - https://web.archive.org/web/20200705215238/https://github.com/topics/til
Skip to content
#

til

Here are 404 public repositories matching this topic...

tieubao
tieubao commented Apr 20, 2020

Dimensions.Guide is a comprehensive reference database of dimensioned drawings documenting the standard measurements and sizes of the everyday objects and spaces that make up our world. Created as a universal resource to better communicate the basic properties, systems, and logics of our built environment, Dimensions.Guide is a free platform for increasing public and professional knowledge of life

vinhnx
vinhnx commented Apr 27, 2019

type: prints information about a command

$ type git
# git is /usr/local/bin/git

$ type cd
# cd is a shell builtin

# customized alias
# say I had defined a custom alias for `bat` (https://github.com/sharkdp/bat)
# inside my `~/.zshrc` config file:
# alias cat=bat
$ type bat
# cat is an alias for bat

👍

thanhnguyenduc157
thanhnguyenduc157 commented Jun 21, 2019

Trong 1 view của android không hỗ trợ cho việc set max height , nhưng đôi khi có những trường hợp bạn cần 1 view wrap content và muốn có chiều ngang hoặc chiều dọc tối đa thì android lại ko support sẵn. Việc chúng ta làm là sẽ custom lại view đó, ta sẽ override lại trong hàm onMeasure

@Override
protected void onMeasure(int widthSpec, int heightSpec) {
    heightSpec = MeasureSpec.makeMea

Improve this page

Add a description, image, and links to the til topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the til topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.