Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.

Paste

Pasted as XML by ionutzstaniu ( 14 years ago )
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:layout_gravity="center" >

    
    <Button
        android:id="@+id/save"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android>

    <SeekBar
        android:id="@+id/seekVolume"
        android:layout_width="match_parent"
     android:layout_height="wrap_content" />

</LinearLayout>

 

Revise this Paste

Your Name: Code Language: