Hi i am new to android.
I want to add a header (sunday, monday, ....,sat)to grid as shown in following figure. is ther any work around to design a header for grid.

Asked
Active
Viewed 1,779 times
0
Rohan Deokar
- 49
- 6
-
Look at [this question](http://stackoverflow.com/questions/13217386/add-a-header-to-a-gridview-android) for a discussion on how to work around this limitation – MarkDaniel Nov 19 '12 at 11:39
1 Answers
0
Since there is no support for header or footer views in GridViews, add a simple layout with the desired fields above your GridView. Note that this way the header will NOT be scrollable along with the GridView.
overbet13
- 1,654
- 1
- 20
- 36