view XposedLibrary/res/layout/preference_valueseekbar_extension.xml @ 1:30f975176f8e

Icon
author Brad Greco <brad@bgreco.net>
date Tue, 21 Jan 2014 20:06:31 -0600
parents 3da8a7a621cd
children
line wrap: on
line source

<?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:gravity="center_vertical"
    android:minHeight="?android:attr/listPreferredItemHeight"
    android:orientation="vertical"
    android:paddingRight="?android:attr/scrollbarSize" >

    <SeekBar
        android:id="@+id/valueseekbar_preference_seekbar"
        android:layout_width="match_parent"
        android:layout_height="wrap_content" />

    <TextView
        android:id="@+id/valueseekbar_preference_value"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center" />

</LinearLayout>