diff options
author | 2013-11-11 16:20:07 +0900 | |
---|---|---|
committer | 2013-11-22 17:26:17 -0800 | |
commit | fe5262a70d7ce84e8ccc8db8ecec99ea56bd0a90 (patch) | |
tree | b2342e0dc042147ec8bdc67b9b8bff1334cab2ed /java/res/layout | |
parent | d5e6044dedefb42d9c3e091cd8e2e9bb9579c356 (diff) | |
download | latinime-fe5262a70d7ce84e8ccc8db8ecec99ea56bd0a90.tar.gz latinime-fe5262a70d7ce84e8ccc8db8ecec99ea56bd0a90.tar.xz latinime-fe5262a70d7ce84e8ccc8db8ecec99ea56bd0a90.zip |
Rename KLP theme related resources
Bug: 11622614
Change-Id: I4e390aa263349d730b47502d84e4d528e7f5ce71
Diffstat (limited to 'java/res/layout')
-rw-r--r-- | java/res/layout/key_preview_klp.xml (renamed from java/res/layout/key_preview_ics.xml) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/res/layout/key_preview_ics.xml b/java/res/layout/key_preview_klp.xml index 222e8846c..160aeb9a9 100644 --- a/java/res/layout/key_preview_ics.xml +++ b/java/res/layout/key_preview_klp.xml @@ -2,7 +2,7 @@ <!-- /* ** -** Copyright 2012, The Android Open Source Project +** Copyright 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. @@ -21,7 +21,7 @@ <TextView xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:background="@drawable/keyboard_key_feedback_ics" + android:background="@drawable/keyboard_key_feedback_klp" android:minWidth="32dp" android:gravity="center" /> |