mirror of
https://github.com/zoriya/Opus.git
synced 2026-06-08 16:24:49 +00:00
12 lines
441 B
XML
12 lines
441 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<Button
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:layout_width="fill_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginLeft="20dp"
|
|
android:layout_marginRight="20dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/FlatButtonBorder"
|
|
android:id="@+id/button"
|
|
android:text="Add a playlist" /> |