Updated XML of ringtone fragment, toggle button fragment, and volume

fragment to use the new feature title bar.

I also deleted list.xml because it is no longer used.

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-26 10:53:28 -04:00
parent d048903501
commit 5ead10d129
4 changed files with 9 additions and 20 deletions

View File

@@ -1,5 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<ListView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent" />

View File

@@ -4,14 +4,12 @@
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/label"
<include
android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:background="@android:drawable/title_bar"
android:text="@string/ringtone_options"
android:textColor="#FFFFFF" />
layout="@layout/feature_title_bar" />
<EditText
android:id="@+id/ringtone"

View File

@@ -4,14 +4,12 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<TextView
android:id="@+id/label"
<include
android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:background="@android:drawable/title_bar"
android:text="@string/ringtone_options"
android:textColor="#FFFFFF" />
layout="@layout/feature_title_bar" />
<ToggleButton
android:id="@+id/toggle"

View File

@@ -4,14 +4,12 @@
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
android:id="@+id/volume_label"
<include
android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
android:background="@android:drawable/title_bar"
android:text="@string/volume"
android:textColor="#FFFFFF" />
layout="@layout/feature_title_bar" />
<SeekBar
android:id="@+id/volume"