aboutsummaryrefslogtreecommitdiffstats
path: root/res/layout/dialog_seekbar_layout.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialog_seekbar_layout.xml')
-rw-r--r--res/layout/dialog_seekbar_layout.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/res/layout/dialog_seekbar_layout.xml b/res/layout/dialog_seekbar_layout.xml
deleted file mode 100644
index 3fc9a6fc..00000000
--- a/res/layout/dialog_seekbar_layout.xml
+++ /dev/null
@@ -1,31 +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="match_parent"
- android:orientation="vertical" >
-
- <TextView
- android:id="@+id/textView_seekDialog"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="5dp"
- android:text="text"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <TextView
- android:id="@+id/textView_seekLevel"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_marginLeft="5dp"
- android:layout_marginTop="5dp"
- android:text="1"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <SeekBar
- android:id="@+id/seekBar_seekDialog"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:padding="10dp" />
-
-</LinearLayout> \ No newline at end of file