aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2014-10-02 00:48:30 +0200
committerJorge Ruesga <jorge@ruesga.com>2014-10-02 00:48:30 +0200
commit6a410423086c5d118d479466a3451d5a77600f51 (patch)
tree63cd0953a57d373134f168756d8e0413f86b8f56
parent3218fc42937883f003273a1211346e67f1e02b4a (diff)
downloadandroid_packages_apps_CMFileManager-6a410423086c5d118d479466a3451d5a77600f51.tar.gz
android_packages_apps_CMFileManager-6a410423086c5d118d479466a3451d5a77600f51.tar.bz2
android_packages_apps_CMFileManager-6a410423086c5d118d479466a3451d5a77600f51.zip
cmfm: use textview instead of a edittext
Change-Id: I75fa55cea73984ba1a09c230affc4efc38f8531e Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
-rw-r--r--res/layout/hexdump_line.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/hexdump_line.xml b/res/layout/hexdump_line.xml
index 2e104ec8..9150370a 100644
--- a/res/layout/hexdump_line.xml
+++ b/res/layout/hexdump_line.xml
@@ -14,7 +14,7 @@
limitations under the License.
-->
-<EditText xmlns:android="http://schemas.android.com/apk/res/android"
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@android:id/text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"