[Android] Old layout, not used anymore

Geoffrey Métais git at videolan.org
Thu Apr 23 14:08:05 CEST 2015


vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Apr 22 19:37:03 2015 +0200| [77d95b7447a1f80305354953da79dac385ec3789] | committer: Geoffrey Métais

Old layout, not used anymore

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=77d95b7447a1f80305354953da79dac385ec3789
---

 .../res/layout/expandable_speed_selector.xml       |   61 --------------------
 1 file changed, 61 deletions(-)

diff --git a/vlc-android/res/layout/expandable_speed_selector.xml b/vlc-android/res/layout/expandable_speed_selector.xml
deleted file mode 100644
index ef6c5f4..0000000
--- a/vlc-android/res/layout/expandable_speed_selector.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?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="horizontal" >
-
-    <LinearLayout
-        android:layout_width="0dp"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center_vertical"
-        android:layout_weight="1"
-        android:orientation="vertical" >
-
-        <SeekBar
-            android:id="@+id/speed_seek_bar"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content"
-            android:focusable="true"
-            android:indeterminate="false"
-            android:max="200"
-            android:maxHeight="@dimen/seekbar_height"
-            android:minHeight="@dimen/seekbar_height"
-            android:progress="100"
-            android:progressDrawable="@drawable/po_seekbar"
-            android:splitTrack="false"
-            android:thumb="@drawable/seekbar_thumb" />
-
-        <RelativeLayout
-            android:id="@+id/relative_layout"
-            android:layout_width="match_parent"
-            android:layout_height="wrap_content" >
-
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_alignParentLeft="true"
-                android:text="0.25" />
-
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_centerHorizontal="true"
-                android:text="1.00" />
-
-            <TextView
-                android:layout_width="wrap_content"
-                android:layout_height="wrap_content"
-                android:layout_alignParentRight="true"
-                android:text="4.00" />
-        </RelativeLayout>
-    </LinearLayout>
-
-    <Button
-        android:id="@+id/reset"
-        style="?android:attr/buttonStyleSmall"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_gravity="center_vertical"
-        android:text="1x" />
-
-</LinearLayout>
\ No newline at end of file



More information about the Android mailing list