abouttreesummaryrefslogcommitdiff
path: root/res/layout
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/dialog_edit_text.xml (renamed from res/layout/custom_extra_key_add_dialog.xml)2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/custom_extra_key_add_dialog.xml b/res/layout/dialog_edit_text.xml
index 9b799e0..ad07947 100644
--- a/res/layout/custom_extra_key_add_dialog.xml
+++ b/res/layout/dialog_edit_text.xml
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content">
- <EditText android:id="@+id/key_name" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="10dp"/>
+ <EditText android:id="@+id/text" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_margin="10dp"/>
</LinearLayout>