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:
@@ -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" />
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user