use font awesome. (care of @mfietz)

This commit is contained in:
Tom Hennen 2016-03-30 18:55:49 -04:00
parent bcd42dd9d8
commit 10317913d2
7 changed files with 5 additions and 11 deletions

View File

@ -92,16 +92,12 @@ public class SubscriptionsAdapter extends BaseAdapter implements AdapterView.OnI
}
if (position == ADD_POSITION) {
holder.feedTitle.setText(R.string.add_feed_label);
holder.feedTitle.setVisibility(View.VISIBLE);
holder.feedTitle.setText("{md-add 500%}\n\n" + mainActivityRef.get().getString(R.string.add_feed_label));
holder.feedTitle.setVisibility(View.VISIBLE);
// prevent any accidental re-use of old values (not sure how that would happen...)
holder.count.setPrimaryText("");
// make it go away, we don't need it for add feed
holder.count.setVisibility(View.INVISIBLE);
Glide.with(mainActivityRef.get())
.load(R.drawable.ic_add_grey_600_48dp)
.dontAnimate()
.into(holder.imageView);
return convertView;
}

View File

@ -15,15 +15,13 @@
android:scaleType="centerCrop"
tools:src="@drawable/ic_launcher" />
<TextView
<com.joanzapata.iconify.widget.IconTextView
android:id="@+id/txtvTitle"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:ellipsize="end"
style="@style/AntennaPod.TextView.Heading"
android:textStyle="bold"
android:gravity="center_horizontal|bottom"
android:background="#55000000"
android:gravity="center"
android:background="@color/light_gray"
tools:text="@string/app_name" />
<jp.shts.android.library.TriangleLabelView

Binary file not shown.

Before

Width:  |  Height:  |  Size: 182 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 136 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 243 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 428 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 608 B