implement local-only posting

This commit is contained in:
sk
2023-01-24 12:04:17 -03:00
committed by LucasGGamerM
parent 6062510844
commit 1af82fde61
10 changed files with 136 additions and 38 deletions

View File

@@ -87,7 +87,7 @@
<TextView
android:id="@+id/self_name"
android:layout_width="match_parent"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toEndOf="@id/self_avatar"
android:layout_marginTop="2sp"
@@ -97,6 +97,20 @@
android:textAppearance="@style/m3_title_medium"
tools:text="Eugen" />
<TextView
android:id="@+id/self_extra_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="2sp"
android:layout_marginStart="8sp"
android:layout_toEndOf="@id/self_name"
android:ellipsize="end"
android:fontFamily="sans-serif"
android:singleLine="true"
android:textAlignment="viewStart"
android:textAppearance="@style/m3_title_medium"
tools:text="@string/sk_local_only" />
<TextView
android:id="@+id/self_username"
android:layout_width="match_parent"