Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2024-01-17 12:50:48 +0300
committerDaniel Lublin <daniel@lublin.se>2024-01-17 13:04:50 +0300
commitbb7c7872bdfdf8201700fe62625a5a01771e0340 (patch)
tree8066c8f24498dbbd58f23685ecf22a3b5275acdc
parent12684b5eb0c3baf027deb165c5c11c8e002ce177 (diff)
Change example chat item contents and cruftHEADmaster
-rw-r--r--app/src/main/res/layout/fragment_chat.xml10
-rw-r--r--app/src/main/res/layout/list_chat_item.xml8
2 files changed, 4 insertions, 14 deletions
diff --git a/app/src/main/res/layout/fragment_chat.xml b/app/src/main/res/layout/fragment_chat.xml
index d3d8c7c..cf5d2c2 100644
--- a/app/src/main/res/layout/fragment_chat.xml
+++ b/app/src/main/res/layout/fragment_chat.xml
@@ -38,16 +38,6 @@
android:padding="8dp"
tools:listitem="@layout/list_chat_item"></ListView>
- <!--
- <TextView
- android:id="@+id/chat_target"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:text="To: Richard Matthew Stallman"
- android:fontFamily="sans-serif-light"
- android:padding="4dp"/>
- -->
-
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
diff --git a/app/src/main/res/layout/list_chat_item.xml b/app/src/main/res/layout/list_chat_item.xml
index 1d66998..a9f86b1 100644
--- a/app/src/main/res/layout/list_chat_item.xml
+++ b/app/src/main/res/layout/list_chat_item.xml
@@ -35,7 +35,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="Richard Stallman → FSF"
+ android:text="example username → channel"
android:textSize="11sp"
android:id="@+id/list_chat_item_target"
android:textColor="#999"
@@ -44,7 +44,7 @@
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:text="I FIGHT FOR THE USERS!"
+ android:text="example message"
android:id="@+id/list_chat_item_text"
android:layout_marginBottom="4dp"
android:textIsSelectable="true"/>
@@ -53,10 +53,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceSmall"
- android:text="9:06 PM"
+ android:text="23:23:23"
android:textSize="11sp"
android:id="@+id/list_chat_item_time"
android:textColor="#999"/>
</LinearLayout>
-</androidx.cardview.widget.CardView> \ No newline at end of file
+</androidx.cardview.widget.CardView>