From 27345872d00891064471efd2a2b7f416683f88ad Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Sat, 20 Apr 2013 11:28:49 +0200 Subject: [PATCH] Fix endpoint hint string hardcoded value for a strings.xml resource --- .../res/layout/connection_profile_activity.xml | 17 ++++++----------- .../res/values/strings.xml | 1 + 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/com.rcarrillocruz.android.openstackdroid/res/layout/connection_profile_activity.xml b/com.rcarrillocruz.android.openstackdroid/res/layout/connection_profile_activity.xml index d8778ba..74d7f0e 100644 --- a/com.rcarrillocruz.android.openstackdroid/res/layout/connection_profile_activity.xml +++ b/com.rcarrillocruz.android.openstackdroid/res/layout/connection_profile_activity.xml @@ -8,8 +8,7 @@ android:id="@+id/textView1" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:text="@string/profile_name" - android:textAppearance="?android:attr/textAppearanceLarge" /> + android:text="@string/profile_name" /> + android:text="@string/endpoint" /> + android:text="@string/username" /> + android:text="@string/password" /> + android:text="@string/tenantId" /> Add Profile name API endpoint + http://<Openstack IP>:<port> Username Password Tenant id