You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sense-toolbox/OneToolbox/res/layout/fragment_wake_gestures.xml

28 lines
926 B
XML

xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@android:color/transparent" >
android:id="@+id/themehint"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center"
android:gravity="center"
android:padding="30dp"
android:text="@string/wakegestures_hint"
android:textAllCaps="true"
android:textSize="18sp"
android:textColor="@color/theme_hint"
android:fontFamily="sans-serif-condensed" />