Difference between revisions of "Android App"

From Sinfronteras
Jump to: navigation, search
Line 14: Line 14:
 
Android:layout_width=“150dp”                        // attributes
 
Android:layout_width=“150dp”                        // attributes
 
Android:layout_height=“75dp”/>                      // attributes and close tag
 
Android:layout_height=“75dp”/>                      // attributes and close tag
 
 
</syntaxhighlight>
 
</syntaxhighlight>
  
  
 
[[File:Dog.jpg|950px|thumb|center|]]
 
[[File:Dog.jpg|950px|thumb|center|]]

Revision as of 23:52, 5 August 2019

Adroid Programming

lalfldfl fdldfldfd


XML syntax

< TextView                                          //open tag
android:text=Happy Valentines Day                // attributes
android:background=@android:color/darker_gray     // attributes
Android:layout_width=150dp                        // attributes
Android:layout_height=75dp/>                      // attributes and close tag


Dog.jpg