TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About LinearLayout
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Manish Tewatia (2)
Amir Ali (1)
Deepak Bajaj (1)
Related resources for LinearLayout
No resource found
Learn About How to Design Buttons Using Drawable
3/31/2020 2:19:50 AM.
This article explains how to design a button using drawable.
Working With LinearLayout in Android Using Visual Studio 2010 - Part 2
3/20/2020 2:10:42 AM.
This article is all about the gravity property and padding property in LinearLayout of android.
Linearlayout in Android
9/13/2015 2:38:03 PM.
In this tutorial you will learn how to you linearlayout using xml file in android. In Linearlayout child component of the layout is lie according to line space in horizontal and vertical direction.
Working With LinearLayout in Android Using Visual Studio 2010 - Part 1
5/13/2012 3:20:21 AM.
The LinearLayout arranges views in a single column or a single row. It displays child View elements in a linear direction, either vertically or horizontally. Like a box, it contains controls inside. Controls are drawn one after another either horizontally or vertically according to the orientation of the layout.