summaryrefslogtreecommitdiffstats
path: root/res/layout/name_credential_dialog.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/name_credential_dialog.xml')
-rw-r--r--res/layout/name_credential_dialog.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/layout/name_credential_dialog.xml b/res/layout/name_credential_dialog.xml
index f68c8f7..b7c6d7c 100644
--- a/res/layout/name_credential_dialog.xml
+++ b/res/layout/name_credential_dialog.xml
@@ -44,12 +44,12 @@
<LinearLayout
android:id="@+id/credential_usage_group"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical" >
<TextView
- android:layout_width="wrap_content"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingTop="12dp"
android:text="@string/credential_usage_label"
@@ -57,7 +57,7 @@
<Spinner
android:id="@+id/credential_usage"
- android:layout_width="fill_parent"
+ android:layout_width="match_parent"
android:layout_height="wrap_content"
android:entries="@array/credential_usage" />