Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as XML by scores.xml ( 14 years ago )
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:orientation="vertical"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    >
        <TextView
             android:layout_width="fill_parent" 
        android:layout_height="wrap_content" 
        android:textColor="#0F4FA9"
        android:text="Nick name         Puntos"
            
            ></TextView>
   <ListView
            android:id="@+id/Lista"
    android:layout_width="fill_parent" 
    android:layout_height="wrap_content" 
    android:text=""
    android:textColor="#BD008E"
    />
</LinearLayout>

 

Revise this Paste

Your Name: Code Language: