Files
location_ringer/LocationRinger/res/layout/volume_fragment.xml
Ricky Barrette 5ead10d129 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>
2012-05-26 10:53:28 -04:00

22 lines
737 B
XML

<?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="wrap_content"
android:orientation="vertical" >
<include
android:id="@+id/title_bar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dip"
layout="@layout/feature_title_bar" />
<SeekBar
android:id="@+id/volume"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="20dip"
android:layout_marginRight="20dip"
android:layout_marginTop="10dip" />
</LinearLayout>