mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2025-02-07 14:03:31 +01:00
use font awesome. (care of @mfietz)
This commit is contained in:
parent
bcd42dd9d8
commit
10317913d2
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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 |
Loading…
x
Reference in New Issue
Block a user