headlines: add ripple to top changed prompt

This commit is contained in:
Andrew Dolgov 2015-07-29 11:46:13 +03:00
parent 1a2bbc92c1
commit d0a7ca271d
2 changed files with 3 additions and 1 deletions

View File

@ -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);

View File

@ -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"