From 210f1c15ac20a2925c3e5c98c64911c9493ccf21 Mon Sep 17 00:00:00 2001
From: Dmitry Tretyakov <76806170+tretdm@users.noreply.github.com>
Date: Sat, 11 Feb 2023 18:09:03 +0700
Subject: [PATCH] user_interface -> ui (part 2)
---
app/src/main/AndroidManifest.xml | 14 +++++++-------
.../refresh/api/wrappers/DownloadManager.java | 8 ++++----
.../refresh/api/wrappers/NotificationManager.java | 2 +-
.../refresh/api/wrappers/OvkAPIWrapper.java | 12 ++++++------
app/src/main/res/layout-night/conversation.xml | 2 +-
app/src/main/res/layout-night/outcoming_msg.xml | 4 ++--
app/src/main/res/layout/auth_screen.xml | 4 ++--
app/src/main/res/layout/blank_fragment.xml | 2 +-
app/src/main/res/layout/community_fragment.xml | 6 +++---
app/src/main/res/layout/conversation.xml | 2 +-
app/src/main/res/layout/conversations_fragment.xml | 6 +++---
app/src/main/res/layout/friends_fragment.xml | 6 +++---
app/src/main/res/layout/groups_fragment.xml | 6 +++---
app/src/main/res/layout/main_activity.xml | 2 +-
app/src/main/res/layout/newsfeed_fragment.xml | 6 +++---
app/src/main/res/layout/outcoming_msg.xml | 4 ++--
app/src/main/res/layout/profile_fragment.xml | 11 ++++++-----
app/src/main/res/layout/wall_post.xml | 4 ++--
app/src/main/res/navigation/bottom_nav.xml | 2 +-
app/src/main/res/navigation/drawer.xml | 2 +-
20 files changed, 53 insertions(+), 52 deletions(-)
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index a202ea3..b9ed44f 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -21,7 +21,7 @@
android:theme="@style/ApplicationTheme.SplashTheme"
tools:targetApi="m">
@@ -32,13 +32,13 @@
-
-
-
-
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/blank_fragment.xml b/app/src/main/res/layout/blank_fragment.xml
index 4b6252a..a9868fd 100644
--- a/app/src/main/res/layout/blank_fragment.xml
+++ b/app/src/main/res/layout/blank_fragment.xml
@@ -4,4 +4,4 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/backgroundColor"
- tools:context=".user_interface.core.fragments.app.BlankFragment" />
\ No newline at end of file
+ tools:context=".ui.core.fragments.app.BlankFragment" />
\ No newline at end of file
diff --git a/app/src/main/res/layout/community_fragment.xml b/app/src/main/res/layout/community_fragment.xml
index 812bccd..2a72a43 100644
--- a/app/src/main/res/layout/community_fragment.xml
+++ b/app/src/main/res/layout/community_fragment.xml
@@ -5,13 +5,13 @@
android:layout_width="match_parent"
android:layout_height="match_parent">
-
-
-
-
-
-
+
-
-
-
+
-
-
-
+
-
+ tools:context=".ui.core.activities.MainActivity">
-
-
-
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/outcoming_msg.xml b/app/src/main/res/layout/outcoming_msg.xml
index f3cb0eb..8ce37b3 100644
--- a/app/src/main/res/layout/outcoming_msg.xml
+++ b/app/src/main/res/layout/outcoming_msg.xml
@@ -27,7 +27,7 @@
android:paddingBottom="4dp"
android:visibility="gone">
-
-
-
-
-
-
+ app:tabMode="scrollable"
+ app:tabIndicatorColor="?attr/colorAccent"/>
diff --git a/app/src/main/res/layout/wall_post.xml b/app/src/main/res/layout/wall_post.xml
index e07fe4e..70f60b3 100644
--- a/app/src/main/res/layout/wall_post.xml
+++ b/app/src/main/res/layout/wall_post.xml
@@ -93,7 +93,7 @@
android:textSize="14sp"
tools:ignore="HardcodedText" />
-
-
+
diff --git a/app/src/main/res/navigation/bottom_nav.xml b/app/src/main/res/navigation/bottom_nav.xml
index dd14994..ea14b11 100644
--- a/app/src/main/res/navigation/bottom_nav.xml
+++ b/app/src/main/res/navigation/bottom_nav.xml
@@ -6,6 +6,6 @@
\ No newline at end of file
diff --git a/app/src/main/res/navigation/drawer.xml b/app/src/main/res/navigation/drawer.xml
index 898c201..98d19d6 100644
--- a/app/src/main/res/navigation/drawer.xml
+++ b/app/src/main/res/navigation/drawer.xml
@@ -7,7 +7,7 @@
\ No newline at end of file