headlines: add ripple to top changed prompt
This commit is contained in:
parent
1a2bbc92c1
commit
d0a7ca271d
@ -907,7 +907,7 @@ public class HeadlinesFragment extends Fragment implements OnItemClickListener,
|
||||
holder.textImage = (ImageView) v.findViewById(R.id.text_image);
|
||||
holder.textChecked = (ImageView) v.findViewById(R.id.text_checked);
|
||||
holder.headlineHeader = v.findViewById(R.id.headline_header);
|
||||
holder.topChangedMessage = v.findViewById(R.id.headlines_row_top_changed);
|
||||
holder.topChangedMessage = v.findViewById(R.id.top_changed_label);
|
||||
|
||||
v.setTag(holder);
|
||||
|
||||
|
@ -9,6 +9,8 @@
|
||||
|
||||
|
||||
<TextView
|
||||
android:background="@drawable/ripple"
|
||||
android:clickable="true"
|
||||
android:id="@+id/top_changed_label"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
Loading…
Reference in New Issue
Block a user