Merge "Remove '?' icon in layout for "Forgot pattern" button" into klp-dev
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 757 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.4 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 591 B |
Binary file not shown.
|
Before Width: | Height: | Size: 947 B |
Binary file not shown.
|
Before Width: | Height: | Size: 957 B |
Binary file not shown.
|
Before Width: | Height: | Size: 1.9 KiB |
@@ -1,21 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
|
||||||
<!-- Copyright (C) 2008 The Android Open Source Project
|
|
||||||
|
|
||||||
Licensed under the Apache License, Version 2.0 (the "License");
|
|
||||||
you may not use this file except in compliance with the License.
|
|
||||||
You may obtain a copy of the License at
|
|
||||||
|
|
||||||
http://www.apache.org/licenses/LICENSE-2.0
|
|
||||||
|
|
||||||
Unless required by applicable law or agreed to in writing, software
|
|
||||||
distributed under the License is distributed on an "AS IS" BASIS,
|
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
||||||
See the License for the specific language governing permissions and
|
|
||||||
limitations under the License.
|
|
||||||
-->
|
|
||||||
|
|
||||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
|
||||||
<item android:state_enabled="true" android:drawable="@drawable/ic_lockscreen_forgotpassword_normal" />
|
|
||||||
<item android:state_pressed="true" android:drawable="@drawable/ic_lockscreen_forgotpassword_pressed" />
|
|
||||||
<item android:drawable="@drawable/ic_lockscreen_forgotpassword_normal" />
|
|
||||||
</selector>
|
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_marginTop="-10dip"
|
android:layout_marginTop="@dimen/eca_overlap"
|
||||||
style="?android:attr/buttonBarStyle"
|
style="?android:attr/buttonBarStyle"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:gravity="center"
|
android:gravity="center"
|
||||||
@@ -66,12 +66,10 @@
|
|||||||
android:layout_width="0dip"
|
android:layout_width="0dip"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_weight="1"
|
android:layout_weight="1"
|
||||||
android:drawableLeft="@drawable/lockscreen_forgot_password_button"
|
|
||||||
style="?android:attr/buttonBarButtonStyle"
|
style="?android:attr/buttonBarButtonStyle"
|
||||||
android:textSize="@dimen/kg_status_line_font_size"
|
android:textSize="@dimen/kg_status_line_font_size"
|
||||||
android:textColor="?android:attr/textColorSecondary"
|
android:textColor="?android:attr/textColorSecondary"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:drawablePadding="8dip"
|
|
||||||
android:visibility="gone"
|
android:visibility="gone"
|
||||||
android:textAllCaps="@bool/kg_use_all_caps" />
|
android:textAllCaps="@bool/kg_use_all_caps" />
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -66,4 +66,7 @@
|
|||||||
<dimen name="widget_label_font_size">16dp</dimen>
|
<dimen name="widget_label_font_size">16dp</dimen>
|
||||||
<dimen name="widget_big_font_size">141dp</dimen>
|
<dimen name="widget_big_font_size">141dp</dimen>
|
||||||
|
|
||||||
|
<!-- EmergencyCarrierArea overlap - amount to overlap the emergency button and carrier text.
|
||||||
|
Should be 0 on devices with plenty of room (e.g. tablets) -->
|
||||||
|
<dimen name="eca_overlap">0dip</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -150,6 +150,10 @@
|
|||||||
security mode. -->
|
security mode. -->
|
||||||
<dimen name="kg_small_widget_height">160dp</dimen>
|
<dimen name="kg_small_widget_height">160dp</dimen>
|
||||||
|
|
||||||
|
<!-- EmergencyCarrierArea overlap - amount to overlap the emergency button and carrier text.
|
||||||
|
Should be 0 on devices with plenty of room (e.g. tablets) -->
|
||||||
|
<dimen name="eca_overlap">-10dip</dimen>
|
||||||
|
|
||||||
<!-- Default clock parameters -->
|
<!-- Default clock parameters -->
|
||||||
<dimen name="bottom_text_spacing_digital">-8dp</dimen>
|
<dimen name="bottom_text_spacing_digital">-8dp</dimen>
|
||||||
<dimen name="label_font_size">14dp</dimen>
|
<dimen name="label_font_size">14dp</dimen>
|
||||||
|
|||||||
Reference in New Issue
Block a user