summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2014-06-05 22:25:24 -0700
committerDanesh M <daneshm90@gmail.com>2014-06-05 23:03:33 -0700
commit737960c9f6df4a1c5f011442155868370c5abec1 (patch)
tree7fe11273dc0f9de0810554742f295ef4e6322b7b /res
parent671ee3eefeada570197c81e4db0837b7d95dae65 (diff)
downloadandroid_packages_apps_Trebuchet-737960c9f6df4a1c5f011442155868370c5abec1.tar.gz
android_packages_apps_Trebuchet-737960c9f6df4a1c5f011442155868370c5abec1.tar.bz2
android_packages_apps_Trebuchet-737960c9f6df4a1c5f011442155868370c5abec1.zip
Revert "Trebuchet : Improve iconpack selection UI"
This reverts commit 5f1823ecd69b1fb45a5e9f098d3019d31f1ca51e.
Diffstat (limited to 'res')
-rw-r--r--res/layout/iconpack_chooser.xml17
1 files changed, 8 insertions, 9 deletions
diff --git a/res/layout/iconpack_chooser.xml b/res/layout/iconpack_chooser.xml
index 105a95969..6caf9f765 100644
--- a/res/layout/iconpack_chooser.xml
+++ b/res/layout/iconpack_chooser.xml
@@ -16,14 +16,13 @@
android:paddingEnd="8dip"
android:layout_gravity="center_vertical"
android:layout_weight="1"
- android:textAppearance="?android:attr/textAppearanceLarge"
- android:textSize="19sp"/>
- <RadioButton
- android:id="@+id/radio"
- android:layout_width="wrap_content"
- android:layout_height="wrap_content"
+ android:textAppearance="?android:attr/textAppearanceLarge"/>
+ <ImageView
+ android:src="@*android:drawable/ic_cab_done_holo_dark"
+ android:id="@+id/check"
android:layout_gravity="center_vertical"
- android:focusable="false"
- android:clickable="false"
- android:duplicateParentState="true" />
+ android:layout_width="@dimen/app_icon_size"
+ android:layout_height="@dimen/app_icon_size"
+ android:layout_margin="8dp"/>
+
</LinearLayout>