<?xml version="1.0" encoding="utf-8"?>
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:orientation="vertical"
|
android:background="@drawable/bg">
|
|
<TextView
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
android:layout_marginTop="48dp"
|
android:text="HDL-ArcSeekBar"
|
android:textColor="#fff"
|
android:textSize="32sp"
|
android:textStyle="bold"
|
android:background="@android:color/black"
|
android:gravity="center" />
|
|
<ListView
|
android:id="@+id/listview"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:background="@color/white">
|
|
</ListView>
|
|
|
</LinearLayout>
|