summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorPaul Lawrence <paullawrence@google.com>2014-03-18 10:59:18 -0700
committerPaul Lawrence <paullawrence@google.com>2014-04-01 13:47:01 -0700
commit9ac2d81d9fd155240e02284894148c6dcbe486ec (patch)
treebb47279a870087ac89ed8e9b773647a2162a5883 /res
parent61ac531286b215bea5fdaab823bc83be086e7193 (diff)
downloadpackages_apps_Settings-9ac2d81d9fd155240e02284894148c6dcbe486ec.tar.gz
packages_apps_Settings-9ac2d81d9fd155240e02284894148c6dcbe486ec.tar.bz2
packages_apps_Settings-9ac2d81d9fd155240e02284894148c6dcbe486ec.zip
Show OwnerInfo on CryptKeeper screen
Depends on framework change from https://googleplex-android-review.git.corp.google.com/#/c/435138/ Bug 13526708 Change-Id: I16189b629b5515ec5175e05155ba4ec0c27d22fb
Diffstat (limited to 'res')
-rw-r--r--res/layout/crypt_keeper_status.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/res/layout/crypt_keeper_status.xml b/res/layout/crypt_keeper_status.xml
index c7264be71..39e64b09c 100644
--- a/res/layout/crypt_keeper_status.xml
+++ b/res/layout/crypt_keeper_status.xml
@@ -37,4 +37,17 @@
android:text="@string/enter_password"
android:drawableLeft="@*android:drawable/ic_lock_idle_lock"
/>
+ <TextView
+ android:id="@+id/owner_info"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:layout_marginTop="10dip"
+ android:singleLine="true"
+ android:ellipsize="marquee"
+ android:marqueeRepeatLimit ="marquee_forever"
+ android:scrollHorizontally="true"
+ android:gravity="center"
+ android:textSize="16sp"
+ android:textAppearance="?android:attr/textAppearanceMedium"
+ />
</LinearLayout>