Skip to content
This repository was archived by the owner on Jan 28, 2022. It is now read-only.

Latest commit

 

History

History

Android Layout

    android:gravity

sets the gravity of the content of the View it used on

    android:layout_gravity

sets the gravity of the View or Layout in its parent


ISO 639 : standardized nomenclature used to classify all known languages

chinese: zh

support other languages: make a folder named values-zh under res/ make a strings.xml and set in all variables with suppoting languages


Toast

  • a Toast provides simple feedback about operation...

Toast.makeText(context, text, duration).show();


    -------
            marging
                    --------
                            border
                                    --------
                                            padding
                                                    --------
                                                    | content |
                                                     --------