summaryrefslogtreecommitdiffstats
path: root/res/layout/setting_item.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/setting_item.xml')
-rw-r--r--res/layout/setting_item.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/setting_item.xml b/res/layout/setting_item.xml
index 5bcf3f77..3af3c3ec 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>