android-support-design Questions

1

I encountered a strange problem with the new Android Design Support Librar (http://android-developers.blogspot.com.ar/2015/05/android-design-support-library.html). If I place additional content (...

0

I am using Support Design Library rev. 23.0.1 (and 22.2.1 as well). The problem is after activity orientation changes if RecyclerView (placed in fragment) has been scrolled, it loses its top paddin...

1

Solved

I want to programmatically hide / show the TabLayout in my AppBarLayout. Simply setting visibility to VISIBLE and GONE is not enough, as I want to animate the changes and reclaim the space with my ...

2

How do we share Drawer with all the activities? In the lister: onNavigationItemSelected of setNavigationItemSelectedListener we can get the id and navigate to it. What I am looking for is something...

1

Solved

I am currently having an issue with a FrameLayout in a CoordinatorLayout from Android design-support library whereas I followed the instructions from this post while creating the tabs. Basically m...

3

Solved

All of a sudden, when I try to compile my project,and run my app, I start getting this runtime error- java.lang.NoClassDefFoundError: android.support.v7.app.AppCompatDelegateImplV14 at android.s...

1

Solved

I'm using the following guide to implement a scroll aware FAB: https://guides.codepath.com/android/Floating-Action-Buttons#overview After creating the class, you set up the behaviour by declaring...

2

Solved

I use android.support.design in all my projects, and today I updated it to latest version com.android.support:design:22.2.1 It was a bad idea, because my project crashed with java.lang.IndexOu...
Perforce asked 6/8, 2015 at 17:36

1

Solved

is there any way to make a SnackBar wrapping its text content? You can look up my problem below: As you can see the text ends at "contact us at...." and it should display the entire message. T...
Counterblast asked 3/8, 2015 at 21:18

1

Solved

I am trying to animate a android.support.design.widget.FloatingActionButton that is pinned to my AppBarLayout. I can set it fine within the layout xml and it shows up fine. However i am doing a Sha...

0

I have started programming using Material Design and I'm facing very weird graphic bug. I have 2 activities A and B. Activity B has 3 Fragments. I start with Activity A → click on item → start A...
Distributary asked 17/12, 2014 at 20:27

1

Solved

I want to change the action overflow button icon in my Toolbar (or ActionBar, not matter). So I go this way: <style name="AppTheme.Base" parent="Theme.AppCompat.Light.NoActionBar"> <ite...

© 2022 - 2024 — McMap. All rights reserved.