Improved GUI

git-svn-id: https://forja.rediris.es/svn/cusl6-swadroid/trunk@126 5bc14d19-1e4b-4ba2-aa50-860af135f48c
This commit is contained in:
Juan Miguel Boyero Corral 2011-11-22 22:11:00 +00:00
parent df8d386df1
commit 5c35064bb7
29 changed files with 30 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="es.ugr.swad.swadroid"
android:installLocation="auto" android:versionName="0.3.3" android:versionCode="9">
android:installLocation="auto" android:versionCode="9" android:versionName="0.3.3">
<application android:label="@string/app_name" android:icon="@drawable/ic_launcher_swadroid" android:debuggable="true">
<activity android:name=".SWADMain"
android:label="@string/app_name"

View File

@ -21,8 +21,9 @@ public final class R {
public static final int ic_launcher_swadroid=0x7f020004;
public static final int note=0x7f020005;
public static final int notif=0x7f020006;
public static final int recmsg=0x7f020007;
public static final int test=0x7f020008;
public static final int notif36x36=0x7f020007;
public static final int recmsg=0x7f020008;
public static final int test=0x7f020009;
}
public static final class id {
public static final int eventDate=0x7f080004;
@ -54,10 +55,13 @@ public final class R {
public static final int coursesProgressDescription=0x7f060018;
public static final int coursesProgressTitle=0x7f060017;
public static final int dateMsg=0x7f060028;
public static final int errorConnectionMsg=0x7f06002e;
public static final int errorCopyMsg_DB=0x7f06001b;
public static final int errorMsgLaunchingActivity=0x7f060019;
public static final int errorMsgNoConnection=0x7f06001c;
public static final int errorMsgWorkaroundEmulator=0x7f06001a;
public static final int errorServerResponseMsg=0x7f06002d;
public static final int errorTimeoutMsg=0x7f06002f;
public static final int examAnnouncement=0x7f060021;
public static final int firstRunMsg=0x7f06002b;
public static final int forumReply=0x7f060025;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@ -1,21 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="horizontal">
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="horizontal"
android:background="#ffffff">
<ImageView
android:id="@+id/functionIcon"
android:layout_gravity="center_vertical"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
android:layout_height="wrap_content"
android:layout_marginLeft="6dip">
</ImageView>
<TextView
android:id="@+id/functionText"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:padding="20dp"
android:textColor="#ffffff"
android:padding="20dip"
android:textColor="#000000"
android:textSize="24sp">
</TextView>
</LinearLayout>

View File

@ -2,7 +2,8 @@
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
android:layout_height="fill_parent"
android:background="#ffffff">
<ListView
android:id="@+id/android:list"

View File

@ -2,7 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
android:layout_height="fill_parent"
android:background="#ffffff">
<Button
android:id="@+id/notificationsUpdateButton"

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_height="wrap_content" android:layout_width="match_parent" android:orientation="horizontal">
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:orientation="horizontal"
android:background="#ffffff">
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
@ -50,7 +53,7 @@
android:id="@+id/eventType"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textColor="#ffffff"
android:textColor="#000000"
android:textSize="18sp"
android:textStyle="bold" />
@ -58,7 +61,7 @@
android:id="@+id/eventLocation"
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:textColor="#ffffff"
android:textColor="#000000"
android:padding="1dip" />
<TextView
@ -66,7 +69,7 @@
android:layout_height="wrap_content"
android:layout_width="match_parent"
android:singleLine="false"
android:textColor="#ffffff"
android:textColor="#000000"
android:textSize="16sp"
android:padding="2dip" />
</LinearLayout>

View File

@ -33,5 +33,6 @@
<string name="noMsg">No</string>
<string name="firstRunMsg">Antes de usar la aplicación por primera vez debe introducir el nombre de usuario y la contraseña de acceso a SWAD en la pantalla de configuración.\n\nPuede acceder a la pantalla de configuración desde el menú de la aplicación en cualquier momento.\n\n¿Desea abrir ahora la pantalla de configuración?</string>
<string name="initialDialogTitle">IMPORTANTE</string>
<string name="errorServerResponseMsg">Error en respuesta del servidor</string><string name="errorConnectionMsg">Error durante la conexión con el servidor</string><string name="errorTimeoutMsg">Tiempo de espera agotado intentando conectar con el servidor</string>
</resources>

View File

@ -35,7 +35,9 @@
<string name="dateMsg">Date</string>
<string name="yesMsg">Yes</string>
<string name="noMsg">No</string><string name="firstRunMsg">Before using the application for the first time you must enter the user name and password for SWAD at the setup screen.\n\nYou can access to the setup screen from the application menu anytime.\n\nDo you want to open the configuration screen now?</string>
<string name="initialDialogTitle">IMPORTANT</string>
<string name="initialDialogTitle">IMPORTANT</string><string name="errorServerResponseMsg">Error in server response</string>
<string name="errorConnectionMsg">Error while connecting to server</string>
<string name="errorTimeoutMsg">Timeout trying to connect to the server</string>