mirror of
https://codeberg.org/Bazsalanszky/Infinity-For-Lemmy.git
synced 2025-10-05 21:39:50 +02:00
Minor bugs fixed. Minor layout tweaks.
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/fetch_comments_info_linear_layout_comments_listing_fragment"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:gravity="center"
|
||||
android:orientation="vertical"
|
||||
android:visibility="gone">
|
||||
|
@@ -32,8 +32,7 @@
|
||||
<string name="no_users">No users found.</string>
|
||||
<string name="no_storage_permission">No storage permission to save this file</string>
|
||||
|
||||
<string name="load_posts_failed">Error loading posts</string>
|
||||
<string name="load_comments_failed">Error loading comments</string>
|
||||
<string name="load_comments_failed">Error loading comments.</string>
|
||||
<string name="retry">Retry</string>
|
||||
<string name="comments">Comments</string>
|
||||
<string name="no_comments_yet">No comments yet. Write a comment?</string>
|
||||
@@ -71,8 +70,6 @@
|
||||
|
||||
<string name="content_description_banner_imageview">Subreddit Banner Image</string>
|
||||
|
||||
<string name="error_loading_posts">Error loading post</string>
|
||||
|
||||
<string name="app_label">Infinity</string>
|
||||
<string name="search_hint">Search anything</string>
|
||||
|
||||
|
Reference in New Issue
Block a user