Loading res/layout/bluetooth_pin_confirm.xml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:paddingStart="16dip" android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical"> Loading res/layout/bluetooth_pin_entry.xml +2 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,8 @@ android:layout_marginStart="@dimen/bluetooth_dialog_padding" android:layout_marginEnd="@dimen/bluetooth_dialog_padding" android:gravity="center_vertical" android:textAppearance="?android:attr/textAppearanceMedium" /> android:textAppearance="@android:style/TextAppearance.Material.Subhead" android:textColor="@*android:color/secondary_text_material_light"/> <TextView android:id="@+id/phonebook_sharing_message" Loading src/com/android/settings/bluetooth/BluetoothPairingDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ public final class BluetoothPairingDialog extends AlertActivity implements switch (mType) { case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY: case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN: messagePairing.setVisibility(View.VISIBLE); case BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION: messageCaption = getString(R.string.bluetooth_enter_pin_msg); pairingContent = mPairingKey; Loading @@ -242,6 +243,7 @@ public final class BluetoothPairingDialog extends AlertActivity implements case BluetoothDevice.PAIRING_VARIANT_CONSENT: case BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT: messagePairing.setVisibility(View.VISIBLE); messageCaption = getString(R.string.bluetooth_enter_pin_msg); break; Loading @@ -259,7 +261,6 @@ public final class BluetoothPairingDialog extends AlertActivity implements pairingViewCaption.setVisibility(View.VISIBLE); pairingViewContent.setVisibility(View.VISIBLE); pairingViewContent.setText(pairingContent); messagePairing.setVisibility(View.VISIBLE); } return view; Loading Loading
res/layout/bluetooth_pin_confirm.xml +1 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:paddingStart="16dip" android:layout_height="match_parent" android:layout_width="match_parent" android:orientation="vertical"> Loading
res/layout/bluetooth_pin_entry.xml +2 −1 Original line number Diff line number Diff line Loading @@ -84,7 +84,8 @@ android:layout_marginStart="@dimen/bluetooth_dialog_padding" android:layout_marginEnd="@dimen/bluetooth_dialog_padding" android:gravity="center_vertical" android:textAppearance="?android:attr/textAppearanceMedium" /> android:textAppearance="@android:style/TextAppearance.Material.Subhead" android:textColor="@*android:color/secondary_text_material_light"/> <TextView android:id="@+id/phonebook_sharing_message" Loading
src/com/android/settings/bluetooth/BluetoothPairingDialog.java +2 −1 Original line number Diff line number Diff line Loading @@ -235,6 +235,7 @@ public final class BluetoothPairingDialog extends AlertActivity implements switch (mType) { case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PASSKEY: case BluetoothDevice.PAIRING_VARIANT_DISPLAY_PIN: messagePairing.setVisibility(View.VISIBLE); case BluetoothDevice.PAIRING_VARIANT_PASSKEY_CONFIRMATION: messageCaption = getString(R.string.bluetooth_enter_pin_msg); pairingContent = mPairingKey; Loading @@ -242,6 +243,7 @@ public final class BluetoothPairingDialog extends AlertActivity implements case BluetoothDevice.PAIRING_VARIANT_CONSENT: case BluetoothDevice.PAIRING_VARIANT_OOB_CONSENT: messagePairing.setVisibility(View.VISIBLE); messageCaption = getString(R.string.bluetooth_enter_pin_msg); break; Loading @@ -259,7 +261,6 @@ public final class BluetoothPairingDialog extends AlertActivity implements pairingViewCaption.setVisibility(View.VISIBLE); pairingViewContent.setVisibility(View.VISIBLE); pairingViewContent.setText(pairingContent); messagePairing.setVisibility(View.VISIBLE); } return view; Loading