Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weird behavious > 5.0 OS #17

Open
homedevs opened this issue May 20, 2016 · 2 comments
Open

Weird behavious > 5.0 OS #17

homedevs opened this issue May 20, 2016 · 2 comments

Comments

@homedevs
Copy link

homedevs commented May 20, 2016

Hi,

I see weird behavior in Android OS > 5.0 , ChipsView works fine with lesser version.
Issue : When I click on ChipsView , Keyboard comes up and it actually cover my app with white screen.

My layout contains CoordinatorLayout, AppBarLayout and ChipsVIew below TextView . Attaching image for reference. Sorry I brushed image due to privacy policy.

Earlier I though my anyof layout is over coming but I verified it by changing background color of each elements still WHITE color was coming up. In some devices it coming over to AppBarLayout.

Tested version : 5.1 , 6.0

Works fine with : 4.4.4

image1

@homedevs homedevs changed the title Weitd behavious > 5.0 OS Weird behavious > 5.0 OS May 20, 2016
@myacxy
Copy link
Contributor

myacxy commented May 25, 2016

Hey @homedevs,
can you go into more detail of your layout hierarchy (e.g. layout screenshot using the device monitor)? Is that a CollapsingToolbarLayout inside your AppbarLayout? On which devices did you produce the issue? Are you using an Activity or AppCompatActivity? What attributes did you apply to the ChipsView in your xml layout?

@homedevs
Copy link
Author

homedevs commented May 31, 2016

My layout hierarchy was like,

CoordinatorLayout (open)
AppBarLayout
Toolbar
Toolbar
AppBarLayout
LinearLayout
ChipsView
ChipsView
LinearLayout
CoordinatorLayout (close)
Device was : Moto G 1st Generation (5.1)

XML code

<com.doodle.android.chips.ChipsView
android:id="@+id/chipsView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:cv_bg_color_clicked="@color/dark_green"
app:cv_color="@color/md_grey_200"
app:cv_text_color="@color/dark_green"
app:cv_vertical_spacing="2dp" />

Apologize for GIT formatting , As I am not much aware of it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants