Adjusts the media label alignment in statuses.
This commit is contained in:
parent
3f54ead962
commit
7d7d5864d4
2 changed files with 4 additions and 2 deletions
|
@ -240,7 +240,9 @@
|
|||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:id="@+id/status_media_label"
|
||||
android:visibility="gone" />
|
||||
android:visibility="gone"
|
||||
android:gravity="center_vertical"
|
||||
android:includeFontPadding="false" />
|
||||
|
||||
</FrameLayout>
|
||||
|
||||
|
|
Loading…
Reference in a new issue