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.xml13
1 files changed, 4 insertions, 9 deletions
diff --git a/res/layout/setting_item.xml b/res/layout/setting_item.xml
index 43d8595..5bcf3f7 100644
--- a/res/layout/setting_item.xml
+++ b/res/layout/setting_item.xml
@@ -17,18 +17,13 @@
*/
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
- style="@style/SettingRow"
- android:layout_height="42dp">
+ style="@style/SettingRow">
<TextView android:id="@+id/text"
- style="@style/SettingPickerText"
- android:textSize="18dp"
- android:layout_width="150dp"
- android:paddingRight="10dp"
- android:layout_height="match_parent"/>
+ style="@style/SettingItemTitle" />
<ImageView android:id="@+id/image"
- android:layout_width="20dp"
- android:layout_height="20dp"
+ android:layout_width="@dimen/setting_item_icon_width"
+ android:layout_height="@dimen/setting_item_icon_width"
android:scaleType="fitCenter"
android:adjustViewBounds="true" />
</LinearLayout>