am ff95f657: Merge "Fix 5579440: Add transport control view to tablet unlock screens" into ics-mr1
* commit 'ff95f6572596c48b58f5a73d23b2273866ea3fab': Fix 5579440: Add transport control view to tablet unlock screens
This commit is contained in:
@@ -106,7 +106,8 @@ public class DigitalClock extends RelativeLayout {
|
||||
private String mAmString, mPmString;
|
||||
|
||||
AmPm(View parent, Typeface tf) {
|
||||
mAmPmTextView = (TextView) parent.findViewById(R.id.am_pm);
|
||||
// No longer used, uncomment if we decide to use AM/PM indicator again
|
||||
// mAmPmTextView = (TextView) parent.findViewById(R.id.am_pm);
|
||||
if (mAmPmTextView != null && tf != null) {
|
||||
mAmPmTextView.setTypeface(tf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user