Closed ayaz56 closed 3 years ago
Hello @ayaz56 π
Sorry for a little bit late reply.
Thank you very much for using this library. Have you tried to use this approach?
Best wishes, Alex
Hi @anubhav217 π Are you using this approach?
Best wishes, Alex
Yes
On Tue, 21 Sep, 2021, 1:28 PM Alexander Dadukin, @.***> wrote:
Hi @anubhav217 https://github.com/anubhav217 π Are you using this approach https://github.com/st235/ExpandableBottomBar/blob/master/app/src/main/java/github/com/st235/expandablebottombar/screens/navigation/NavigationComponentActivity.kt#L22 ?
Best wishes, Alex
β You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/st235/ExpandableBottomBar/issues/74#issuecomment-923733736, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVX6KUCAJR3ZDROFZEKI23UDA3LVANCNFSM5ECJREZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Thank you for reply, will take a look at the problem in a few days
Ok, thanks.
On Thu, 23 Sep, 2021, 12:22 AM Alexander Dadukin, @.***> wrote:
Thank you for reply, will take a look at the problem in a few days
β You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/st235/ExpandableBottomBar/issues/74#issuecomment-925208310, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVX6KQTTXSW2JKPZVSPOJDUDIQW7ANCNFSM5ECJREZQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
Hello folks π Sorry for the late reply.
After careful consideration, I can say that the NavigationUI
class from the navigation library behaves the same way. I believe this question is out of the genuine library scope and should be solved within your navigation component.
Best wishes, Alex
package ng.com.obkm.bottomnavviewwithfragments;
import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.design.widget.BottomNavigationView; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Menu; import android.view.MenuItem; import android.widget.Toast;
import ng.com.obkm.bottomnavviewwithfragments.home.HomeFragment;
public class MainActivity extends AppCompatActivity {
}