Loading res/layout/wifi_dpp_qrcode_generator_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ android:id="@+id/password" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="24dp" android:textAlignment="center" android:textIsSelectable="true" android:focusable="true" Loading src/com/android/settings/wifi/dpp/WifiDppQrCodeGeneratorFragment.java +7 −4 Original line number Diff line number Diff line Loading @@ -162,7 +162,8 @@ public class WifiDppQrCodeGeneratorFragment extends WifiDppQrCodeBaseFragment { setQrCode(); } @VisibleForTesting ComponentName getNearbySharingComponent() { @VisibleForTesting ComponentName getNearbySharingComponent() { String nearbyComponent = Settings.Secure.getString( getContext().getContentResolver(), Settings.Secure.NEARBY_SHARING_COMPONENT); Loading Loading @@ -221,7 +222,7 @@ public class WifiDppQrCodeGeneratorFragment extends WifiDppQrCodeBaseFragment { } private Button createActionButton(Drawable icon, CharSequence title, View.OnClickListener r) { Button b = (Button) LayoutInflater.from(getContext()).inflate( final Button b = (Button) LayoutInflater.from(getContext()).inflate( com.android.internal.R.layout.chooser_action_button, null); if (icon != null) { final int size = getResources() Loading Loading @@ -252,8 +253,10 @@ public class WifiDppQrCodeGeneratorFragment extends WifiDppQrCodeBaseFragment { Button createNearbyButton(Intent originalIntent, View.OnClickListener r) { final TargetInfo ti = getNearbySharingTarget(originalIntent); if (ti == null) return null; return createActionButton(ti.getDisplayIcon(getContext()), ti.getDisplayLabel(), r); final Button button = createActionButton(ti.getDisplayIcon(getContext()), ti.getDisplayLabel(), r); button.setAllCaps(false); return button; } private void setQrCode() { Loading Loading
res/layout/wifi_dpp_qrcode_generator_fragment.xml +1 −1 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ android:id="@+id/password" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="16dp" android:layout_marginBottom="24dp" android:textAlignment="center" android:textIsSelectable="true" android:focusable="true" Loading
src/com/android/settings/wifi/dpp/WifiDppQrCodeGeneratorFragment.java +7 −4 Original line number Diff line number Diff line Loading @@ -162,7 +162,8 @@ public class WifiDppQrCodeGeneratorFragment extends WifiDppQrCodeBaseFragment { setQrCode(); } @VisibleForTesting ComponentName getNearbySharingComponent() { @VisibleForTesting ComponentName getNearbySharingComponent() { String nearbyComponent = Settings.Secure.getString( getContext().getContentResolver(), Settings.Secure.NEARBY_SHARING_COMPONENT); Loading Loading @@ -221,7 +222,7 @@ public class WifiDppQrCodeGeneratorFragment extends WifiDppQrCodeBaseFragment { } private Button createActionButton(Drawable icon, CharSequence title, View.OnClickListener r) { Button b = (Button) LayoutInflater.from(getContext()).inflate( final Button b = (Button) LayoutInflater.from(getContext()).inflate( com.android.internal.R.layout.chooser_action_button, null); if (icon != null) { final int size = getResources() Loading Loading @@ -252,8 +253,10 @@ public class WifiDppQrCodeGeneratorFragment extends WifiDppQrCodeBaseFragment { Button createNearbyButton(Intent originalIntent, View.OnClickListener r) { final TargetInfo ti = getNearbySharingTarget(originalIntent); if (ti == null) return null; return createActionButton(ti.getDisplayIcon(getContext()), ti.getDisplayLabel(), r); final Button button = createActionButton(ti.getDisplayIcon(getContext()), ti.getDisplayLabel(), r); button.setAllCaps(false); return button; } private void setQrCode() { Loading