cleaning resizing of login_anim icon
authorNikita Kozlov <nikita@mbdsys.com>
Thu, 01 Apr 2010 22:22:34 +0200
changeset 722 31858ca72190
parent 721 3bedd1e275b8
child 723 c77d49614696
child 725 559845cadddb
cleaning resizing of login_anim icon
res/anim/rotate_and_scale.xml
res/drawable/beem_icon_launcher_color106.png
res/drawable/beem_icon_launcher_color160.png
res/drawable/beem_icon_launcher_color80.png
res/drawable/beem_launcher_icon_color.png
res/layout-large-land/login_anim.xml
res/layout-large/login_anim.xml
res/layout-small/login_anim.xml
res/layout/login_anim.xml
--- a/res/anim/rotate_and_scale.xml	Wed Mar 31 22:01:07 2010 +0200
+++ b/res/anim/rotate_and_scale.xml	Thu Apr 01 22:22:34 2010 +0200
@@ -1,11 +1,6 @@
 <?xml version="1.0" encoding="utf-8"?>
 
 <set xmlns:android="http://schemas.android.com/apk/res/android">
-    <scale android:fromXScale="0.3" android:toXScale="0.3"
-	android:fromYScale="0.3" android:toYScale="0.3"
-	android:pivotX="50%" android:pivotY="50%" 
-	android:repeatMode="reverse" android:duration="8000"
-	android:repeatCount="infinite" />
     <rotate android:fromDegrees="0" android:toDegrees="360"
 	android:pivotX="50%" android:pivotY="50%"
 	android:duration="5000"
Binary file res/drawable/beem_icon_launcher_color106.png has changed
Binary file res/drawable/beem_icon_launcher_color160.png has changed
Binary file res/drawable/beem_icon_launcher_color80.png has changed
Binary file res/drawable/beem_launcher_icon_color.png has changed
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout-large-land/login_anim.xml	Thu Apr 01 22:22:34 2010 +0200
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+	android:layout_height="fill_parent" android:layout_width="fill_parent"
+	android:orientation="vertical">
+	<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_icon_launcher_color160"
+		android:layout_height="wrap_content" android:layout_width="wrap_content"
+		android:layout_gravity="center_vertical|center_horizontal|center"
+		android:layout_weight="1" />
+	<TextView android:id="@+id/loginanim_status_text"
+		android:layout_width="fill_parent" android:layout_height="wrap_content"
+		android:textSize="20sp" android:gravity="center" android:textColor="@color/vert_manu"/>
+	<Button android:id="@+id/loginanim_cancel_button"
+		android:layout_height="wrap_content" android:layout_width="fill_parent"
+		android:layout_gravity="bottom" android:text="@string/CancelButton" />
+</LinearLayout>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout-large/login_anim.xml	Thu Apr 01 22:22:34 2010 +0200
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+	android:layout_height="fill_parent" android:layout_width="fill_parent"
+	android:orientation="vertical">
+	<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_icon_launcher_color160"
+		android:layout_height="wrap_content" android:layout_width="wrap_content"
+		android:layout_gravity="center_vertical|center_horizontal|center"
+		android:layout_weight="1" />
+	<TextView android:id="@+id/loginanim_status_text"
+		android:layout_width="fill_parent" android:layout_height="wrap_content"
+		android:textSize="20sp" android:gravity="center" android:textColor="@color/vert_manu"/>
+	<Button android:id="@+id/loginanim_cancel_button"
+		android:layout_height="wrap_content" android:layout_width="fill_parent"
+		android:layout_gravity="bottom" android:text="@string/CancelButton" />
+</LinearLayout>
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/res/layout-small/login_anim.xml	Thu Apr 01 22:22:34 2010 +0200
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+	android:layout_height="fill_parent" android:layout_width="fill_parent"
+	android:orientation="vertical">
+	<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_icon_launcher_color80"
+		android:layout_height="wrap_content" android:layout_width="wrap_content"
+		android:layout_gravity="center_vertical|center_horizontal|center"
+		android:layout_weight="1" />
+	<TextView android:id="@+id/loginanim_status_text"
+		android:layout_width="fill_parent" android:layout_height="wrap_content"
+		android:textSize="20sp" android:gravity="center" android:textColor="@color/vert_manu"/>
+	<Button android:id="@+id/loginanim_cancel_button"
+		android:layout_height="wrap_content" android:layout_width="fill_parent"
+		android:layout_gravity="bottom" android:text="@string/CancelButton" />
+</LinearLayout>
+
--- a/res/layout/login_anim.xml	Wed Mar 31 22:01:07 2010 +0200
+++ b/res/layout/login_anim.xml	Thu Apr 01 22:22:34 2010 +0200
@@ -3,8 +3,9 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
 	android:layout_height="fill_parent" android:layout_width="fill_parent"
 	android:orientation="vertical">
-	<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_launcher_icon_color"
-		android:layout_height="fill_parent" android:layout_width="fill_parent"
+	<ImageView android:id="@+id/loginanim_logo_anim" android:src="@drawable/beem_icon_launcher_color106"
+		android:layout_height="wrap_content" android:layout_width="wrap_content"
+		android:layout_gravity="center_vertical|center_horizontal|center"
 		android:layout_weight="1" />
 	<TextView android:id="@+id/loginanim_status_text"
 		android:layout_width="fill_parent" android:layout_height="wrap_content"