summaryrefslogtreecommitdiffstats
path: root/AdvancedDisplay/res/layout
diff options
context:
space:
mode:
authorSimon Shields <keepcalm444@gmail.com>2016-03-18 23:13:27 +1100
committerWolfgang Wiedmeyer <wolfgit@wiedmeyer.de>2016-08-25 23:39:12 +0200
commit325722855f24fbc017a46d969adaf35c237fe805 (patch)
tree729b5c6bde12bd4c9f94b288a207e1943ff58e51 /AdvancedDisplay/res/layout
parent4b1fd8093a30653119a41ecb25a18f8b4ff3350b (diff)
downloaddevice_samsung_smdk4412-common-325722855f24fbc017a46d969adaf35c237fe805.zip
device_samsung_smdk4412-common-325722855f24fbc017a46d969adaf35c237fe805.tar.gz
device_samsung_smdk4412-common-325722855f24fbc017a46d969adaf35c237fe805.tar.bz2
smdk4412-common: commonize AdvancedDisplay [3/3]
Change-Id: Ie66ca09bccc5e651365c1fe0004ba81eaed823ba
Diffstat (limited to 'AdvancedDisplay/res/layout')
-rw-r--r--AdvancedDisplay/res/layout/seek_bar_preference.xml61
-rwxr-xr-xAdvancedDisplay/res/layout/top.xml5
2 files changed, 0 insertions, 66 deletions
diff --git a/AdvancedDisplay/res/layout/seek_bar_preference.xml b/AdvancedDisplay/res/layout/seek_bar_preference.xml
deleted file mode 100644
index 38d9a1e..0000000
--- a/AdvancedDisplay/res/layout/seek_bar_preference.xml
+++ /dev/null
@@ -1,61 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@android:id/widget_frame"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:paddingLeft="8dp"
- android:paddingTop="5dp"
- android:paddingRight="10dp"
- android:paddingBottom="5dp"
- >
-
- <TextView android:id="@android:id/title"
- android:layout_alignParentLeft="true"
- android:layout_alignParentTop="true"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium" />
-
- <TextView android:id="@android:id/summary"
- android:layout_alignParentLeft="true"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@android:id/title"
- android:textAppearance="?android:attr/textAppearanceSmall"
- android:textColor="?android:attr/textColorSecondary" />
-
- <RelativeLayout
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_below="@android:id/summary" >
-
- <TextView android:id="@+id/seekBarPrefUnitsRight"
- android:layout_centerInParent="true"
- android:layout_alignParentRight="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <TextView android:id="@+id/seekBarPrefValue"
- android:layout_centerInParent="true"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:layout_toLeftOf="@id/seekBarPrefUnitsRight"
- android:gravity="right"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <TextView android:id="@+id/seekBarPrefUnitsLeft"
- android:layout_centerInParent="true"
- android:layout_toLeftOf="@id/seekBarPrefValue"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceSmall" />
-
- <LinearLayout android:id="@+id/seekBarPrefBarContainer"
- android:layout_centerInParent="true"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_toLeftOf="@id/seekBarPrefUnitsLeft" />
- </RelativeLayout>
-</RelativeLayout>
diff --git a/AdvancedDisplay/res/layout/top.xml b/AdvancedDisplay/res/layout/top.xml
deleted file mode 100755
index 744b568..0000000
--- a/AdvancedDisplay/res/layout/top.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<android.support.v4.view.ViewPager xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/viewPager"
- android:layout_width="match_parent"
- android:layout_height="match_parent" />
-