Fix date
This commit is contained in:
parent
2cfd868d6a
commit
d6165a94c7
|
@ -861,6 +861,7 @@ public class ShowAccountActivity extends BaseActivity implements OnPostActionInt
|
|||
|
||||
TextView account_date = findViewById(R.id.account_date);
|
||||
account_date.setText(Helper.shortDateToString(account.getCreated_at()));
|
||||
account_date.setVisibility(View.VISIBLE);
|
||||
new Thread(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
|
|
|
@ -265,6 +265,7 @@
|
|||
android:layout_marginEnd="3dp"
|
||||
android:background="@drawable/blue_border"
|
||||
android:maxLines="1"
|
||||
android:visibility="gone"
|
||||
android:textColor="@color/mastodonC4" />
|
||||
|
||||
<TextView
|
||||
|
|
|
@ -274,6 +274,7 @@
|
|||
android:layout_marginEnd="3dp"
|
||||
android:background="@drawable/blue_border"
|
||||
android:maxLines="1"
|
||||
android:visibility="gone"
|
||||
android:textColor="@color/mastodonC4" />
|
||||
|
||||
<TextView
|
||||
|
|
Loading…
Reference in New Issue