mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-03-22 13:05:25 -05:00
Minor UI fixes for labels
This commit is contained in:
@@ -435,8 +435,8 @@ public class IssueCommentsAdapter extends RecyclerView.Adapter<RecyclerView.View
|
||||
|
||||
SpannableString spannableString = new SpannableString(startText + " " + endText);
|
||||
|
||||
drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), 60);
|
||||
ImageSpan image = new ImageSpan(drawable, ImageSpan.ALIGN_BOTTOM);
|
||||
drawable.setBounds(0, 0, drawable.getIntrinsicWidth(), drawable.getIntrinsicHeight());
|
||||
ImageSpan image = new ImageSpan(drawable);
|
||||
|
||||
new Handler().postDelayed(() -> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user