From 93bf055773299ec26648f788cabe5e40c4319105 Mon Sep 17 00:00:00 2001 From: TAMARA JERINIC Date: Sat, 5 Nov 2022 21:47:21 +0100 Subject: Ispravljena greška. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Client/BrzoDoLokacije/app/src/main/AndroidManifest.xml | 7 +++++++ .../java/com/example/brzodolokacije/Fragments/FragmentProfile.kt | 5 ++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Client/BrzoDoLokacije/app/src/main/AndroidManifest.xml b/Client/BrzoDoLokacije/app/src/main/AndroidManifest.xml index f6e0fc5..870fa98 100644 --- a/Client/BrzoDoLokacije/app/src/main/AndroidManifest.xml +++ b/Client/BrzoDoLokacije/app/src/main/AndroidManifest.xml @@ -15,6 +15,13 @@ android:theme="@style/Theme.BrzoDoLokacije" android:usesCleartextTraffic="true" tools:targetApi="31"> + + + diff --git a/Client/BrzoDoLokacije/app/src/main/java/com/example/brzodolokacije/Fragments/FragmentProfile.kt b/Client/BrzoDoLokacije/app/src/main/java/com/example/brzodolokacije/Fragments/FragmentProfile.kt index c10afbb..243cab0 100644 --- a/Client/BrzoDoLokacije/app/src/main/java/com/example/brzodolokacije/Fragments/FragmentProfile.kt +++ b/Client/BrzoDoLokacije/app/src/main/java/com/example/brzodolokacije/Fragments/FragmentProfile.kt @@ -46,9 +46,8 @@ class FragmentProfile : Fragment(R.layout.fragment_profile) { postsCount = view.findViewById(R.id.tvFragmentProfilePostsNo) as TextView followersCount = view.findViewById(R.id.tvFragmentProfileFollowersNo) as TextView followingCount = view.findViewById(R.id.tvFragmentProfileFollowNo) as TextView - - showMyPosts=view.findViewById(R.id.btnFragmentAddNewNewPost) as Button - showMyData=view.findViewById(R.id.btnFragmentAddNewNewLocation) as Button + showMyPosts=view.findViewById(R.id.btnFragmentProfileShowMyPosts) as Button + showMyData=view.findViewById(R.id.btnFragmentProfileShowMyData) as Button showMyRecensions=view.findViewById(R.id.btnFragmentProfileShowMyRecensions) as Button //podaci iz baze -- cgit v1.2.3