OSDN Git Service

Fix cryptkeeper UI for 7" tablets.
authorBen Komalo <benkomalo@google.com>
Thu, 2 Jun 2011 18:40:00 +0000 (11:40 -0700)
committerBen Komalo <benkomalo@google.com>
Thu, 2 Jun 2011 20:59:03 +0000 (13:59 -0700)
- fixes pw entry/keyboard overlap on landscape
- fixes progress screen to be centered

Bug: 4478944
Change-Id: I411ad3507f42029022815ec001d0d8e5464ac0a1

res/layout-sw600dp-land/crypt_keeper_password_entry.xml
res/layout-sw600dp/crypt_keeper_progress.xml

index 45a630a..9415fd1 100644 (file)
 ** limitations under the License.
 */
 -->
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+    android:orientation="vertical"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
 >
     <RelativeLayout
         android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:layout_centerHorizontal="true"
-        android:layout_marginTop="206dip"
+        android:layout_height="0dip"
+        android:layout_weight="1"
+        android:layout_gravity="center_horizontal"
     >
         <ImageView android:id="@+id/encroid"
             android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_alignParentTop="true"
+            android:layout_centerVertical="true"
             android:src="@drawable/encroid_resignin"
         />
 
@@ -37,7 +38,7 @@
             android:layout_height="wrap_content"
             android:layout_width="wrap_content"
             android:layout_toRightOf="@+id/encroid"
-            android:layout_marginTop="37dip"
+            android:layout_centerVertical="true"
             android:paddingRight="17dip"
             android:singleLine="true"
             android:textAppearance="?android:attr/textAppearanceMedium"
@@ -51,7 +52,7 @@
             android:layout_height="wrap_content"
             android:layout_width="320dip"
             android:layout_toRightOf="@+id/passwordLabel"
-            android:layout_marginTop="26dip"
+            android:layout_centerVertical="true"
             android:singleLine="true"
             android:inputType="textPassword"
             android:textAppearance="?android:attr/textAppearanceMedium"
     <com.android.internal.widget.PasswordEntryKeyboardView android:id="@+id/keyboard"
         android:layout_width="match_parent"
         android:layout_height="wrap_content"
-        android:layout_alignParentBottom="true"
         android:background="#00000000"
         android:keyBackground="@*android:drawable/btn_keyboard_key_fulltrans"
         android:visibility="visible"
     />
 
-</RelativeLayout>
\ No newline at end of file
+</LinearLayout>
index 7bad7ba..b55781a 100644 (file)
      limitations under the License.
   -->
 
-<RelativeLayout
+<FrameLayout
     xmlns:android="http://schemas.android.com/apk/res/android"
     android:layout_width="match_parent"
     android:layout_height="match_parent"
-    android:paddingTop="154dip"
-    android:paddingLeft="128dip"
-    android:paddingRight="128dip"
-    android:paddingBottom="16dip"
 >
-
-    <ImageView
-        android:id="@+id/encroid"
+    <RelativeLayout
         android:layout_width="wrap_content"
         android:layout_height="wrap_content"
-        android:layout_alignParentRight="true"
-        android:layout_alignParentBottom="true"
-        android:paddingRight="65dip"
-        android:src="@drawable/encroid_waiting"
-    />
+        android:layout_gravity="center"
+    >
+        <ImageView
+            android:id="@+id/encroid"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:layout_alignParentRight="true"
+            android:layout_alignParentBottom="true"
+            android:paddingRight="65dip"
+            android:src="@drawable/encroid_waiting"
+        />
 
-    <TextView
-        android:id="@+id/title"
-        android:layout_width="wrap_content"
-        android:layout_height="wrap_content"
-        android:minHeight="48dip"
-        android:layout_alignParentTop="true"
-        android:layout_alignParentLeft="true"
-        android:layout_marginLeft="16dip"
-        android:textSize="30dip"
-        android:textColor="#ff99cc00"
-        android:text="@string/crypt_keeper_setup_title"
-        android:gravity="bottom"
-    />
+        <TextView
+            android:id="@+id/title"
+            android:layout_width="wrap_content"
+            android:layout_height="wrap_content"
+            android:minHeight="48dip"
+            android:layout_alignParentTop="true"
+            android:layout_alignParentLeft="true"
+            android:layout_marginLeft="16dip"
+            android:textSize="30dip"
+            android:textColor="#ff99cc00"
+            android:text="@string/crypt_keeper_setup_title"
+            android:gravity="bottom"
+        />
 
-    <!-- Divider -->
-    <RelativeLayout
-        android:id="@+id/top_divider"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_below="@+id/title"
-    >
-        <ProgressBar
-            android:id="@+id/progress_bar"
+        <!-- Divider -->
+        <RelativeLayout
+            android:id="@+id/top_divider"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            style="?android:attr/progressBarStyleHorizontal"
-        />
-    </RelativeLayout>
+            android:layout_below="@+id/title"
+        >
+            <ProgressBar
+                android:id="@+id/progress_bar"
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                style="?android:attr/progressBarStyleHorizontal"
+            />
+        </RelativeLayout>
 
-    <TextView
-        android:id="@+id/status"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:layout_below="@+id/top_divider"
-        android:paddingLeft="152dip"
-        android:paddingTop="21dip"
-        android:textAppearance="?android:attr/textAppearanceMedium"
-    />
+        <TextView
+            android:id="@+id/status"
+            android:layout_width="match_parent"
+            android:layout_height="wrap_content"
+            android:layout_below="@+id/top_divider"
+            android:paddingLeft="152dip"
+            android:paddingTop="21dip"
+            android:textAppearance="?android:attr/textAppearanceMedium"
+        />
 
-    <!-- Divider -->
-    <RelativeLayout
-        android:id="@+id/bottom_divider"
-        android:layout_width="match_parent"
-        android:layout_height="wrap_content"
-        android:paddingLeft="152dip"
-        android:layout_above="@+id/factory_reset"
-        android:visibility="gone"
-    >
-        <ProgressBar
+        <!-- Divider -->
+        <RelativeLayout
+            android:id="@+id/bottom_divider"
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
-            style="?android:attr/progressBarStyleHorizontal"
+            android:paddingLeft="152dip"
+            android:layout_above="@+id/factory_reset"
+            android:visibility="gone"
+        >
+            <ProgressBar
+                android:layout_width="match_parent"
+                android:layout_height="wrap_content"
+                style="?android:attr/progressBarStyleHorizontal"
+            />
+        </RelativeLayout>
+
+        <Button
+            android:id="@+id/factory_reset"
+            android:layout_width="208dip"
+            android:layout_height="48dip"
+            android:layout_alignParentRight="true"
+            android:layout_alignParentBottom="true"
+            android:layout_marginBottom="80dip"
+            android:text="@string/master_clear_button_text"
+            android:visibility="gone"
         />
-    </RelativeLayout>
 
-    <Button
-        android:id="@+id/factory_reset"
-        android:layout_width="208dip"
-        android:layout_height="48dip"
-        android:layout_alignParentRight="true"
-        android:layout_alignParentBottom="true"
-        android:layout_marginBottom="80dip"
-        android:text="@string/master_clear_button_text"
-        android:visibility="gone"
-    />
-</RelativeLayout>
\ No newline at end of file
+    </RelativeLayout>
+</FrameLayout>