aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/fragment_gauge.xml
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res/layout/fragment_gauge.xml')
-rw-r--r--app/src/main/res/layout/fragment_gauge.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/app/src/main/res/layout/fragment_gauge.xml b/app/src/main/res/layout/fragment_gauge.xml
deleted file mode 100644
index ff1df86..0000000
--- a/app/src/main/res/layout/fragment_gauge.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:orientation="vertical"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:clickable="true"
- android:focusable="true"
- >
-
- <TextView
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:text="Gauge: XX"
- android:id="@+id/gauge_title"
- android:layout_gravity="center_horizontal"
- android:gravity="start"/>
-
- <SeekBar
- style="?android:attr/progressBarStyleHorizontal"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:id="@+id/gauge_seek_bar"
- android:layout_gravity="center_horizontal"/>
-</LinearLayout> \ No newline at end of file