|
|
|
@ -444,7 +444,7 @@
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
android:id="@+id/edit_time"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="48dp"
|
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:alpha="0.8"
|
|
|
|
@ -455,6 +455,21 @@
|
|
|
|
|
tools:text="1 January 2021, 12:00"
|
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.AppCompatTextView
|
|
|
|
|
android:id="@+id/app"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_gravity="end"
|
|
|
|
|
android:layout_marginTop="6dp"
|
|
|
|
|
android:layout_marginEnd="6dp"
|
|
|
|
|
android:alpha="0.8"
|
|
|
|
|
android:gravity="center_vertical"
|
|
|
|
|
android:padding="6dp"
|
|
|
|
|
android:textColor="@color/cyanea_accent_dark_reference"
|
|
|
|
|
android:visibility="gone"
|
|
|
|
|
tools:text="Fedilab"
|
|
|
|
|
tools:visibility="visible" />
|
|
|
|
|
|
|
|
|
|
<androidx.appcompat.widget.LinearLayoutCompat
|
|
|
|
|
android:id="@+id/status_info"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|