summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorDanny Baumann <dannybaumann@web.de>2014-11-17 15:46:35 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2014-11-17 14:47:43 +0000
commit452975b71c261ca77316a017f393849155b4d98e (patch)
tree0176871fab1726968545b3c2970e2884bd6a0a32 /res
parent0dfccc8f8aef9b720c2896e19b6cae977fe2decb (diff)
downloadandroid_packages_apps_Dialer-452975b71c261ca77316a017f393849155b4d98e.tar.gz
android_packages_apps_Dialer-452975b71c261ca77316a017f393849155b4d98e.tar.bz2
android_packages_apps_Dialer-452975b71c261ca77316a017f393849155b4d98e.zip
Tune fonts
Change-Id: Ide2b39ea30476987a02f7532cc1d1955fbb3081a
Diffstat (limited to 'res')
-rwxr-xr-xres/layout/speed_dial_item.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/res/layout/speed_dial_item.xml b/res/layout/speed_dial_item.xml
index 8140fcb3a..948d2e707 100755
--- a/res/layout/speed_dial_item.xml
+++ b/res/layout/speed_dial_item.xml
@@ -28,7 +28,6 @@
android:layout_height="wrap_content"
android:layout_gravity="center_vertical"
android:layout_marginEnd="12dp"
- android:textStyle="bold"
android:textAppearance="?android:attr/textAppearanceLarge" />
<LinearLayout
@@ -42,12 +41,16 @@
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:textAppearance="?android:attr/textAppearanceMedium" />
+ android:textColor="?attr/call_log_primary_text_color"
+ android:textSize="@dimen/call_log_primary_text_size" />
<TextView
android:id="@+id/number"
android:layout_width="match_parent"
- android:layout_height="wrap_content" />
+ android:layout_height="wrap_content"
+ android:layout_marginTop="@dimen/call_log_name_margin_bottom"
+ android:textColor="?attr/call_log_secondary_text_color"
+ android:textSize="@dimen/call_log_secondary_text_size" />
</LinearLayout>