diff options
Diffstat (limited to 'res/layout/setting_item.xml')
-rw-r--r-- | res/layout/setting_item.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/setting_item.xml b/res/layout/setting_item.xml index 5bcf3f7..3af3c3e 100644 --- a/res/layout/setting_item.xml +++ b/res/layout/setting_item.xml @@ -22,8 +22,8 @@ <TextView android:id="@+id/text" style="@style/SettingItemTitle" /> <ImageView android:id="@+id/image" - android:layout_width="@dimen/setting_item_icon_width" android:layout_height="@dimen/setting_item_icon_width" + android:layout_width="@dimen/setting_item_icon_width" android:scaleType="fitCenter" android:adjustViewBounds="true" /> </LinearLayout> |