OSDN Git Service

Make icon size on Printing settings match the rest of settings
authorAntony Sargent <asargent@google.com>
Wed, 6 Jun 2018 21:37:36 +0000 (14:37 -0700)
committerAntony Sargent <asargent@google.com>
Wed, 6 Jun 2018 23:35:52 +0000 (16:35 -0700)
commit5a6c3fe64520a8f08f127aac77c6e328fedb8319
treebbdc53456f07dc10290eca67fa43a8033f1b43a7
parenta809c439a95d32ae6fe90e651187756cea7fcdb1
Make icon size on Printing settings match the rest of settings

The icons on this page were being displayed at 48dp because we were
using a generic Preference element, instead of the custom settings
AppPreference which we use in lots of other places in settings for
displaying app entries in a list (and has a custom layout that ends up
with 32dp icons).

Fixes: 78654919
Test: manual (go to Settings -> Connected devices -> Connection
preferences -> Printing)

Change-Id: Icf21ab6b41fc00936cd58f3342a8c5502c6dd87f
src/com/android/settings/print/PrintSettingsFragment.java