|
|
|
@ -30,7 +30,7 @@
|
|
|
|
|
android:id="@+id/divider"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="1dp"
|
|
|
|
|
android:background="?android:attr/listDivider" />
|
|
|
|
|
android:background="@color/grey_200" />
|
|
|
|
|
|
|
|
|
|
<ListView
|
|
|
|
|
android:id="@+id/paired_devices"
|
|
|
|
@ -39,4 +39,24 @@
|
|
|
|
|
android:stackFromBottom="false"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
<View
|
|
|
|
|
android:id="@+id/divider1"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="1dp"
|
|
|
|
|
android:background="@color/grey_200" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/cancel_picker"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:padding="24dp"
|
|
|
|
|
android:textAppearance="?attr/textAppearanceButton"
|
|
|
|
|
android:gravity="center_horizontal"
|
|
|
|
|
android:clickable="true"
|
|
|
|
|
android:focusable="true"
|
|
|
|
|
android:background="?attr/selectableItemBackground"
|
|
|
|
|
android:text="Cancel"
|
|
|
|
|
android:visibility="visible"
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
|
|
</LinearLayout>
|