blob: 6e9cf4108367f32565d7eb2843f7ec94a7f99d7f [file] [log] [blame]
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/not_triggered"
android:id="@+id/proximity_sensor_state_text"
android:layout_alignTop="@+id/textView"
android:layout_toEndOf="@+id/textView" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/state"
android:id="@+id/textView"
android:layout_gravity="center_horizontal"/>
</RelativeLayout>