dack23
Dauer-User
- 2.103
wenn jemand helfen will sollte ein code hier drin sein irgend ein size wert
Der ursprüngliche Beitrag von 20:20 Uhr wurde um 20:22 Uhr ergänzt:
ich vermute es liegt an der deutschen tastatur weil 7 und 9 ... 4 buchstaben haben
Code:
<?xml version="1.0" encoding="utf-8"?>
<com.android.keyguard.KeyguardPINView android:orientation="vertical" android:id="@id/keyguard_pin_view" android:layout_width="fill_parent" android:layout_height="fill_parent" android:contentDescription="@string/keyguard_accessibility_pin_unlock" androidprv:layout_maxHeight="@dimen/keyguard_security_height" androidprv:layout_maxWidth="@dimen/keyguard_security_width"
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:androidprv="http://schemas.android.com/apk/res/com.android.keyguard">
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent">
<FrameLayout android:id="@id/keyguard_securityview_area" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginBottom="100.0dip">
<LinearLayout android:orientation="vertical" android:id="@id/keyguard_bouncer_frame" android:background="#40ffffff" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_marginLeft="10.0dip" android:layout_marginRight="10.0dip" android:layoutDirection="ltr">
<include android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="-13.0dip" layout="@layout/keyguard_message_area" />
<LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<EditText android:textAppearance="@style/TextAppearance.NumPadKey" android:gravity="center" android:id="@id/pinEntry" android:background="@null" android:layout_width="0.0dip" android:layout_height="fill_parent" android:cursorVisible="true" android:singleLine="true" android:maxLength="16" android:editable="true" android:layout_weight="1.0" android:imeOptions="actionDone|flagForceAscii" android:layout_marginStart="@dimen/keyguard_lockscreen_pin_margin_left" />
<ImageButton android:gravity="center_vertical" android:id="@id/delete_button" android:background="?android:selectableItemBackground" android:paddingLeft="24.0dip" android:paddingTop="8.0dip" android:paddingRight="24.0dip" android:paddingBottom="8.0dip" android:clickable="true" android:layout_width="wrap_content" android:layout_height="fill_parent" android:src="@drawable/ic_input_delete" android:contentDescription="@string/keyboardview_keycode_delete" />
</LinearLayout>
<View android:background="#55ffffff" android:layout_width="fill_parent" android:layout_height="2.0dip" />
<LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<view android:id="@id/key1" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="1" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<view android:id="@id/key2" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="2" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<view android:id="@id/key3" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="3" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<view android:id="@id/key4" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="4" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<view android:id="@id/key5" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="5" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<view android:id="@id/key6" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="6" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<view android:id="@id/key7" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="7" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<view android:id="@id/key8" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="8" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<view android:id="@id/key9" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="9" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
</LinearLayout>
<LinearLayout android:orientation="horizontal" android:paddingLeft="27.0dip" android:paddingRight="13.0dip" android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
<Space android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" />
<view android:id="@id/key0" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:layout_weight="1.0" androidprv:digit="0" androidprv:textView="@id/pinEntry" style="@style/Widget.Button.NumPadKey" class="com.android.keyguard.NumPadKey" />
<ImageButton android:id="@id/key_enter" android:paddingRight="30.0dip" android:layout_width="0.0px" android:layout_height="fill_parent" android:layout_marginRight="12.0dip" android:src="@drawable/sym_keyboard_return_holo" android:layout_weight="1.0" android:contentDescription="@string/keyboardview_keycode_enter" style="@style/Widget.Button.NumPadKey" />
</LinearLayout>
<View android:background="#55ffffff" android:layout_width="fill_parent" android:layout_height="2.0dip" />
</LinearLayout>
</FrameLayout>
<include android:layout_width="fill_parent" android:layout_height="fill_parent" layout="@layout/keyguard_securityview_overlay_layout" />
</FrameLayout>
</com.android.keyguard.KeyguardPINView>
Der ursprüngliche Beitrag von 20:20 Uhr wurde um 20:22 Uhr ergänzt:
ich vermute es liegt an der deutschen tastatur weil 7 und 9 ... 4 buchstaben haben