am bff3a6cf: am f871566a: Merge "Enable adjustViewBounds on preference icon so that maxWidth is used" into lmp-dev

* commit 'bff3a6cfcc656d336f5d96a6bdc4045c63076924':
  Enable adjustViewBounds on preference icon so that maxWidth is used
This commit is contained in:
Alan Viverette
2014-09-11 18:39:59 +00:00
committed by Android Git Automerger

View File

@@ -42,6 +42,7 @@
android:id="@+id/icon"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:adjustViewBounds="true"
android:maxWidth="48dp"
android:maxHeight="48dp" />
</LinearLayout>