Code Monkey home page Code Monkey logo

Comments (10)

florent37 avatar florent37 commented on August 16, 2024

Hi,

at line 70 I have the following code :
headerBackgroundContainer.addView(LayoutInflater.from(getContext()).inflate(settings.headerLayoutId, headerBackgroundContainer, false));

reading your issue it's LayoutInflater.from(getContext() has an issue

can you try set a custom layout as header :

header.xml

    <?xml version="1.0" encoding="utf-8"?>
    <com.github.florent37.materialviewpager.MaterialViewPagerImageHeader
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@id/materialviewpager_imageHeader"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:adjustViewBounds="true"
    android:scaleType="centerCrop" />

and in your materialviewpager :

app:viewpager_header="@layout/header.xml"

I am creating a new project and import my lib from gradle to check if I have the same issue

from materialviewpager.

florent37 avatar florent37 commented on August 16, 2024

Ok it's just because header_logo.xml was only defined on my sample project,
I update the readme to alert create your own header layoit

mine was

<?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/logo_white"
    android:layout_width="wrap_content"
    android:layout_height="@dimen/materialviewpager_logoHeight"
    android:text="Material is Good"
    android:textSize="30sp"
    android:textColor="@android:color/white"/>

from materialviewpager.

florent37 avatar florent37 commented on August 16, 2024

I send you my empty project if you want to test :

https://github.com/florent37/TutosAndroidFrance/tree/master/MaterialViewPagerSample

can you confilm me it's working, so I can close this issue ?

from materialviewpager.

jdstaerk avatar jdstaerk commented on August 16, 2024

Hey,
thanks for your fast reply, but I already implemented the header_logo.xml!
The issue with the Android Studio Design preview is still present - exact the same Rendering Problem. The App looks like this:
device-2015-05-04-223032

from materialviewpager.

florent37 avatar florent37 commented on August 16, 2024

look again my Readme I added a section about the style : https://github.com/florent37/MaterialViewPager#usage

from materialviewpager.

jdstaerk avatar jdstaerk commented on August 16, 2024

Works fine now, thanks!
One last (issue?):
I got a "AppCompat does not support the current theme features"-bug. Had to add item name="windowNoTitle">true</item to the styles under windowActionBar. (http://stackoverflow.com/questions/29790070/upgraded-to-appcompat-v22-1-0-and-now-getting-illegalargumentexception-appcompa)

Thanks for your patience!

from materialviewpager.

florent37 avatar florent37 commented on August 16, 2024

it's a current bug with appcompat 22.1.1, try to return at 22.0.0

from materialviewpager.

jdstaerk avatar jdstaerk commented on August 16, 2024

Okay, thanks for the information!

from materialviewpager.

florent37 avatar florent37 commented on August 16, 2024

information : I updated my empty sample
https://github.com/florent37/TutosAndroidFrance/tree/master/MaterialViewPagerSample

with an adapter & style

from materialviewpager.

florent37 avatar florent37 commented on August 16, 2024

capture d ecran 2015-05-04 a 22 51 40
device-2015-05-04-225147

from materialviewpager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.