Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
145 views
in Technique[技术] by (71.8m points)

java - How to make Android layout like marksheets?

i have no idea how to make this, please help

I want to make a markshit layout view in android xml. How could i make it, can i use ListView to make semester dynamic..

            sem 1    sem 2    sem 3.... Total
 math          20       25      22        67
 science       18       22      24        64
 english       18       22      24        64
 physical      20       25      22        67

 Total         76       94      92        262
See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

You can use GridLayout for this or LinearLayout

If you are using GridLayout then push an empty view for position 0 and position 1,2,3,4,5... column will contain your semester heading and last column index will be Total

now next row's first element will be your subject header and same for every for

you have to arrange your model accordingly to achieve proper data representation

If you are using LinearLlayout then your Layout will be in xml using LinearLayout weightSum and weigh property


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...