Merge "Fix 4462497: Move layouts from xlarge to large to enable 7" tablets" into honeycomb-mr2
BIN
core/res/res/drawable-mdpi/btn_code_lock_default.png
Executable file → Normal file
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 298 B |
BIN
core/res/res/drawable-mdpi/btn_code_lock_touched.png
Executable file → Normal file
Before Width: | Height: | Size: 739 B After Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 1.0 KiB After Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 759 B |
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 983 B |
Before Width: | Height: | Size: 1021 B After Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 786 B After Width: | Height: | Size: 650 B |
BIN
core/res/res/drawable-mdpi/ic_lock_idle_charging.png
Executable file → Normal file
Before Width: | Height: | Size: 599 B After Width: | Height: | Size: 679 B |
BIN
core/res/res/drawable-mdpi/ic_lock_idle_lock.png
Executable file → Normal file
Before Width: | Height: | Size: 547 B After Width: | Height: | Size: 521 B |
BIN
core/res/res/drawable-mdpi/ic_lock_idle_low_battery.png
Executable file → Normal file
Before Width: | Height: | Size: 665 B After Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 388 B After Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 386 B After Width: | Height: | Size: 729 B |
BIN
core/res/res/drawable-mdpi/indicator_code_lock_point_area_default.png
Executable file → Normal file
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 23 KiB |
BIN
core/res/res/drawable-mdpi/indicator_code_lock_point_area_green.png
Executable file → Normal file
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 15 KiB |
BIN
core/res/res/drawable-mdpi/indicator_code_lock_point_area_red.png
Executable file → Normal file
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1017 B After Width: | Height: | Size: 1.6 KiB |
BIN
core/res/res/drawable-mdpi/sym_keyboard_shift_locked.png
Executable file → Normal file
Before Width: | Height: | Size: 799 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 213 B After Width: | Height: | Size: 213 B |
Before Width: | Height: | Size: 214 B After Width: | Height: | Size: 214 B |
Before Width: | Height: | Size: 210 B After Width: | Height: | Size: 210 B |
Before Width: | Height: | Size: 212 B After Width: | Height: | Size: 212 B |
Before Width: | Height: | Size: 209 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 4.6 KiB After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 110 KiB |
Before Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 298 B |
Before Width: | Height: | Size: 393 B |
Before Width: | Height: | Size: 759 B |
Before Width: | Height: | Size: 983 B |
Before Width: | Height: | Size: 629 B |
Before Width: | Height: | Size: 979 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 650 B |
Before Width: | Height: | Size: 679 B |
Before Width: | Height: | Size: 521 B |
Before Width: | Height: | Size: 607 B |
Before Width: | Height: | Size: 573 B |
Before Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.4 KiB |
@ -47,13 +47,12 @@
|
||||
<RelativeLayout
|
||||
android:layout_weight="1"
|
||||
android:layout_width="0dip"
|
||||
android:layout_height="match_parent">
|
||||
android:layout_height="match_parent"
|
||||
android:gravity="center_vertical|center_horizontal">
|
||||
|
||||
<com.android.internal.widget.LockPatternView android:id="@+id/lockPattern"
|
||||
android:layout_width="354dip"
|
||||
android:layout_height="354dip"
|
||||
android:layout_marginLeft="143dip"
|
||||
android:layout_marginTop="201dip"
|
||||
android:layout_gravity="center_vertical"
|
||||
/>
|
||||
|