Skip to content

Instantly share code, notes, and snippets.

@UnoRing
UnoRing / XML compteur basket
Last active March 30, 2021 22:56
Appli compteur de points Basket
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:background="@drawable/dunkjordan"
tools:context=".MainActivity">
@UnoRing
UnoRing / XML commande de café
Last active March 7, 2018 11:05
Appli commande de café
<?xml version="1.0" encoding="utf-8"?>
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"