summaryrefslogtreecommitdiffstats
path: root/res/layout/dialpad_key_star.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/dialpad_key_star.xml')
-rw-r--r--res/layout/dialpad_key_star.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/dialpad_key_star.xml b/res/layout/dialpad_key_star.xml
index d84e156..88adef5 100644
--- a/res/layout/dialpad_key_star.xml
+++ b/res/layout/dialpad_key_star.xml
@@ -18,8 +18,8 @@
android:id="@+id/star"
style="@style/DialpadKeyButtonStyle">
<LinearLayout
- style="@style/DialpadKeyInternalLayoutStyle" >
- <com.android.phone.common.dialpad.DialpadTextView
+ style="@style/SpecialCharInternalLayoutStyle" >
+ <TextView
android:id="@+id/dialpad_key_number"
style="@style/DialpadKeyStarStyle" />
</LinearLayout>