summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authorClark Scheff <clark@cyngn.com>2014-10-14 10:27:55 -0700
committerClark Scheff <clark@cyngn.com>2014-10-14 18:06:15 +0000
commit3c5787cca9eb8beea51d486e1f3330634b7da8ef (patch)
tree033f1d65d871bd997587e84c51ec3102c6c70aa1 /res/layout
parent825feaabfdd0adc9ccde23a8eb3f738752321b03 (diff)
downloadpackages_apps_ThemeChooser-3c5787cca9eb8beea51d486e1f3330634b7da8ef.zip
packages_apps_ThemeChooser-3c5787cca9eb8beea51d486e1f3330634b7da8ef.tar.gz
packages_apps_ThemeChooser-3c5787cca9eb8beea51d486e1f3330634b7da8ef.tar.bz2
Add resources for all densities (mdpi - xxhdpi)
Change-Id: Ib8083902ee07a891f41479e6085fc0263512f011
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/icon_card.xml3
-rw-r--r--res/layout/sound_component_selection_item.xml2
2 files changed, 1 insertions, 4 deletions
diff --git a/res/layout/icon_card.xml b/res/layout/icon_card.xml
index 5adf304..6b437c3 100644
--- a/res/layout/icon_card.xml
+++ b/res/layout/icon_card.xml
@@ -32,21 +32,18 @@
android:layout_width="48dp"
android:layout_height="48dp"
android:scaleType="fitCenter"
- android:src="@drawable/comp_icon1"
/>
<Space android:layout_width="30dp" android:layout_height="match_parent"/>
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:scaleType="fitCenter"
- android:src="@drawable/comp_icon2"
/>
<Space android:layout_width="30dp" android:layout_height="match_parent"/>
<ImageView
android:layout_width="48dp"
android:layout_height="48dp"
android:scaleType="fitCenter"
- android:src="@drawable/comp_icon3"
/>
<Space android:layout_width="30dp" android:layout_height="match_parent"/>
</LinearLayout>
diff --git a/res/layout/sound_component_selection_item.xml b/res/layout/sound_component_selection_item.xml
index 7ded01f..5a8b601 100644
--- a/res/layout/sound_component_selection_item.xml
+++ b/res/layout/sound_component_selection_item.xml
@@ -23,6 +23,6 @@
android:layout_height="wrap_content"
android:layout_marginEnd="24dp"
android:layout_marginTop="@dimen/component_margin_top"
- android:src="@drawable/media_sound__selector_preview"/>
+ android:src="@drawable/media_sound_selector_preview"/>
</LinearLayout> \ No newline at end of file