Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
IUT-Prog-Android-TP1
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sofiane Lasri
IUT-Prog-Android-TP1
Commits
3ff1e3b6
Commit
3ff1e3b6
authored
2 years ago
by
Sofiane Lasri
Browse files
Options
Downloads
Patches
Plain Diff
Questions...
parent
51f4723b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/src/main/res/layout/activity_main.xml
+98
-0
98 additions, 0 deletions
app/src/main/res/layout/activity_main.xml
with
98 additions
and
0 deletions
app/src/main/res/layout/activity_main.xml
+
98
−
0
View file @
3ff1e3b6
...
...
@@ -48,6 +48,104 @@
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
>
<ScrollView
android:id=
"@+id/scrollView"
android:layout_width=
"0dp"
android:layout_height=
"0dp"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toTopOf=
"parent"
app:layout_constraintBottom_toTopOf=
"@+id/navbar"
>
<LinearLayout
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:orientation=
"vertical"
>
<TextView
android:id=
"@+id/textView2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Au cours de quel évènement historique fut créé le panini?"
/>
<RadioGroup
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<RadioButton
android:id=
"@+id/radioButton"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"En 1618, pendant la guerre des croissans au beurre"
/>
<RadioButton
android:id=
"@+id/radioButton2"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"En 1702, pendant le massacre du Saint Panini"
/>
<RadioButton
android:id=
"@+id/radioButton3"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"En 112 avant Célion Dion, pendant la prise de la brioche"
/>
<RadioButton
android:id=
"@+id/radioButton4"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"La réponse D"
/>
</RadioGroup>
<TextView
android:id=
"@+id/textView3"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Lorsqu'un pancake prend l'avio à destination de Toronto et qu'il fait une escale technique à St Claude, on dit:"
/>
<RadioGroup
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
<RadioButton
android:id=
"@+id/radioButton5"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Un cheval"
/>
</RadioGroup>
<TextView
android:id=
"@+id/textView4"
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:text=
"Êtes vous..."
/>
<RadioGroup
android:layout_width=
"match_parent"
android:layout_height=
"match_parent"
>
</RadioGroup>
</LinearLayout>
</ScrollView>
<LinearLayout
android:id=
"@+id/navbar"
android:layout_width=
"0dp"
android:layout_height=
"wrap_content"
android:orientation=
"horizontal"
app:layout_constraintBottom_toBottomOf=
"parent"
app:layout_constraintEnd_toEndOf=
"parent"
app:layout_constraintStart_toStartOf=
"parent"
app:layout_constraintTop_toBottomOf=
"@+id/scrollView"
>
<Button
android:id=
"@+id/button2"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:layout_weight=
"1"
android:text=
"Entrer"
/>
</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment