diff options
author | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-08 21:53:32 +0000 |
---|---|---|
committer | Docile-Alligator <25734209+Docile-Alligator@users.noreply.github.com> | 2024-09-08 21:53:32 +0000 |
commit | 72036e4744f206d505cb6b8cc67ceb7ab39f9440 (patch) | |
tree | 947bf09ab052e92df0a010f3eddf000ea08cc28e /app/src/main/res/layout/item_private_message_sent.xml | |
parent | 5c057b4d1504c3c0eb496bc09e69083212670dc7 (diff) | |
download | infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.tar infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.tar.gz infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.tar.bz2 infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.tar.lz infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.tar.xz infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.tar.zst infinity-for-reddit-72036e4744f206d505cb6b8cc67ceb7ab39f9440.zip |
Refine ViewPrivateMessagesActivity UI.
Diffstat (limited to 'app/src/main/res/layout/item_private_message_sent.xml')
-rw-r--r-- | app/src/main/res/layout/item_private_message_sent.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/app/src/main/res/layout/item_private_message_sent.xml b/app/src/main/res/layout/item_private_message_sent.xml index 75522ab2..38578b07 100644 --- a/app/src/main/res/layout/item_private_message_sent.xml +++ b/app/src/main/res/layout/item_private_message_sent.xml @@ -13,10 +13,7 @@ android:id="@+id/message_text_view_item_private_message_sent" android:layout_width="0dp" android:layout_height="wrap_content" - android:paddingTop="8dp" - android:paddingBottom="8dp" - android:paddingStart="16dp" - android:paddingEnd="16dp" + android:padding="12dp" android:textSize="?attr/content_font_16" app:layout_constraintBottom_toTopOf="@id/time_text_view_item_private_message_sent" app:layout_constraintStart_toStartOf="parent" |