Loading core/res/res/layout/volume_adjust.xml +8 −12 Original line number Diff line number Diff line Loading @@ -15,22 +15,21 @@ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="left"> android:layout_width="480dp" android:layout_height="wrap_content"> <LinearLayout android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="80dip" android:layout_marginTop="80dp" android:background="@android:drawable/dialog_full_holo_dark" android:orientation="horizontal" > <LinearLayout android:id="@+id/slider_group" android:layout_width="wrap_content" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" > <!-- Sliders go here --> Loading Loading @@ -58,7 +57,4 @@ /> </LinearLayout> </FrameLayout> No newline at end of file core/res/res/layout/volume_adjust_item.xml +3 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="80dip" android:orientation="horizontal" android:layout_marginTop="8dip" Loading @@ -34,8 +34,9 @@ <SeekBar style="?android:attr/seekBarStyle" android:id="@+id/seekbar" android:layout_width="300dip" android:layout_width="300dp" android:layout_height="wrap_content" android:layout_weight="1" android:padding="16dip" android:layout_marginLeft="8dip" android:layout_marginRight="8dip" /> Loading Loading
core/res/res/layout/volume_adjust.xml +8 −12 Original line number Diff line number Diff line Loading @@ -15,22 +15,21 @@ --> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" android:gravity="left"> android:layout_width="480dp" android:layout_height="wrap_content"> <LinearLayout android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginTop="80dip" android:layout_marginTop="80dp" android:background="@android:drawable/dialog_full_holo_dark" android:orientation="horizontal" > <LinearLayout android:id="@+id/slider_group" android:layout_width="wrap_content" android:layout_width="0dp" android:layout_height="wrap_content" android:layout_weight="1" android:orientation="vertical" > <!-- Sliders go here --> Loading Loading @@ -58,7 +57,4 @@ /> </LinearLayout> </FrameLayout> No newline at end of file
core/res/res/layout/volume_adjust_item.xml +3 −2 Original line number Diff line number Diff line Loading @@ -15,7 +15,7 @@ --> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_width="match_parent" android:layout_height="80dip" android:orientation="horizontal" android:layout_marginTop="8dip" Loading @@ -34,8 +34,9 @@ <SeekBar style="?android:attr/seekBarStyle" android:id="@+id/seekbar" android:layout_width="300dip" android:layout_width="300dp" android:layout_height="wrap_content" android:layout_weight="1" android:padding="16dip" android:layout_marginLeft="8dip" android:layout_marginRight="8dip" /> Loading