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) {
|
if (position == ADD_POSITION) {
|
||||||
holder.feedTitle.setText(R.string.add_feed_label);
|
holder.feedTitle.setText("{md-add 500%}\n\n" + mainActivityRef.get().getString(R.string.add_feed_label));
|
||||||
holder.feedTitle.setVisibility(View.VISIBLE);
|
holder.feedTitle.setVisibility(View.VISIBLE);
|
||||||
// prevent any accidental re-use of old values (not sure how that would happen...)
|
// prevent any accidental re-use of old values (not sure how that would happen...)
|
||||||
holder.count.setPrimaryText("");
|
holder.count.setPrimaryText("");
|
||||||
// make it go away, we don't need it for add feed
|
// make it go away, we don't need it for add feed
|
||||||
holder.count.setVisibility(View.INVISIBLE);
|
holder.count.setVisibility(View.INVISIBLE);
|
||||||
Glide.with(mainActivityRef.get())
|
|
||||||
.load(R.drawable.ic_add_grey_600_48dp)
|
|
||||||
.dontAnimate()
|
|
||||||
.into(holder.imageView);
|
|
||||||
return convertView;
|
return convertView;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,15 +15,13 @@
|
|||||||
android:scaleType="centerCrop"
|
android:scaleType="centerCrop"
|
||||||
tools:src="@drawable/ic_launcher" />
|
tools:src="@drawable/ic_launcher" />
|
||||||
|
|
||||||
<TextView
|
<com.joanzapata.iconify.widget.IconTextView
|
||||||
android:id="@+id/txtvTitle"
|
android:id="@+id/txtvTitle"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:ellipsize="end"
|
android:ellipsize="end"
|
||||||
style="@style/AntennaPod.TextView.Heading"
|
android:gravity="center"
|
||||||
android:textStyle="bold"
|
android:background="@color/light_gray"
|
||||||
android:gravity="center_horizontal|bottom"
|
|
||||||
android:background="#55000000"
|
|
||||||
tools:text="@string/app_name" />
|
tools:text="@string/app_name" />
|
||||||
|
|
||||||
<jp.shts.android.library.TriangleLabelView
|
<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