Revert "Settings for NFC Unlock"

This will be rolled into a Trustlet

This reverts commit fd2b629335.

Change-Id: I921f0838d4646799b6664da64a578a209e9c037e
This commit is contained in:
Andres Morales
2014-05-20 16:39:27 +00:00
parent dcb73d8299
commit ad0c06aca3
22 changed files with 0 additions and 245 deletions

View File

@@ -1,44 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_vertical">
<ImageView
android:id="@+id/status_image"
android:src="@drawable/no_ring_detected"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="bottom"
android:scaleType="center"/>
<TextView
android:id="@+id/status_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="top"
android:textSize="24sp"
android:textAlignment="center"
android:paddingTop="16dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"/>
</LinearLayout>