Merge "Messaging: Fix generating id in android namespace" am: 1e56062ac9
am: d6b0b845ee
Change-Id: If72c3a0e19c24a2aef7e2a883344e558c77b483d
This commit is contained in:
@@ -94,7 +94,7 @@ public class ApnPreference extends Preference implements
|
||||
|
||||
public void setApnRadioButtonContentDescription(final CompoundButton buttonView) {
|
||||
final View widget = (View) buttonView.getParent();
|
||||
final TextView tv = (TextView) widget.findViewById(android.R.id.title);
|
||||
final TextView tv = (TextView) widget.findViewById(R.id.title);
|
||||
final String apnTitle = tv.getText().toString();
|
||||
buttonView.setContentDescription(apnTitle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user