Add visibility icons to detail statuses (#901)
* Add visibility icons to statuses * Remove visibility icons from timeline statuses * Dynamically scale visibility icon according to timestamp font size * Remove visibility icon selection logic from Status model * Migrate visibility icon logic to StatusDetailedViewHolder * Simplify/improve performance of visibility icon layout * Use text size for visibility icon size (instead of view size) * Remove unnecessary LayoutListener * Remove unnecessary visibilityIcon check
This commit is contained in:
parent
9627d73f68
commit
95a656dc0a
5 changed files with 54 additions and 3 deletions
|
|
@ -310,6 +310,7 @@
|
|||
android:layout_below="@id/status_media_preview_container"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:layout_marginTop="10dp"
|
||||
android:drawablePadding="4dp"
|
||||
android:textColor="?android:textColorTertiary"
|
||||
android:textSize="?attr/status_text_medium" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue