Searched refs:settingsButton (Results 1 – 1 of 1) sorted by relevance
1089 final TextView settingsButton = (TextView) guts.findViewById(R.id.more_settings); in bindGuts() local1092 settingsButton.setOnClickListener(new View.OnClickListener() { in bindGuts()1099 settingsButton.setText(R.string.notification_more_settings); in bindGuts()1101 settingsButton.setVisibility(View.GONE); in bindGuts()