diff --git a/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png b/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png new file mode 100644 index 0000000000000..617dba3e8de4c Binary files /dev/null and b/core/res/res/drawable-hdpi/btn_default_transparent_normal.9.png differ diff --git a/core/res/res/drawable-hdpi/btn_lock_normal.9.png b/core/res/res/drawable-hdpi/btn_lock_normal.9.png deleted file mode 100644 index f1dac62e17b41..0000000000000 Binary files a/core/res/res/drawable-hdpi/btn_lock_normal.9.png and /dev/null differ diff --git a/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png b/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png new file mode 100644 index 0000000000000..3b3dea990f3bb Binary files /dev/null and b/core/res/res/drawable-mdpi/btn_default_transparent_normal.9.png differ diff --git a/core/res/res/drawable-mdpi/btn_lock_normal.9.png b/core/res/res/drawable-mdpi/btn_lock_normal.9.png deleted file mode 100644 index 6bdc2c64f19a6..0000000000000 Binary files a/core/res/res/drawable-mdpi/btn_lock_normal.9.png and /dev/null differ diff --git a/core/res/res/drawable/btn_default_transparent.xml b/core/res/res/drawable/btn_default_transparent.xml new file mode 100644 index 0000000000000..f8e03ee348b7a --- /dev/null +++ b/core/res/res/drawable/btn_default_transparent.xml @@ -0,0 +1,24 @@ + + + + + + + + diff --git a/core/res/res/layout/keyguard_screen_tab_unlock.xml b/core/res/res/layout/keyguard_screen_tab_unlock.xml index 26b77bb70b24e..f8944b5ca8685 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock.xml @@ -136,8 +136,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/screenLocked" - android:layout_marginTop="24dip" + android:layout_marginTop="8dip" + android:layout_marginLeft="24dip" android:drawableLeft="@drawable/ic_emergency" + style="@style/Widget.Button.Transparent" android:drawablePadding="8dip" /> diff --git a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml index 5c802352a6a8e..22c0b8e2066f8 100644 --- a/core/res/res/layout/keyguard_screen_tab_unlock_land.xml +++ b/core/res/res/layout/keyguard_screen_tab_unlock_land.xml @@ -128,8 +128,9 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/screenLocked" - android:layout_marginTop="24dip" + android:layout_marginTop="8dip" android:drawableLeft="@drawable/ic_emergency" + style="@style/Widget.Button.Transparent" android:drawablePadding="8dip" /> diff --git a/core/res/res/layout/keyguard_screen_unlock_landscape.xml b/core/res/res/layout/keyguard_screen_unlock_landscape.xml index 6da82e9fa0324..602a37ca9621c 100644 --- a/core/res/res/layout/keyguard_screen_unlock_landscape.xml +++ b/core/res/res/layout/keyguard_screen_unlock_landscape.xml @@ -155,10 +155,7 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/lockscreen_emergency_call" - android:textSize="14sp" - android:background="@drawable/btn_lock_normal" - android:textAppearance="?android:attr/textAppearanceSmall" - android:textColor="?android:attr/textColorPrimary" + style="@style/Widget.Button.Transparent" android:drawableLeft="@drawable/ic_emergency" android:drawablePadding="8dip" /> @@ -174,20 +171,14 @@